I installed MySQL 3.23.54a from source on a AIX 5.1 powerpc. It works fine 
when I tried to connect as localhost through unix sock. 

However, everytime I tried to connect using TCP/IP (./bin/mysql -u root -h 
myhost -p), the Mysql server crashed and restarted (running safe_mysqld). The 
system gave a segmentation error. Even when I tried to 'telnet myhost 3306', 
the port is open, but it caused the mysql server crashed. 

I also tried the binary version of mysql server (compiled for AIX 4.0...), it 
has the same problem. Any suggestion?

Here is my configurations:

setenv CC "/usr/local/bin/gcc -pipe -Wa,-many"
setenv CXX "/usr/local/bin/g++ -pipe -Wa,-many"
setenv CXXFLAGS "-felide-constructors -fno-exceptions -fno-rtti"

./configure --enable-static --disable-shared \
                 --prefix=/usr/local/mysql \
                 --localstatedir=/newdisk/mysql/data \
                 --sbindir=/usr/local/sbin \
                 --libexecdir=/usr/local/sbin \
                 --enable-thread-safe-client \
                 --enable-large-files \
                 --with-mysqld-user=mysql \
                 --with-innodb



Thanks!

Yong



---------------------------------------------------------------------
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