MySQL中查看自带的SQL模式_MySQL
程序员文章站
2022-05-29 08:41:34
...
MySQL中查看自带的SQL模式
Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 9450 Server version: 5.6.24-log MySQL Community Server (GPL) Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> select @@sql_mode; +----------------------------------------------------------------+ | @@sql_mode | +----------------------------------------------------------------+ | STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION | +----------------------------------------------------------------+ 1 row in set (0.00 sec)
上一篇: 求教一个PHP正则表达式的问题
推荐阅读
-
Mysql中SQL语句不使用索引的情况
-
Shell脚本中执行sql语句操作mysql的5种方法
-
Mysql 8.0版本导出的sql文件在Mysql 5.5中运行出错
-
有关mysql中sql的执行顺序的小问题
-
ms sql server中实现的unix时间戳函数(含生成和格式化,可以和mysql兼容)
-
mysql替换表中的字符串的sql语句
-
MySQL中通过EXPLAIN如何分析SQL的执行计划详解
-
关于mysql中删除重复记录,并保留重复数据中的一条数据的SQL语句的深入理解
-
MySQL创建用户与授权方法、MySQL查看版本号、MySQL执行SQL脚本的方法
-
mysql中的sql_mode模式实例详解