开放用户的所有权限,解决看不到数据库的问题
grant all privileges on . to user@127.0.0.1 identified by ‘password’;
Mysql权限控制
最新推荐文章于 2025-05-27 00:00:54 发布
开放用户的所有权限,解决看不到数据库的问题
grant all privileges on . to user@127.0.0.1 identified by ‘password’;