RH 7.2 - mysql Problem !

2002-03-29 Thread Egor Egorov

Ian,

Thursday, March 28, 2002, 6:20:29 PM, you wrote:
IL - Redhat 7.2 (Enigma) pre-build installation.
IL - Mysql with the following rpms installed:
IL   MySQL-3.23.49a-1.i386.rpm
IL   MySQL-client-3.23.49a-1.i386.rpm

Are you sure you are really running MySQL built binary and not the
Red Hat's one?

If you have installed Red Hat 7.2 blindly, you could install Red Hat's
mysql rpms. Then it's possible that you have overwritten the RedHat's
binary release with MySQL one and that could be a source of
conflict, it is because MySQL and Red Hat are building MySQL in different ways...

Please show us the output of the following:

rpm -qa | grep -i mysql

You can do something like rpm --erase `rpm -qa | grep -i mysql` (which
will erase any occurances of MySQL), then erase /var/lib/mysql just to
be sure nothing is left (warning: save all data before doing that!). After that you 
can install a binary release from MySQL 
(MySQL-3.23.49a.i386.rpm and others), and check if everything 
works fine.

IL Segmentation fault

This error mostly happens because of bad hardware or wrong-compilled
MySQL, but something tells me that's not that case...

IL /Ian







-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com



-
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




Re: RH 7.2 - mysql Problem !

2002-03-29 Thread Curtis Maurand


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




Re: RH 7.2 - mysql Problem !

2002-03-28 Thread Trond Eivind Glomsrød

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