I keep getting this error when I try to access my forum, as for all php scripts that use mysql:
mysql_pconnect(): #HY000Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
/home/nano/public_html/includes/class_core.php on line 273
This is when I run my forum.
I did a tail -f on /var/log/mysqld.log and this is what i got (this is a 2 part error, 2 times failure ):
Number of processes running now: 0
060207 16:33:12 mysqld restarted
060207 16:33:12 [Warning] Asked for 196608 thread stack, but got 126976
060207 16:33:12 InnoDB: Started; log sequence number 0 43664
/usr/sbin/mysqld: ready for connections.
Version: '4.1.14-standard' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Edition - Standard (GPL)
A mysqld process already exists at Tue Feb 7 16:33:12 GMT+5 2006
060207 16:49:58 [ERROR] Can't create thread to kill server
060207 16:50:35 mysqld started
060207 16:50:35 [Warning] Asked for 196608 thread stack, but got 126976
060207 16:50:36 InnoDB: Started; log sequence number 0 43664
/usr/sbin/mysqld: ready for connections.
Version: '4.1.14-standard' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Edition - Standard (GPL)
I have mysql 4.1.14-standard.
OS: CentOS 4.2
Plenty of RAM and space.
The thing is I`ve let a guy to fix errors that I had with apache, but after he did what he did ( i don`t know what he did ),Mysql didn`t work no more.I mean processes work, i did a /scripts/upcp --force ( still doesn`t work),/scripts/fixmysql - still doesn`t work, /scripts/mysqlup --force -- STILL DOESN`T WORK.
Please help me.
Reagrds,
Adrian
mysql_pconnect(): #HY000Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
/home/nano/public_html/includes/class_core.php on line 273
This is when I run my forum.
I did a tail -f on /var/log/mysqld.log and this is what i got (this is a 2 part error, 2 times failure ):
Number of processes running now: 0
060207 16:33:12 mysqld restarted
060207 16:33:12 [Warning] Asked for 196608 thread stack, but got 126976
060207 16:33:12 InnoDB: Started; log sequence number 0 43664
/usr/sbin/mysqld: ready for connections.
Version: '4.1.14-standard' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Edition - Standard (GPL)
A mysqld process already exists at Tue Feb 7 16:33:12 GMT+5 2006
060207 16:49:58 [ERROR] Can't create thread to kill server
060207 16:50:35 mysqld started
060207 16:50:35 [Warning] Asked for 196608 thread stack, but got 126976
060207 16:50:36 InnoDB: Started; log sequence number 0 43664
/usr/sbin/mysqld: ready for connections.
Version: '4.1.14-standard' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Edition - Standard (GPL)
I have mysql 4.1.14-standard.
OS: CentOS 4.2
Plenty of RAM and space.
The thing is I`ve let a guy to fix errors that I had with apache, but after he did what he did ( i don`t know what he did ),Mysql didn`t work no more.I mean processes work, i did a /scripts/upcp --force ( still doesn`t work),/scripts/fixmysql - still doesn`t work, /scripts/mysqlup --force -- STILL DOESN`T WORK.
Please help me.
Reagrds,
Adrian
Last edited: