作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我选择一个数据库时:
use db_name
它显示:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
这是什么意思?
最佳答案
在登录后的第一个“使用”命令中,MySQL 扫描数据库、表和列名以自动完成。如果您有很多数据库、表,则可能需要一段时间。
为避免这种情况,请使用 -A
选项(或 --no-auto-rehash
)启动您的客户端,例如,
mysql -A
关于mysql:执行 "You can turn off this feature to get a quicker startup with -A"后 "use my-database"是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28758387/
我是一名优秀的程序员,十分优秀!