下面我们一起来看在使用mysql是碰到MySQL5.6 Using a password on the command line interface can be insecure错误提示解决方法,希望此例子对各位朋友会有所帮助.
最近把MySQL从5.5升到5.6以后,mysqldump居然不好用了,提示:
[root@qttc ~]# /usr/local/mysql/bin/mysqldump -uroot -proot db > bak.sql
Warning: Using a password on the command line interface can be insecure.
翻译过来是:在命令...