PDA

View Full Version : mysql error



Justify
10-09-2007, 06:49 PM
K, So im doing a social networking site for my college mates n that nothing big and its on a good old name i hardly use, theres no readme file and 2bh, theres no document telling u how 2 install.

I created the databases party_space wid da pwd n stuff, edited data.php with the correct info:

//db access info
$sql_host='localhost';//host
$sql_user='party_space';//db user
$sql_pass='l23';//db pass
$sql_db='party_space';//db name

then refreshed the site and this appears, when i've imported the mysql txt, how do i fix this?


Warning: mysql_connect() [function.mysql-connect (http://partyhabbo.net/space/function.mysql-connect)]: Access denied for user 'party_space'@'localhost' (using password: YES) in /home/party/public_html/space/functions.php on line 34


Warning: mysql_select_db() [function.mysql-select-db (http://partyhabbo.net/space/function.mysql-select-db)]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/party/public_html/space/functions.php on line 35

Warning: mysql_select_db() [function.mysql-select-db (http://partyhabbo.net/space/function.mysql-select-db)]: A link to the server could not be established in /home/party/public_html/space/functions.php on line 35

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/party/public_html/space/functions.php on line 40

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/party/public_html/space/functions.php on line 42

Eccentric
10-09-2007, 06:59 PM
its not connecting to your database. Maybe make your own configuration file to see if that will connect? if not make sure you gave it full privalleges.

Justify
10-09-2007, 07:19 PM
its not connecting to your database. Maybe make your own configuration file to see if that will connect? if not make sure you gave it full privalleges.

I have, not good at making config files from scratch 2bh either, n i think this script dont actually work evne tho ive seen it work on youprofile.net:(

Eccentric
10-09-2007, 07:22 PM
www.pixel2life.com php tutorials then go to mysql intergration or something then look how to make a config file :)

Luckyrare
10-09-2007, 07:27 PM
your username or password are wrong. Have you given permission to the table and user?

Want to hide these adverts? Register an account for free!