I have just installed the new wamp version on Vista 32 Bit. wamp icon appearing on the side of the windows clock, but i can't access the mysql database. It is shows "Localhost is denied". I want to know what is the password fir first mysql.
Second on phpmyadmin it showing
MySQL said: #1045 - Access denied for user 'root'@'localhost' (using password: NO)
Posted by:
allan
(---.65.217.245.cable.starman.ee)
Date: November 30, 2008 04:06PM
If you make a connection with your mysql database then default values using mysql_connect function are server=localhost, user=root, password=nothing. Make changes in your mysql_connect function.