ive installed wampserver so that i can run this as a localhost
accessing http://localhost/installer.php
i run into this error
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\wamp\www\installer.php on line 66
INSTALLATION ERROR: Access denied for user 'root'@'localhost' (using password: YES)
ive changed mysql.php to:
<?php
$c = mysql_connect('localhost', 'root', '123');
mysql_select_db('lite2', $c);
$mykey=256573440;
?>
i do not have a config.php file as other solutions to this problem on this board point to
please help me out
thanks!