PHPMyAdmin Default login password [closed]

2019-01-10 02:08发布

I have done a fresh installation of Fedora 14 and installed the phpMyAdmin module. When I run phpMyAdmin, it asks me for a username and password.

What is the default username and password for phpMyAdmin?

标签: phpmyadmin
4条回答
戒情不戒烟
2楼-- · 2019-01-10 02:50

If it was installed with plesk (not sure if it's just that, or on the phpmyadmin side: It changes the root user to admin.

查看更多
我欲成王,谁敢阻挡
3楼-- · 2019-01-10 03:04

Default is:

Username: root

Password: [null]

The Password is set to 'password' in some versions.

查看更多
小情绪 Triste *
4楼-- · 2019-01-10 03:08

I just installed Fedora 16 (yea, I know it's old and not supported but, I had the CD burnt :) )

Anyway, coming to the solution, this is what I was required to do:

su -
gedit /etc/phpMyAdmin/config.inc.php

if not found... try phpmyadmin - all small caps.

gedit /etc/phpmyadmin/config.inc.php

Locate

$cfg['Servers'][$i]['AllowNoPassword']

and set it to:

$cfg['Servers'][$i]['AllowNoPassword'] = TRUE;

Save it.

查看更多
手持菜刀,她持情操
5楼-- · 2019-01-10 03:10

This is asking for your MySQL username and password.

You should enter these details, which will default to "root" and "" (i.e.: nothing) if you've not specified a password.

查看更多
登录 后发表回答