扫码关注官方订阅号
mysql用root账户登录进去,只能看到test等普通表,无法看到mysql自己的数据库?权限不足?怎么弄?
小伙看你根骨奇佳,潜力无限,来学PHP伐。
GRANT all privileges ON *.* TO 'root'@'localhost' IDENTIFIED BY 'password';
你的问题,和他一样:http://superuser.com/questions/603026/mysql-how-to-fix-access-denied-for-user-rootlocalhost
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
你的问题,和他一样:
http://superuser.com/questions/603026/mysql-how-to-fix-access-denied-for-user-rootlocalhost