首页 > 数据库技术 > 详细

解决MySQL5.6出现"Using a password on the command line interface..."

时间:2016-05-03 20:40:10      阅读:249      评论:0      收藏:0      [点我收藏+]
# mysqladmin --defaults-extra-file=/etc/my.cnf -uroot -pabcd123  status|cut -f9 -d":"

Warning: Using a password on the command line interface can be insecure.

 1.448

解决方法:

mysqladmin --defaults-extra-file=/etc/my.cnf status|cut -f9 -d":"

1.448


解决MySQL5.6出现"Using a password on the command line interface..."

原文:http://stuart.blog.51cto.com/728677/1769753

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!