Current Page: 1 of 1
Results 1 - 3 of 3
11 years ago
robmillion
when all else fails, re-install wamp ... but back up your data first!
Forum: WampServer English
11 years ago
robmillion
Did you Stop the MySQL service and then re-Start it after editing the config.inc.php file? You may also need to Stop & Start Apache after making changes to any of the config files. Also, you may need to change: >> $cfg['Servers'][$i]['user'] = ''; // remove username entry
Forum: WampServer English
11 years ago
robmillion
I made the same mistake of setting a password for the user 'root' via the console. Because phpMyAdmin defaults to the 'root@localhost' user login, it won't work because of the password. You need to edit the config.inc.php file inside the phpmyadmin folder as follows... /* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'http'; $cfg['Servers'][$i]['user'] = ''; $cfg['S
Forum: WampServer English
Current Page: 1 of 1