时间:2024-10-31 05:33:52
1、进入到mysql安装目录的bin目录下。如下图
3、使用root用户登录数据。如下图:命令:mysql -uroot -p
5、给该用户赋权:使用命令:GRANT ALL ON *.* TO 'rsm'@'%';