navicat操作mysql添加用户

root用户先执行 GRANT SELECT ON db_hello.* TO [email protected]'%' identified by 'hello'; db_hello是数据库名,hello是用户名 不需要添加服务器权限,然后,保存
相关文章
相关标签/搜索