重启mysql: net start mysql;
关闭mysql: net stop mysql;
导入sql脚本:source d:\account.sql(先要切换到mysql的安装bin目录)
查看执行计划:explain select * from test where id=22;
本文共 190 字,大约阅读时间需要 1 分钟。
重启mysql: net start mysql;
关闭mysql: net stop mysql;
导入sql脚本:source d:\account.sql(先要切换到mysql的安装bin目录)
查看执行计划:explain select * from test where id=22;
转载于:https://blog.51cto.com/9381188/1790458