i get this error
Warning: Access denied for user: 'john@BOB' (Using password: YES)in /usr/local/plesk/apache/vhosts/db_mysql.php on line 31 what does it means ?????
er, it means john is not allowed to connect to the db from BOB.
What are you typing in at the command line? If it's something like.....
mysql db_name -u john -p
Mysql will then prompt for a password.
Later on, Big Din K.R.
i typed $conn=mysql_connect("Ip add of my server","username","password");
but donno whats went wrong??? thanks
Your problem is database permissions. Read up on it.