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]



Re: DBDesigner4 under Linux

2005-10-17 Thread Bruno Cochofel
Ok, I have DBDesigner4 libs under /usr/local/lib/DBDesigner4. I tried to
do what you want and I found that I already have a link to
libmysqlclient.so.14.0.0
Maybe this is the problem, don't you think? I don't know wich program
uses that lib...

Ady Wicaksono wrote:

 If you have libmysqlclient.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.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 this? Or perhaps if someone point me out in the direction
off ODBC connect to MySQL? I've never did this so don't know where to
start...

Thanks,
Bruno


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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

Thanks,
Bruno

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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' = 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 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...

 Thanks,
 Bruno


 I've got it hooked up to 4.0.? and 4.1.?. I don't remember having any
 problems with it, but it has been a while since I set it up. One
 database is local to the machine that DBD runs on and the other is on
 another box. I've got both of the DB servers set up in my DNS server
 and that's how I've got them listed in the connection settings ( ie
 server = mysql or mysql2 ). Dunno if that's made a difference or not.

 I've got DBD 4.0.5.4



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