Re: Not connecting to MySQL 5

2006-03-15 Thread Kay C Lan
Thanks Michael and Jaque the threads pointed me to the other problem I'd created. As it was a new installation of MySQL I decided it was time to update a few of the passwords! Martins solution would have worked if I had not changed the passwords BEFORE I'd set the old_passwords variable. Everythin

Re: Not connecting to MySQL 5

2006-03-15 Thread J. Landman Gay
Kay C Lan wrote: On 3/15/06, Martin Baxter <[EMAIL PROTECTED]> wrote: You need to use a login account whose password is in OLD_PASSWORD format. Rev can't do the newer format. See MySQL docs for info in the problems and common errors section. The only thing I could find was the old_password

Re: Not connecting to MySQL 5

2006-03-15 Thread [EMAIL PROTECTED]
Check this from the MySQL website: http://dev.mysql.com/doc/refman/4.1/en/old-client.html Hope this helps, Michael Reade On Mar 15, 2006, at 8:47 PM, Kay C Lan wrote: On 3/15/06, Martin Baxter <[EMAIL PROTECTED]> wrote: You need to use a login account whose password is in OLD_PASSWORD form

Re: Not connecting to MySQL 5

2006-03-15 Thread Kay C Lan
On 3/15/06, Martin Baxter <[EMAIL PROTECTED]> wrote: > > You need to use a login account whose password is in OLD_PASSWORD > format. Rev can't do the newer format. See MySQL docs for info in the > problems and common errors section. The only thing I could find was the old_password variable, whic

Re: Not connecting to MySQL 5

2006-03-15 Thread Martin Baxter
You need to use a login account whose password is in OLD_PASSWORD format. Rev can't do the newer format. See MySQL docs for info in the problems and common errors section. Martin Kay C Lan wrote: OSX.4.5 Rev 2.6.1 MySQL 5.0.18 Standard connect via localhost Just upgraded MySQL from 4 to 5, w

Not connecting to MySQL 5

2006-03-15 Thread Kay C Lan
OSX.4.5 Rev 2.6.1 MySQL 5.0.18 Standard connect via localhost Just upgraded MySQL from 4 to 5, which was a bit of a drag because the download wasn't the usual install package (.dmg) but expanded out to a normal folder filled with all the goodies. Took a while to figure out what I had to do to move