Windows Threads Support

2001-10-05 Thread Manish Mehta
Hello, Windows support 2000 threads by default (with the help of thread library). Then what a mean of max_connection = 100 because MySQL One each connection on differente thread. Is i able to increase the max_connection limit. Manish Mehta E-mail: [EMAIL PROTECTED]

Re: Windows Threads Support

2001-10-05 Thread Tonu Samuel
On Fri, 2001-10-05 at 08:35, Manish Mehta wrote: Hello, Windows support 2000 threads by default (with the help of thread library). Then what a mean of max_connection = 100 because MySQL One each connection on differente thread. Is i able to increase the max_connection limit. Yes, you can

Re: Windows Threads Support

2001-10-05 Thread Jared Richardson
- Original Message - From: Tonu Samuel [EMAIL PROTECTED] To: Manish Mehta [EMAIL PROTECTED] Cc: mysql [EMAIL PROTECTED] Sent: Friday, October 05, 2001 6:00 AM Subject: Re: Windows Threads Support On Fri, 2001-10-05 at 08:35, Manish Mehta wrote: Hello, Windows support 2000 threads

Re: Windows Threads Support

2001-10-05 Thread Tonu Samuel
On Fri, 2001-10-05 at 13:24, Jared Richardson wrote: Yes, you can change any variables shown with SHOW VARIABLES. MySQL reads default values from my.cnf file Actually, on Windows, it seems to read the c:\winnt\my.ini file, not the my.cnf file. My.cnf is used on the *nix versions.