"Will Johnston" <[EMAIL PROTECTED]> wrote: > Hello, I'm new to the group and hoping someone can help me figure out a > problem which must be fairly common to new PHP/MySQL users. I have > PHP/MySQL/Apache installed on my Windows XP system. I'm using a supplied PHP > script for making calls from Actionscript to MySQL. The calls work great on > a remote machine, which must have proper user/password etc., but not on my > local machine. > > Here's the error description: > > SELECT username,password,user_active FROM deckuser WHERE username='asd' > LIMIT 0, 1 > > Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in > c:\phpdev\www\development\phpflash\init.php > > If anyone can advise me about what I need to change on my system to get this > to work I would really appreciate it.
Give needed permissions to the user 'wsj'@'127.0.0.1': http://www.mysql.com/doc/en/Adding_users.html http://www.mysql.com/doc/en/GRANT.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]