I just installed mysql and I am trying to get some information from a
database I created using ASP. I am getting this error message
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[TCX][MyODBC]Access denied for user: '@server1' to database 'info'
/mysql.asp, line 11
I have the mysql database running on the same machine as the web server (IIS
4.0). The manual mentioned that if you receive an access denied message to
add a hosts file in \windows\hosts. On NT the hosts file is stored in
winnt\system32\drivers\etc and the hosts file does exist with 127.0.0.1
entered.
I would like to allow anyone to connect to this database as it will be used
on our website. Can anyone give me some guidance on what i should do to
recitify this problem.
Thanks
dl