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

 

posted @ 2022-05-29 08:30  田领群  阅读(254)  评论(0编辑  收藏  举报