How to use DBDesinger4 to connect MySQL5
DBDesigner is a great open source Database modeling tools especially for MySQL.But the whole develop team have worked for MySQL to develop MySQL workbench.So the product was stop upgrating.We must modify MySQL5's password storage type by SET PASSWORD = OLD_PASSWORD('myPass') on user table of MySQL5 to connect MySQL again.
Now,we can use it again:)





wow gold said: wow gold
31/10/2007, at 03:21 [ 回复 ]
wow gold wow gold gold wow Warcraft Gold wow eu gold World of Warcraft Gold
TheC0der said: DBDesigner4 with MySQL5 - native mode
22/11/2007, at 09:06 [ 回复 ]
DBDesigner4 can be used with MySQL5 without setting old password. You need to perform following steps to build DBDesigner4 with MySQL5 support.
download DBExpress driver and source for MySQL5 from http://www.justsoftwaresolutions.co.uk/delphi/dbexpress_and_mysql_5.html
download DBDesigner4 source code from fabFORCE.net
Open the DBDEsigner4 source, find SQLConn (TSQLConnection) component and remove it. Put your own code to create it dynamic (there is some bug in DBExpress driver for MySQL5).
Read "how to use" from justsoftwaresolutions and perform tasks to setup new settings in to the DBDesigner4 .ini files.
This is tested with D7 and work great.
Greetings,
Desislav Michev
Gustavo said:
17/02/2008, at 20:48 [ 回复 ]
Don´t forget stra Mysql5 with "old_password" enabled
Add this line on my.ini (my.conf)
[mydqld]
old_passwords
Greetings,
Gustavo Bianconi
http://www.inkjetcompany.com.br