Browsing archives for July 9th, 2007

Connecting MySQL From DBDesigner4

Open Source 9 July 2007 View Comments

I had a problem connecting mysql from DBDesigner4. Error occurs : Connection to database failed. dbExpress Error: Invalid Username/Password Username/Password spelled correctly. The problem is because DBDesigner4 was designed for MySQL 3.x.x. For MySQL 4 and higher we have to do the old password trick. This is the solution which is works fine for me. [...]