Steve, <br /><br />I think you need to go and do this the hard way. <br /><br />- Locate the folder which the databases are kept (you can look at your my.ini under your WINNT folder). <br />- Stop MySQL and copy the whole folder as a backup somewhere else.<br />- Uninstall MySQL completely from the system. Delete any traces of it (also make sure WinMySQLAdmin doesn't run otherwise the folders will not be deleted.<br />- Download the latest version of MySQL (always a good thing) and install it on the server.<br />- Reboot the system just to be in the safe side and make sure the service started.<br />- Try to connect to the database. If it fails, check the my.ini where MySQL thinks that the databases are located. Change the file accordingly to point to the old location of the databases (make sure the service was stopped at that time.<br />- Start the service again. This should do it really. Also try to connect to the database either through the MSDOS prompt (using the mysql -u(user) -p(password) mysql). That will give you an indication of the username password validity.<br /><br />If all these fail please let me know and I can tell you a couple more tricks to try and get the system operational.
_________________________
Nikos