| Posted: 02 Jun 2005 10:12 | |
|
Registered User Currently Offline |
Posts: 1 Join Date: Jun 2005 |
| What is the myphpadmin username and password by default? | |
| Posted: 03 Jun 2005 18:50 | |
|
Registered User Currently Offline |
Posts: 32 Join Date: Feb 2005 |
|
Whatever you entered on installation. You were asked to specify a database username and password. These are the username and password you must use to log in to phpMyAdmin.
You can check or change this setting by editing C:\Program Files\e-novative\WAMP\controlcenter\modules\phpMyAdmin\config.inc.php. Look for first occurence of the lines $cfg['Servers'][$i]['user'] and $cfg['Servers'][$i]['password'] and change to another user. This is also the place to modify when you have changed the database password and still want to automatically log into phpMyAdmin. |
|