Hi. I recently signed up for my website, www.derisionworld.x10.mx and I was wondering what I use to connect to phpMyAdmin (the host name) I tried localhost, but it can't connect. Any help?
Thanks!
I am using localhost, but it does not seem to work.
How do I fix it? I get this error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'derision'@'localhost' (using password: NO) in /home/derision/public_html/checklogin.php on line 10
cannot connect
Line 10 is:
mysql_connect("$host", "$username", "$password")or die("cannot connect");
2. Standard method is to use phpMyAdmin in cPanel to create and add a user (with ALL PRIVILEGES) to your database. You use that user and his password. The username will be of the format : your-cPanel-username_something .