RE: Password error

2004-05-19 Thread Victor Pendleton
You can try using the old-passwords option in the my.cnf file or you can try building your ODBC driver from the bitkeeper source. I would check the documentation to verify that the ODBC build you have supports the 4.1.+ servers. -Original Message- From: Arthur Maloney To: [EMAIL PROTECTED

Re: Password error

2001-09-06 Thread Gregg Baker
Someone the other day said this worked: started safe_mysqld with --skip-grant-tables and then did: mysql -u root mysql mysql> UPDATE user SET password=PASSWORD('abc') WHERE User='root' -> AND Host='whichever host you want to match' - Original Message - From: "Mike Ryerse" <[EMAIL P

Re: Password error

2001-09-06 Thread System Administrator a.k.a. The Root of the Problem
On Thu, Sep 06, 2001 at 12:50:47PM -0700, Adams, Bill TQO wrote: > Mike Ryerse wrote: > > > I have resently installed mysql 3.23.41 on Redhat 7.1 > > > > When I installed it, I could access the example > > databases 'mysql' and 'test'. Mysql said to change > > the root password right away with :

Re: Password error

2001-09-06 Thread Adams, Bill TQO
Mike Ryerse wrote: > I have resently installed mysql 3.23.41 on Redhat 7.1 > > When I installed it, I could access the example > databases 'mysql' and 'test'. Mysql said to change > the root password right away with : > mysqladmin -h host -u root -p password 'new password' Note, do not put a sp

Re: Password error

2001-09-06 Thread Gerald Clark
Mike Ryerse wrote: > I have resently installed mysql 3.23.41 on Redhat 7.1 > > When I installed it, I could access the example > databases 'mysql' and 'test'. Mysql said to change > the root password right away with : > mysqladmin -h host -u root -p password 'new password' THis will fail sin