Have you recently upgraded MySQL from a 4.0x version ? Then you should try setting your password again using the function OLD_PASSWORD ().<BR><BR>This also might be a result of an incorrect hosts file ...
I recently wrote a .NET web application for work. I always make a data access class with methods for getting data, but I usually just point the methods to stored procedures. This time, I decided to ...