MySQL Forums
Forum List  »  Install & Repo

Re: Can't create new thread error
Posted by: Swee Lan
Date: April 10, 2006 06:24PM

Thank you for reply me, Karwin.
The problem solved yesterday after I followed the workaround solution posted in the forum.

This is what I did; just simply edit etc/my.cnf:

[mysqld]
set-variable = max_connections=1000
set-variable = key_buffer_size=384M
set-variable = read_buffer_size=64M
set-variable = read_rnd_buffer_size=32M
set-variable = thread_cache_size=20
skip-innodb
skip-bdb
skip-log-warnings

I would like to give my sincere thank to the person who shared his in-depth knowledge to the forum.

Options: ReplyQuote


Subject
Written By
Posted
August 20, 2004 06:42AM
Re: Can't create new thread error
April 10, 2006 06:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.