原文: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