Re: MySQL memory problem on AIX 4.3.2

2003-07-03 Thread Scott Pippin
Try putting the following before the mysqld call but before your ulimit calls - export LDR_CNTRL='MAXDATA=0x8000' Also try setting ulimit -m unlimited and ulimit -s unlimited. Hopefully this helps. Scott Pippin [EMAIL PROTECTED]

MySQL memory problem on AIX 4.3.2

2003-06-29 Thread Ares Liu
Hi all, Now I'm facing a big problem and see if anyone know how to solve it. I'm using RS6000 AIX 4.3.2 CPU*2 1G RAM with HA. And DB is MySQL 4.0.12-max. Here is the content of my.cnf. [client] #password = your_password port= 3306 socket = /tmp/mysql.sock # Here