More like he installed the rpm's from MySQL.com over the top of the one's
from redhat.  The scripts from the MySQL rpm's don't recognize the redhat
rpms and the sripts from the redhat rpm's don't recognize the MySQL.com
rpm's.

The rpms from redhat are out of date (they were out of date when 7.2 hit the
streets, but I understand manufacturing cycles a bit and that couldn't be
helped.).  rpm -e all of the mysql rpms that you have installed.  to get a
list of them rpm -q mysql mysql-client mysql-devel, etc.  then rpm -q MySQL
MySQL-client to figure out which one's you have.  then rpm -e the whole lot
of them.  then rpm -ivh MySQL-3.23.49a-1.i386.rpm and
MySQL-client-3.23.49a-1.i386.rpm.

I've installed the 3.23.49a rpms on several machines and they work fine.
I've never had any trouble with them.

Curtis

Trond Eivind Glomsrød said:
> Ian Linekrans <[EMAIL PROTECTED]> writes:
>
>> Hi All !
>> The configuration:
>>
>> - Redhat 7.2 (Enigma) pre-build installation.
>> - Mysql with the following rpms installed:
>>                       MySQL-3.23.49a-1.i386.rpm
>>                       MySQL-client-3.23.49a-1.i386.rpm
>>
>> The installation and connection as root to the database server works
>> fine but when changing the root password according to all the
>>  different ways as described by mysql manuals and then trying to
>> reconnect results in the following error :
>>
>> ERROR 1045: Access denied for user: 'root@localhost' (Using password
>> YES)
>> Segmentation fault
>>
>> The same error message appears when changing the password for an
>> another user in the database. Note if no password is set everything
>> works fine !
>>
>> Soo whats is the deal !!!
>>
>> Anyone who has the same problem  - feel free to contact me if you have
>> a solution.
>
> You're using mysql rpms from MySQL - use the ones from Red Hat, they
> are known to work well.
>
> You should also be able to copy over the ones from the Skipjack beta
> and use them - they are the latest version (49a doesn't seem to be a
> tarball release, it was made because the binaries were bad
> AFAIK. Wasn't a problem for us).
> --
> Trond Eivind Glomsrød
> Red Hat, Inc.
>
> ---------------------------------------------------------------------
> Before posting, please check:
>   http://www.mysql.com/manual.php   (the manual)
>   http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]> To
> unsubscribe, e-mail
> <[EMAIL PROTECTED]> Trouble
> unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to