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'; ...')
 
 
Line 1: Line 1:
Set MySQL root password in file /var/www/html/moradmin/libraries/config.default.php
Put MySQL root password in file /var/www/html/moradmin/libraries/config.default.php


in line:
in line:

Latest revision as of 09:59, 13 May 2013

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

in line:

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