PDA

View Full Version : MySQL Connection



CameronDane
04-26-2009, 03:54 PM
Can someone please inform me of the credentials that I need to connect to mysql?

Is it what I use to login? Here's what I have.
$mysql_username = "myusername";
$mysql_password = "mypassword";
$mysql_database = "databasethatiwant";
$mysql_server = "localhost";

This is the error: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/myusername/public_html/list_view.php on line 18

CameronDane
04-26-2009, 04:47 PM
Nevermind i figured it out.