Install PhpMyAdmin on Fedora 13

Install PhpMyAdmin by yum

 

Change root password of mysql. (cannot login with null root password).

 

Edit /etc/httpd/conf.d/phpMyAdmin.conf, to allow use login in remote.

 

Allow from all

 

restart httpd service.

 

use browser to visit

http://xxx.xxx.xxx.xxx/phpmyadmin

 

你可能感兴趣的:(phpMyAdmin,null,browser,login)