在MySQL数据库服务器端,输入如下:
grant all on *.* to root 或是用户名@'%' indentified by "root的秘密"
本文详细介绍了在MySQL数据库服务器端如何使用grant命令进行权限配置,包括授予所有数据库和表的权限给特定用户。
在MySQL数据库服务器端,输入如下:
grant all on *.* to root 或是用户名@'%' indentified by "root的秘密"

被折叠的 条评论
为什么被折叠?