原文:mysql 消除 "[Warning] Using a password on the command line interface can be insecure"

如果将mysql密码明文写出来,进入的时候,系统前台会打印: Warning Using a password on the command line interface can be insecure 意思就是说,密码露了,不安全。 我们执行脚本的时候,最好可以把这个东西干掉,否则一直弹弹弹,烦的要死。 于是我们可以: . 建立一个文件,存放用户名 密码 然后写入下列内容: . 登录时,不使用 ...

2020-01-04 18:38 1 2347 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM