Re: CocoaMySQL access to db

2004-07-09 Thread Bill Allaire
Peter, My apologies on calling you Paul in my previous response instead of Peter. On Jul 9, 2004, at 10:30 PM, Peter Paul Sint wrote: Bill, thank you for the prompt help. This works. I have just to find out how to get the Startup Item (or some replacement) to open MySQL with --old_passwords (ju

Re: CocoaMySQL access to db

2004-07-09 Thread Bill Allaire
Paul, You can place --old-passwords (without the leading dashes) in the my.cnf file under the option group [mysqld] instead of passing it on the command line. The my.cnf file probably isn't on your system by default, at least it wasn't on mine until I created it. This file is generally placed

Re: CocoaMySQL access to db

2004-07-09 Thread Peter Paul Sint
At 18:16 h -0400 2004.07.09, Bill Allaire wrote: >Your problem may have to do with the difference in how 4.1.x+ does password hashing >and that method is incompatible with older clients. > >You might find some help with this document: >http://dev.mysql.com/doc/mysql/en/Old_client.html > >Specific

Re: CocoaMySQL access to db

2004-07-09 Thread Bill Allaire
Your problem may have to do with the difference in how 4.1.x+ does password hashing and that method is incompatible with older clients. You might find some help with this document: http://dev.mysql.com/doc/mysql/en/Old_client.html Specifically check out the information regarding resetting the pa

CocoaMySQL access to db

2004-07-09 Thread Peter Paul Sint
I tried to install binary mysql 4.0.20 on MacOS 1.2.8 Jaguar The installer works but if I try to use the result I get messages including: defaults undefined reference to _stpcpy expected to be defined in /usr/lib/libSystem.B.dylib As Marc Liyanaage http://www.entropy.ch/software/macosx/mysql/