MySQL管理设置

mysql数据库中存在各种管理的表

use mysql;

 

授权所有用户以 用户名root 密码root 登录MySQL

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

 

刷新权限

flush privileges;

posted @ 2022-09-01 22:00  roibin  阅读(28)  评论(0编辑  收藏  举报