RE: MySQL upgrade Problem

2004-10-26 Thread Allistair Crossley
i don't know much about this but you mention the things that are different like dollar in password .. but have you tried setting the password to how it was when you used to use it? and putting appBase back as it was. You say you changed nothing but you've changed several things. Did you also

RE: MySQL upgrade Problem

2004-10-26 Thread Mike Curwen
is it a new username? Are you connecting to mysql from a different host? The problem is clear in the stacktrace: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) login to mysql and setup your user's access. -Original Message- From: e-Denton Subscriber

RE: MySQL upgrade Problem

2004-10-26 Thread Shapira, Yoav
Hi, Dollar sign in password is a no-no right now. It gets escaped. It's a PITA to fix, so I (and apparently others) haven't done it yet. If you really want a dollar sign in your password, submit a patch ;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: e-Denton

Re: MySQL upgrade Problem

2004-10-26 Thread QM
On Tue, Oct 26, 2004 at 11:09:40AM -0400, Shapira, Yoav wrote: : Dollar sign in password is a no-no right now. It gets escaped. It's a : PITA to fix, so I (and apparently others) haven't done it yet. If you : really want a dollar sign in your password, submit a patch ;) -or, for the time