-
Copy
config.sample.inc.phptoconfig.inc.php.In most cases you will find the config file
- on linux:
/etc/phpmyadmin/config.inc.php - on mac:
/Library/WebServer/Documents/phpmyadmin/config.inc.php
- on linux:
-
If you are trying to log in as root, you should have the following lines in your config:
$cfg[‘Servers’][$i][‘user’] = ‘root’;
$cfg[‘Servers’][$i][‘AllowNoPassword’] = true;