Hi,
I am currently setting up a site with web hosting who is also providing mysql hosting.
so there, I then tried to connect to the mysql database using a test:
<? $user="207.246.248.XXX";
mysql_connect ($user) ?>
<? $hello=phpinfo();
echo $hello?>
which show error msg like
"Warning: MySQL Connection Failed: Access denied for user: 'nobody@' (Using password: NO) in /home/htdocs/leo/ivinq/www/index.php on line 2"
The hosting people insisted that there is no user name and password and the ip number of the mysql server is correct. I just simply could not connect for about 1 week already and really need help
the above page is at ivinq.com
Desperately need help
I am currently setting up a site with web hosting who is also providing mysql hosting.
so there, I then tried to connect to the mysql database using a test:
<? $user="207.246.248.XXX";
mysql_connect ($user) ?>
<? $hello=phpinfo();
echo $hello?>
which show error msg like
"Warning: MySQL Connection Failed: Access denied for user: 'nobody@' (Using password: NO) in /home/htdocs/leo/ivinq/www/index.php on line 2"
The hosting people insisted that there is no user name and password and the ip number of the mysql server is correct. I just simply could not connect for about 1 week already and really need help
the above page is at ivinq.com
Desperately need help