By default [ root ] password for WAMP Server is [ blank / empty ]. To set the password for first time login into MySQL Console by pressing [ Enter ] for no password (click WAMP tray icon > MySQL > MySQL Console) and use following command: SET PASSWORD FOR root@localhost=PASSWORD(“your_passord_here”); If you need to […]
Tag Archives: MySQL
2012
11
Jul
How to set MySQL password in WAMP ...
by Q
under Software, Troubleshooting |
472 views
2011
13
Jun
How to enable Linked Tables in php ...
by Q
under Tutorials |
1,909 views

Updated for phpMyAdmin v3.5.2 After fresh install of Wamp Server suite you may get the following message under phpMyAdmin v3.3.9. These are addional features of phpMyAmin. You do not need to worry about as they won’t affect your databases. Anyway if you want to enable those features or just get rid of the message follow […]