I am new in Wamp Zone
Posted by: boosters (---.5.168.122.airtelbroadband.in)
Date: November 30, 2008 03:20PM

Hello,

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)

Please help i can't understand the password.

Re: I am new in Wamp Zone
Posted by: allan (---.65.217.245.cable.starman.ee)
Date: November 30, 2008 03:42PM

mysql_connect('localhost', 'root', '');

Re: I am new in Wamp Zone
Posted by: boosters (---.5.168.122.airtelbroadband.in)
Date: November 30, 2008 03:45PM

Sorry, but where to edit this line ?

Please provide the information in brief. Thank you

Re: I am new in Wamp Zone
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.

Re: I am new in Wamp Zone
Posted by: yfastud (Moderator)
Date: November 30, 2008 04:17PM


Sorry, only registered users may post in this forum.