用xampp的phpmyadmin新建数据库无权限如何解决
程序员文章站
2024-01-30 12:58:52
...
用xampp的phpmyadmin新建数据库无权限怎么解决?
小弟刚学,跪求各位大哥大姐帮帮忙
------解决方案--------------------
默认的情况下密码为空
请注意,您更改 root 的密码之后,不要忘记更改 PHPMyAdmin 中的相关信息。在 \...\xampp\phpmyadmin\ 下搜索“config.inc.php”并编辑下面几行:
$cfg['Servers'][$i]['user'] = 'root'; // MySQL SuperUser
$cfg['Servers'][$i]['auth_type'] = 'http'; // HTTP MySQL authentification
从今往后,需要正确输入“root”的密码才能启动 PHPMyAdmin
小弟刚学,跪求各位大哥大姐帮帮忙
------解决方案--------------------
默认的情况下密码为空
请注意,您更改 root 的密码之后,不要忘记更改 PHPMyAdmin 中的相关信息。在 \...\xampp\phpmyadmin\ 下搜索“config.inc.php”并编辑下面几行:
$cfg['Servers'][$i]['user'] = 'root'; // MySQL SuperUser
$cfg['Servers'][$i]['auth_type'] = 'http'; // HTTP MySQL authentification
从今往后,需要正确输入“root”的密码才能启动 PHPMyAdmin
相关文章
相关视频