#使用数据库
use generiton;
#ww_tms 为用户名和密码
grant all privileges on *.* to 'ww_tms'@'%' identified by 'ww_tms';
#刷新MySQL的系统权限相关表
flush privileges;
使用grant命令新增mysql用户名和密码
最新推荐文章于 2024-06-18 12:20:03 发布
#使用数据库
use generiton;
#ww_tms 为用户名和密码
grant all privileges on *.* to 'ww_tms'@'%' identified by 'ww_tms';
#刷新MySQL的系统权限相关表
flush privileges;