MySQL5.6警告信息 command line interface can be insecur

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL5.6警告信息 command line interface can be insecur相关的知识,希望对你有一定的参考价值。

mysql 5.6 警告信息 command line interface can be insecure

在命令行输入密码,就会提示这些安全警告信息。

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

注: mysql -u root -pPASSWORD 或 mysqldump -u root -pPASSWORD 都会输出这样的警告信息.

1、针对mysql

mysql -u root -pPASSWORD 改成mysql -u root -p 在输入密码即可.

2、mysqldump就比较麻烦了,通常都写在scripts脚本中。

解决方法:

对于 mysqldump 要如何避免出现(Warning: Using a password on the command line interface can be insecure.) 警告信息呢?

vim /etc/mysql/my.cnf

[mysqldump]

user=your_backup_user_name

password=your_backup_password

修改完配置文件后, 只需要执行mysqldump 脚本就可以了。备份脚本中不需要涉及用户名密码相关信息。

以上是关于MySQL5.6警告信息 command line interface can be insecur的主要内容,如果未能解决你的问题,请参考以下文章

消除MySQL连接时的Warning:Using a password on the command line interface can be insecure.

<command-line>:0:3: 警告:ISO C++11 要求宏名后有空格

成功解决 运行报错信息:Error running xxx项目: Command line is too long. Shorten command line for xxx项目 or also fo

报错Command line is too long. Shorten the command line xxx解决办法

Command line is too long. Shorten command line for *** or also for Spring Boot default configuration

IntelliJ IDEA - Command line is too long