First off, I'd like to thank everybody whos helped me here in the past few days....i'm 
getting there.......

So, i am now able to access a database i created through mysql locally. then i granted 
all privileges to myself....

then i uploaded the database pages to my remote domain....and made a php file to 
retrieve that data....i keep gettin an error saying :
MYSQl connection failed: access denied for user mailto:[EMAIL PROTECTED]  (using 
password: no) in commmon_mail.php line 115

in my common_mail.php file i have:

$dbhost="fleabags.com";
$dbname="mac_test";
$dbusername="mac";
$dbpassword="";

any ideas why this would be?
 i granted all privileges to [EMAIL PROTECTED] IDENTIFIED by 'mac'

shouldnt this work, or no?

thanks-
 Mac

Reply via email to