scaiferw
03-07-2006, 10:27 PM
I'm getting this error through mysql_error() on connect. I finally figured out - I think - the old password/new password thing, and got past that error message to this one.
My connect code is this:
$dbh=mysql_connect ("localhost", "db_admin_acct", "password");
mysql_select_db ("rot7040_main");
I know the account name is good (that's the one I fixed to get rid of the first error) and I know the db name is good and the db is there.
Can someone tell me where I've gone wrong?
My connect code is this:
$dbh=mysql_connect ("localhost", "db_admin_acct", "password");
mysql_select_db ("rot7040_main");
I know the account name is good (that's the one I fixed to get rid of the first error) and I know the db name is good and the db is there.
Can someone tell me where I've gone wrong?