Wednesday, 3 August 2011

Phpmyadmin login with out password

You can turn on the option AllowNoPassword on file /etc/phpmyadmin/config.inc.php.
Edit the file config.inc.php, search and uncomment this line:
// $cfg['Servers'][$i]['AllowNoPassword'] = TRUE;
Then you can access PhpMyAdmin without password.

1 comment: