码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2016-05-03 20:40:16      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:msyql

# 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..."

标签:msyql

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!