Re: MySQL sw for reverse engineering

2005-10-13 Thread Bruno Cochofel
Thank you all for the posts. Can anyone explain to me how can I connect DBDesigner4 to MySQL 4.x? I've never used MySQL 3.x and I believe there's some kind off trick to connect DBDesigner4 to MySQL 4.x because the program doesn't support the MySQL 4.x Or the ODBC connection solution to MySQL

Re: MySQL sw for reverse engineering

2005-10-13 Thread Edward Vermillion
Bruno Cochofel wrote: Thank you all for the posts. Can anyone explain to me how can I connect DBDesigner4 to MySQL 4.x? I've never used MySQL 3.x and I believe there's some kind off trick to connect DBDesigner4 to MySQL 4.x because the program doesn't support the MySQL 4.x Or the ODBC

Re: MySQL sw for reverse engineering

2005-10-13 Thread Bruno Cochofel
From http://www.mysqlusers.com/msg/37105.html we have: Reset the password to pre-4.1 style for each user that needs to use a pre-4.1 client program. This can be done using the SET PASSWORD statement and the OLD_PASSWORD() function: mysql SET PASSWORD FOR 'some_user'@'some_host' =

Re: MySQL sw for reverse engineering

2005-10-13 Thread Edward Vermillion
Bruno Cochofel wrote: From http://www.mysqlusers.com/msg/37105.html we have: Reset the password to pre-4.1 style for each user that needs to use a pre-4.1 client program. This can be done using the SET PASSWORD statement and the OLD_PASSWORD() function: mysql SET PASSWORD FOR

MySQL sw for reverse engineering

2005-10-12 Thread Bruno Cochofel
Does anyone know a sw that can reverse engineering a mysql table? I want to be able to draw a entity-relationship model from an already made MySQL table. Thanks, Bruno

Re: MySQL sw for reverse engineering

2005-10-12 Thread Graham Reeds
Bruno Cochofel wrote: Does anyone know a sw that can reverse engineering a mysql table? I want to be able to draw a entity-relationship model from an already made MySQL table. Thanks, Bruno There's MySQL Workbench here: http://forums.mysql.com/list.php?113 which is a bit shakey but will do

Re: MySQL sw for reverse engineering

2005-10-12 Thread Peter Brawley
Bruno Cochofel wrote: Does anyone know a sw that can reverse engineering a mysql table? I want to be able to draw a entity-relationship model from an already made MySQL table. Dezign from Datanamic does a good job. MydbPal for Mysql is free and advertises reverse engineering; I haven't used

Re: MySQL sw for reverse engineering

2005-10-12 Thread Edward Vermillion
Graham Reeds wrote: Bruno Cochofel wrote: Does anyone know a sw that can reverse engineering a mysql table? I want to be able to draw a entity-relationship model from an already made MySQL table. [snip] Also people say great things about DBDesigner4 but I haven't used it to talk about