MYSQL mysql: [Warning] Using a password on the command line interface can be insecure.

grant all privileges on *.* to 'root' @'%' identified by 'root';

flush privileges;

mysql -uroot -pxxx登录以后执行此命令OK

 

发布了147 篇原创文章 · 获赞 42 · 访问量 9万+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章