摘要: 问题:当我们打开数据库,即use dbname时,要预读数据库信息,当使用-A参数时,就不预读数据库信息。解决方法:mysql -hhostname -uusername -ppassword -Pport -A的方式进入数据库。 参考:http://www.th7.cn/db/mysql/2016 阅读全文
posted @ 2016-11-29 16:11 ximi007 阅读(505) 评论(0) 推荐(0) 编辑