Difference between revisions of "PhpMyAdmin does not work after changing MySQL root password"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'Set MySQL root password in file /var/www/html/moradmin/libraries/config.default.php in line: ... $cfg['Servers'][$i]['password'] = 'root_password_here'; ...')
(No difference)

Revision as of 09:59, 13 May 2013

Set MySQL root password in file /var/www/html/moradmin/libraries/config.default.php

in line:

...
$cfg['Servers'][$i]['password'] = 'root_password_here';
...