原因:库中表数据过大,加载、扫描慢导致;
解决方法:在进行数据库连接时不进行表扫描,使用参数 -A
-A, --no-auto-rehash No automatic rehashing. One has to use 'rehash' to get table and field completion. This gives a quicker start of mysql and disables rehashing on reconnect.
如:mysql -u root -p -A
原因:库中表数据过大,加载、扫描慢导致;
解决方法:在进行数据库连接时不进行表扫描,使用参数 -A
-A, --no-auto-rehash No automatic rehashing. One has to use 'rehash' to get table and field completion. This gives a quicker start of mysql and disables rehashing on reconnect.
如:mysql -u root -p -A
net use 命令
一、管理Mysql的命令1.选择要操作的Mysql数据库,使用该命令后所有Mysql命令都只针对该数据库。 use 数据库名; 示例:use test;2.列出 MySQL 数据库管理系统的数据库列表。 show
帮助文档$ docker --help 用法: docker COMMAND
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M