tryin to connect to mysql through php using a new user blah blah. the user is set up fine, but im gettin this
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'php'@'localhost' (using password: YES) in C:\wamp\www\rar2.php on line 3
anyone have n e ideas as to why its bein a bastard n not doin wht i want it to?
will love you for eva if u find me a cure for this thing
btw this is the script on the page lol
<?php
require($_SERVER["DOCUMENT_ROOT"] . "config/db_config.php");
$connection = mysql_connect($db_host, $db_user, $db_password) or die("connection error");
echo "connection made";
?>
and yes everythin is set up right in the db_config file


LinkBack URL
About LinkBacks


Bookmarks