Hey. I have apache, php and mysql installed on Win32 platform. Everything works great but when I try to connect to mysql database with PHP, I get the following error:
Warning: Access denied for user: 'ODBC@localhost' (Using password: YES) in c:\dev\msgv2\index.php on line 15. The line 15 contains the mysql_connect. It is using the user 'root' with password. The user exists in mysql's User table. Do I need to grant ODBC access to mysql and if I do, how do I do it? Thanks in advance. // Joni -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]