How can phpMyAdmin (running on Ubuntu 10.04) be restarted after the /etc/phpmyadmin/config.inc.php file was changed?
Asked
Active
Viewed 1.1e+01k times
15
3 Answers
14
No need to restart phpMyAdmin, changes in /etc/phpmyadmin/config.inc.php are automatically applied.
Pylsa
- 31,383
3
I was in a similar situation on Ubuntu 10.10 (phpmyadmin 3.3.7deb3build0.10.10.1) and even after editing /etc/phpmyadmin/config.inc.php I couldn't login (because of AllowNoPassword).
I had to cp /usr/share/phpmyadmin/config.sample.inc.php /usr/share/phpmyadmin/config.inc.php and then add the $cfg['Servers'][$i]['AllowNoPassword'] = TRUE; line to it.
It is strange, but it worked.
goncalossilva
- 131
- 3