Hi, I'm not sure if this is the right place for the question but it is related to databases, i think.

I have been developing a site on a win server 2003 box using MySQL 5 and PHP 5.

While I have been developing it the client wanted the site password protected so I headed to IIS and disabled anonymous access and enabled integrated windows authentication.

But now that the deadline is approaching very fast and the site has to be open to the public I'm crapping it because when I take of the integrated windows auth and enable the anonymous access the site can no longer access the database.

This is the error I get:

Access denied for user 'ODBC'@'localhost' (using password: NO).


I so hope someone can help me with this. Any advice is appreciated.


Thanks

I didn't understand the post completely
but from what i got :

Access denied for user 'ODBC'@'localhost' (using password: NO).

As the Error Say
You are trying to access Mysql with out username or Password,for this anonymous should be set in mysql

if possible try connecting with a valid username and password to connect to mysql

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.