- 查看数据库所有设置
show global variables;
- 查看错误
show warnings;
相关文章
- 10-11[MySQL]快速解决"is marked as crashed and should be repaired"故障
- 10-11MySQL 问题分析:ERROR 1071 (42000) : Specified key was too long; max key length is 767 bytes
- 10-11spring boot 中属性注入,application.properties 自定义前缀以及使用properties 封装mysql
- 10-11.net core系列之《.net core中使用MySql以及Dapper》
- 10-11.NET Core开发日志——Dapper与MySQL
- 10-11mysql数据目录移动
- 10-11/var/lib/zabbix/percona/scripts/get_mysql_stats_wrapper.sh: line 19: mysql: command not found
- 10-11Dapper操作Sql Server和MySql数据库
- 10-11mysql数据库连接 application.properties
- 10-11Dapper+Mysql 使用LIKE模糊查询写法采坑