Re: DBDesigner4 under Linux

2005-10-17 Thread Bruno Cochofel
ysqlclient.so.10.0.0 for example at /usr/lib/ > > try to add new symbolic link > > ln -s /usr/lib/libmysqlclient.so.10.0.0 /usr/lib/libmysqlclient.so > > and run /sbin/ldconfig > > good luck > Bruno Cochofel wrote: > >> I have a symbolic link to libmysqlclient.

Re: DBDesigner4 under Linux

2005-10-17 Thread Bruno Cochofel
I have a symbolic link to libmysqlclient.so.10.0.0 When I run startdbd for the first time symbolic links are created. Thanks, Bruno -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

DBDesigner4 under Linux

2005-10-15 Thread Bruno Cochofel
I am able to run DBDesigner4 under Windows but now good under Linux. Try .rpm, .tar.gz, home install, all users install, still the same error: Unable to load libmysqlclient.so Put this in ld.so.conf, run ldconfig, nothing... Changed startdbd script to force dirs path and nothing. Need help on th

Re: MySQL sw for reverse engineering

2005-10-13 Thread Bruno Cochofel
7;some_host' = OLD_PASSWORD('newpwd'); Edward Vermillion wrote: > 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 so

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 4.x..

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