max_connections and max_user_connections

2006-09-30 Thread Jangita @ FSA
hi all in the mysql.user table, what is the difference between max_connections and mac_user_connections? or to put it simply, if i want each user except root to only be able to have only one connection to the server at any one time, which field should i set to 1? -- PO Box 26453 00504

RE: determine safest value for max_connections

2006-08-07 Thread Rithish Saralaya
> This might help you > http://kjalleda.googlepages.com/maxconnbymysql > > Kishore Jalleda Thanks Kishore. Regards, Rithish.

Re: determine safest value for max_connections

2006-08-04 Thread Kishore Jalleda
This might help you http://kjalleda.googlepages.com/maxconnbymysql Kishore Jalleda On 8/2/06, Rithish Saralaya <[EMAIL PROTECTED]> wrote: Hello folks. How do I determine what is the safest value that I can set for max_connections in my.cnf? The default value of 100 is proving t

determine safest value for max_connections

2006-08-02 Thread Rithish Saralaya
Hello folks. How do I determine what is the safest value that I can set for max_connections in my.cnf? The default value of 100 is proving to be a shortfall during some cases of peak hour traffic. Could you point me to a resource available if any? 1. Our server is RHEL 3, 2*3.00 GHz, 4GB

Re: max_connections

2006-01-26 Thread Kishore Jalleda
as somebody in the list already pointed out it all depends on the amount of RAM you have , the formula has been taken from Jeremy's book , high performance Mysql Expressed mathematically, that is: min_memory_needed = global_buffers + (thread_buffers * max_connections) where thread_bu

max_connections

2006-01-25 Thread Asad Habib
Are there any statistics that I can use to determine how high or low I should set max_connections? I am using MySQL as the backend for a Java web application that will need to accommodate a moderate amount of traffic. Also, if max_connections is set too high relative to the needs of the

RE: max_connections in 3.23.49

2005-12-06 Thread Douglas B. Jones
. Thanks! -Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 7:03 AM To: mysql@lists.mysql.com Subject: Re: max_connections in 3.23.49 Hello. For such an old version of MySQL use --set-variable syntax. See: http://dev.mysql.com/doc

Re: max_connections in 3.23.49

2005-12-06 Thread Gleb Paharenko
stead of 'set @variable' syntax for system variables, use 'set @@global.variable' or 'set global variable=...'. See: http://dev.mysql.com/doc/refman/4.1/en/system-variables.html I strongly recommend you to upgrade. Douglas B. Jones wrote: > How do y

max_connections in 3.23.49

2005-12-05 Thread Douglas B. Jones
How do you up max_connections on 3.23.29 mysql? I have tried in the my.cnf file, command line and in mysql (set @max_connections=200). Thanks for any help! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Increasing max_connections and table_cache on Solaris 8

2005-06-27 Thread Martijn van den Burg
t; To: mysql@lists.mysql.com > Subject: Re: Increasing max_connections and table_cache on Solaris 8 > > Hello. > > I don't have enough experience with Solaris.. But on most > Unixes your could change the limit of file descriptors for > process, not for whole system. > > Se

Re: Increasing max_connections and table_cache on Solaris 8

2005-06-23 Thread Gleb Paharenko
ions, should I let the > sysadmin increase the limit of open file descriptors on the Solaris box, > or is there a setting in MySQL that I overlooked? > > Note: max_connections is set to 1000 in the my.cnf file, but when > starting up, MySQL doesn't accept that value and de

Increasing max_connections and table_cache on Solaris 8

2005-06-22 Thread Martijn van den Burg
SQL that I overlooked? Note: max_connections is set to 1000 in the my.cnf file, but when starting up, MySQL doesn't accept that value and decreases it to 246. Setting the variable to 1000 whilst MySQL is running /is/ accepted. Kind regards, -- Martijn ASML ITM&S Application Support /

Re: max_connections

2005-06-07 Thread James Sherwood
ent: Tuesday, June 07, 2005 1:55 PM Subject: RE: max_connections > I would then gather to say that the limit (hence the error) is being > generate by Torque, which does the connection pooling, and has nothing to > do directly with max_conn. > > Is there a config file or something that

RE: max_connections

2005-06-07 Thread PMilanese
:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 12:51 PM To: mysql@lists.mysql.com Subject: Re: max_connections This error is thrown in a mask we use called Torque, it does the connection pooling but we have never had a problem with it such as this until now. James - Original Message

Re: max_connections

2005-06-07 Thread James Sherwood
Subject: RE: max_connections > Where are you getting this error from? > > Sounds like something on top of mysql that is doing the connection pooling > perhaps. > > -Original Message- > From: James Sherwood [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 07, 2005 12:28 PM &

RE: max_connections

2005-06-07 Thread PMilanese
Where are you getting this error from? Sounds like something on top of mysql that is doing the connection pooling perhaps. -Original Message- From: James Sherwood [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 12:28 PM To: mysql@lists.mysql.com Subject: max_connections Hello

max_connections

2005-06-07 Thread James Sherwood
Hello, I have a problem with a database mask I use named torque. I get an error "Cannot get connection from pool" I beleive it is from the max_connections reaching their limit. I put the line max_connections=200 in the my.cnf file but when I check the show variables of the databa

increasing max_connections

2005-04-05 Thread Marcelo Mazon
Hi... I need to increase my max_connection variable on mysql DB. Her value now is 100... I must to increase to 500. (Mysql 3.23.49 on Red Hat 8. My server is a IBM Pentium 4, 1.6 Ghz, HD 40G, 1G of RAM) What do I have to do for balance my DB and my server in this case? Which others elements or

innodb_buffer_pool_size - max_connections?

2005-02-28 Thread Deluxe Web
Can I assume that that with a innodb_buffer_pool_size of 1G I can accept only 500 max_connections (stack size 2M*500 connections). Also, I noticed that I can't set a innodb_buffer_pool_size > 1G. Ideas? Max -- MySQL General Mailing List For list archives: http://lists.mysql.com/

RE: Relationship between 'table_cache' and 'max_connections'

2005-02-02 Thread Mark
> -Original Message- > From: Dathan Pattishall [mailto:[EMAIL PROTECTED] > Sent: donderdag 3 februari 2005 1:21 > To: Mark; mysql@lists.mysql.com > Subject: RE: Relationship between 'table_cache' and 'max_connections' > > Max_connections rel

RE: Relationship between 'table_cache' and 'max_connections'

2005-02-02 Thread Dathan Pattishall
Table_cache is a pool of file descriptors held open, so the over head of opening table is not necessary since the open is cached. Max_connections relates to table_cache because they both use descriptors. Thus at least the sum of the 2 is used by mySQL to set the ulimit of file descriptors higher

Relationship between 'table_cache' and 'max_connections'

2005-02-02 Thread Mark
I hope someone can clarify the relationship between 'table_cache' and 'max_connections' (I use MySQL 4.0.23). The manual says: "table_cache is related to max_connections. For example, for 200 concurrent running connections, you should have a table cache size of

max_connections and open-files-limit

2004-10-05 Thread Rick Taft
Hello all, Can someone tell me the consequences of setting max_connections and open-files-limit too high? That is, higher than I'd expect to need under normal circumstances, say 10,000 connections when all I'd expect is less than 1,000 at any one time. Could a malicious user bring My

Re: different max_connections based on users/host

2004-09-17 Thread Egor Egorov
Alberto Mucignat <[EMAIL PROTECTED]> wrote: > I mean, suppose we have max_connections=500, is it possible to say that > from all external clients there could be at max 490 connections, while a > single host or user can have at max 10 connections? Obviously, if host > who

different max_connections based on users/host

2004-09-15 Thread Alberto Mucignat
Is it possible to configure MySQL to have different max_connections limit based on either user or host which is connecting to server? I mean, suppose we have max_connections=500, is it possible to say that from all external clients there could be at max 490 connections, while a single host or

Re: Hitting max_connections - safe to raise this?

2004-03-08 Thread Alex Greg
> > > > My problem is that we're hitting our max_connections more and more frequently. Is > > it safe to raise this to (say) 200, or will this > > cause performance problems? Already the machine is using up a lot of swap; would > > you recommend that I bump t

Re: Hitting max_connections - safe to raise this?

2004-03-05 Thread Sasha Pachev
Alex Greg wrote: Hi, Our main database server is a 2 x PIII 1.2Ghz with 1.5GB RAM and a 73GB SCSI RAID-5 made up of 3 36GB disks. It does between 300 and 1200 queries per second. The read to write ratio is about 4:1. My problem is that we're hitting our max_connections more and more frequ

Hitting max_connections - safe to raise this?

2004-03-03 Thread Alex Greg
Hi, Our main database server is a 2 x PIII 1.2Ghz with 1.5GB RAM and a 73GB SCSI RAID-5 made up of 3 36GB disks. It does between 300 and 1200 queries per second. The read to write ratio is about 4:1. My problem is that we're hitting our max_connections more and more frequently. Is it sa

Max_connections problem

2003-11-12 Thread Kittiphum Worachat
Hi. Can someone help me with problem of max connection when it rech the limit cause some process has lock table so I want to login as root to make some kill that process but I can login because of max connection bloack me. And I known some user with PROCESS_ACL can login is root has this privi

Re: Processes Closed, but max_connections exceeded...

2003-11-10 Thread Joe Lewis
MAX_CONNECTIONS_PER_HOUR ? Now, I set the "MAX_CONNECTIONS", but I didn't know about MAX_CONNECTIONS_PER_HOUR. Still, the problem has persisted when left for a day or two without restarting. In fact, the issues only go away when the server is restarted (though I did NO

Re: Processes Closed, but max_connections exceeded...

2003-11-10 Thread Victoria Reznichenko
; #mysql -p -u comet > Enter password: > ERROR 1226: User 'comet' has exceeded the 'max_connections' resource > (current value: 100) > > Now, that is exactly what I'd expect to see, IF the user had 100 > connections. Instead, when viewing the processlist,

Processes Closed, but max_connections exceeded...

2003-11-06 Thread Joe Lewis
#x27;comet' has exceeded the 'max_connections' resource (current value: 100) Now, that is exactly what I'd expect to see, IF the user had 100 connections. Instead, when viewing the processlist, I get : #mysql

MySQL max_connections on Windows

2003-10-09 Thread Scott Brown
Hello, list, What is a "good" setting for max_connections on a Windows machine with 1GB RAM, Dual Athlons, RAID, etc... The default of 100 seems a bit lean, we would like to increase this number, but don't have any experience history with MySQL to draw upon. The docs say that 5

Re: max_connections doesn't change

2003-08-04 Thread Victoria Reznichenko
Jan Josefowicz <[EMAIL PROTECTED]> wrote: > I'm trying to change the value of max_connections variable but mysqld > doesn't accept that. > I use mysql 3.23.54 and my config file /etc/my.cnf looks like: > > [mysql.server] > ... > ... > set-variable max_

max_connections doesn't change

2003-08-02 Thread Jan Josefowicz
Hi, I'm trying to change the value of max_connections variable but mysqld doesn't accept that. I use mysql 3.23.54 and my config file /etc/my.cnf looks like: [mysql.server] ... ... set-variable max_connections=200 After a newstart of mysqld the value of max_connections is unc

Re: Setting max_connections

2003-07-22 Thread Paul DuBois
/site2/fst/etc/my.cnf /home/virtual/site3/fst/etc/my.cnf /home/virtual/site4/fst/etc/my.cnf /home/virtual/site5/fst/etc/my.cnf --- All the files except for /etc/my.cnf.admin_appl and /etc/my.cnf only contain client information. I added max_connections

Re: Setting max_connections

2003-07-22 Thread Richard Sumilang
/my.cnf /home/virtual/site4/fst/etc/my.cnf /home/virtual/site5/fst/etc/my.cnf --- All the files except for /etc/my.cnf.admin_appl and /etc/my.cnf only contain client information. I added max_connections=1500 to both of those files and restarted MySQL

RE: Setting max_connections

2003-07-22 Thread Peter Lovatt
search for my.cnf If it does not exist you can create it, http://www.mysql.com/doc/en/Option_files.html Peter -Original Message- From: Richard Sumilang [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 07:56 To: [EMAIL PROTECTED] Subject: Setting max_connections Where do I go to set

Setting max_connections

2003-07-21 Thread Richard Sumilang
Where do I go to set the max_connections settings so I can have over 100? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Max_Connections on multiple instances

2003-07-10 Thread Ben Smith
Hello all, We have 3 instances on the same server, prod, test and dev. Is it possible to increase the max_connection limit just for one instance, or would changing the limit effect all 3 ? Many thanks ** For great Emap magazine subscription & gift offers visit http://www.emapmagazines.co.uk

Re: max_connections being ignored/overridden?

2003-07-02 Thread Victoria Reznichenko
"Gary Huntress" <[EMAIL PROTECTED]> wrote: > I have some simple user quotas set to help balance my server load. I think > I've implemented them properly because people do whine to me when they > reach the query limit. > > I have max_connections set to 200, bu

Re: max_connections being ignored/overridden?

2003-06-28 Thread Gary Huntress
m: "Paul DuBois" <[EMAIL PROTECTED]> To: "Gary Huntress" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, June 28, 2003 7:09 PM Subject: Re: max_connections being ignored/overridden? > At 18:15 -0400 6/28/03, Gary Huntress wrote: > >Yes, I am ref

Re: max_connections being ignored/overridden?

2003-06-28 Thread Paul DuBois
At 18:15 -0400 6/28/03, Gary Huntress wrote: Yes, I am referring to MAX_CONNECTIONS_PER_HOUR, poorly worded on my part sorry. Users are granted access to only one database (barring errors in my scripts) and I did verify that his entry in mysql.user is 200 for max_connections. And the connections

Re: max_connections being ignored/overridden?

2003-06-28 Thread Gary Huntress
Yes, I am referring to MAX_CONNECTIONS_PER_HOUR, poorly worded on my part sorry. Users are granted access to only one database (barring errors in my scripts) and I did verify that his entry in mysql.user is 200 for max_connections. And the connections in the logfile are for the same user each

Re: max_connections being ignored/overridden?

2003-06-28 Thread Paul DuBois
At 17:26 -0400 6/28/03, Gary Huntress wrote: I have some simple user quotas set to help balance my server load. I think I've implemented them properly because people do whine to me when they reach the query limit. I have max_connections set to 200, but right now I'm watching connect

max_connections being ignored/overridden?

2003-06-28 Thread Gary Huntress
I have some simple user quotas set to help balance my server load. I think I've implemented them properly because people do whine to me when they reach the query limit. I have max_connections set to 200, but right now I'm watching connections for 1 user scroll by at an alarming rate

4.0.9-gamma problem with max_connections

2003-02-03 Thread Denis V. Lozko aka Talmuth
Hi all please help 19:36:59[p0]talmuth@smtp:~>cat /etc/my.cnf [client] host=localhost user=root [mysqld] max_connections = 5000 19:37:58[p0]talmuth@smtp:~>cat /usr/local/etc/rc.d/mysql.sh #!/bin/sh cd /usr/local/mysql ./bin/mysqld_safe --user=mysql --default-character-set=cp1251 --max_c

Re: How can I start my mysql server with max_connections option

2003-02-01 Thread Diana Soares
You have mistaken the syntax, use the option --set-variable max_connections=200 or add to your my.cnf file in one of [mysqld], [server] or [safe_mysqld] sections: set-variable = max_connections=200 On Thu, 2003-01-30 at 17:16, [EMAIL PROTECTED] wrote: > Hi Group, > > I want to

Re: How can I start my mysql server with max_connections option

2003-01-31 Thread my5ql _
You can add the entry to my.cnf: [mysqld] set-variable= max_connections=200 From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: How can I start my mysql server with max_connections option Date: Thu, 30 Jan 2003 22:46:27 +0530 (IST) Hi Group, I want to start m

Re: How can I start my mysql server with max_connections option

2003-01-31 Thread Zak Greant
On Thu, Jan 30, 2003 at 10:46:27PM +0530, [EMAIL PROTECTED] wrote: > Hi Group, > > I want to start my mysql with max_connections option. Now I am getting To > many connction error. So I want to allow 200 concurrent connections... > > I tried with > safe_mysqld max_connecti

How can I start my mysql server with max_connections option

2003-01-30 Thread sinu
Hi Group, I want to start my mysql with max_connections option. Now I am getting To many connction error. So I want to allow 200 concurrent connections... I tried with safe_mysqld max_connections=200 & But it is not coming up... How can I set max_connections as 200. Do I need to specify tha

max_connections=?

2002-10-02 Thread Jacob Friis Larsen
What is the maximum for max_connections when I have: MySQL database server 4.0.3-beta HP NetServer LC2000 running RedHat Linux 7.3 Dual Pentium III 800mhz 1GB Ram Raid5 Regards, Jacob - Before posting, please check

re: max_connections

2002-09-19 Thread Victoria Reznichenko
Stefan, Thursday, September 19, 2002, 9:45:52 AM, you wrote: SF> I want to change the varibale "max_connections" from 100 to 250. how can SF> I do that? I use MySQL 3.23.52 under Windows XP professional SF> Is the place I take the set-variable = max_connections=300 wron

Re: max_connections

2002-09-19 Thread Karthik
yes. put an entry "set-variable=max_connections=300" after "set-variable = thread_concurrency=8" in your my.ini. Make sure this change is done in the my.ini that is in the windows directory. Karthik. - Original Message - From: "Stefan Faist" <[EMAIL

max_connections

2002-09-18 Thread Stefan Faist
hello, I want to change the varibale "max_connections" from 100 to 250. how can I do that? I use MySQL 3.23.52 under Windows XP professional Is the place I take the set-variable = max_connections=300 wrong? I have the fallowing my.ini: === Begin

Re: max_connections recovery

2002-07-27 Thread Dicky Wahyu Purnomo
Pada Fri, 26 Jul 2002 11:17:08 -0700 Troy Hakala <[EMAIL PROTECTED]> menulis : > ok, i turns out I have lots of sleeping connections. This is because I'm > using PHP's mysql_pconnect which opens persistent connections so the next > connect (on the same process) will reuse the connection. this d

Re: max_connections recovery

2002-07-27 Thread Paul DuBois
At 11:17 -0700 7/26/02, Troy Hakala wrote: >ok, i turns out I have lots of sleeping connections. This is because >I'm using PHP's mysql_pconnect which opens persistent connections so >the next connect (on the same process) will reuse the connection. >this does appear to improve performance over

Re: max_connections recovery

2002-07-27 Thread Troy Hakala
; >> I've been running MySQL for 2 years with no problems. Yesterday, I >> increased the max_connections because I was getting "too many >> connections" >> error. This morning, the server again reached its limit but it never >> seemed to recover from it

Re: max_connections recovery

2002-07-26 Thread Troy Hakala
; Pada Thu, 25 Jul 2002 09:48:40 -0700 > Troy Hakala <[EMAIL PROTECTED]> menulis : > >> I've been running MySQL for 2 years with no problems. Yesterday, I >> increased the max_connections because I was getting "too many >> connections" >> error. Th

max_connections recovery

2002-07-25 Thread Troy Hakala
I've been running MySQL for 2 years with no problems. Yesterday, I increased the max_connections because I was getting "too many connections" error. This morning, the server again reached its limit but it never seemed to recover from it and constantly gave the "too many co

Re: Re: How to add the max_connections

2002-06-18 Thread Egor Egorov
louie, Tuesday, June 18, 2002, 12:36:14 PM, you wrote: lm> Yes, thanks a lot. lm> I still have a question though. lm> Up to how many connection can mysql handle? The maximum number of connections depends not only on max_connections value. It also depends on thread library on yo

Re: max_connections / settings (info/help)

2002-06-18 Thread Fluffy Chucklechunks
On Tue, 18 Jun 2002, louie miranda wrote: > [mysqld] > max_connections= 500 > Hi i have here my [mysqld] settings, im having troubles though on > "max_connections" > I was wondering if this settings is correct, and what option is correct? max_connections

Re: How to add the max_connections

2002-06-18 Thread louie miranda
Yes, thanks a lot. I still have a question though. Up to how many connection can mysql handle? Thanks, Louie... - Original Message - From: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 3:29 PM Subject: Re: How to a

Re: How to add the max_connections

2002-06-18 Thread Egor Egorov
Liu, Monday, June 17, 2002, 8:33:46 AM, you wrote: LQq> Please tell me how to add the max_connections of mysql. Please give me a example. max_connections is a mysqld variable. You can't add\drop max_connections, you can only increase\decrease its value. If you want to change default va

Re: max_connections

2002-06-12 Thread Mark.Andrachek
D], MySQL <[EMAIL PROTECTED]> cc: Subject:Re: max_connections If you are just doing a port scan, that shouldn't be a problem. However, if you are going to the DB server, you will need to grant at least 'usage' permissions to user@host via the GRANT statement.

Re: max_connections

2002-06-12 Thread Bhavin Vyas
; To: "MySQL" <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 1:29 PM Subject: max_connections > I've written a small port monitor in perl, just to check and make sure > something > is responding on the port. I don't want to do anything fancy, but it > appears

max_connections

2002-06-12 Thread Mark.Andrachek
I've written a small port monitor in perl, just to check and make sure something is responding on the port. I don't want to do anything fancy, but it appears that MySQL doesn't like this. It doesnt block connections from localhost (thank goodness), but my remote port monitor gets locked out.

Re: RE: How to set max_connections ?

2002-06-12 Thread Victoria Reznichenko
Rekha, Tuesday, June 11, 2002, 8:17:01 PM, you wrote: RD> Where can I get a sample my.cnf? You can find examples of *.cnf in /usr/doc/MySQL-X.XX. RD> Thanks, RD> Rekha -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://

Re: RE: How to set max_connections ?

2002-06-12 Thread Egor Egorov
Rekha, Tuesday, June 11, 2002, 8:48:12 PM, you wrote: RD> Do I need to have some kind of permissions to change a variable ? No, you should have permissions to run mysqld. RD> Thanks, RD> Rekha -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is spons

RE: How to set max_connections ?

2002-06-11 Thread Rekha Das
Do I need to have some kind of permissions to change a variable ? Thanks, Rekha -Original Message- From: Steve Katen [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 6:17 PM To: Rekha Das; '[EMAIL PROTECTED]' Subject: Re: How to set max_connections ? what do you mean

RE: How to set max_connections ?

2002-06-11 Thread Rekha Das
Where can I get a sample my.cnf? Thanks, Rekha -Original Message- From: Steve Katen [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 6:17 PM To: Rekha Das; '[EMAIL PROTECTED]' Subject: Re: How to set max_connections ? what do you mean it doesn't do anything? you

Re: How to set max_connections ?

2002-06-11 Thread Patrick Hsieh
ne as: > > --set-variable=max_connections=200 > > or you could edit the my.cnf file that mysql is using when it > starts-up. if you can't find the my.cnf, then you should create one. here > is a link to the manpage and some default entires on mysql.com: > http://www

Re: How to set max_connections ?

2002-06-10 Thread Steve Katen
what do you mean it doesn't do anything? you should be able to set it on the command line as: --set-variable=max_connections=200 or you could edit the my.cnf file that mysql is using when it starts-up. if you can't find the my.cnf, then you should create one. here is a link to t

How to set max_connections ?

2002-06-10 Thread Rekha Das
Hi all, I am trying to set max_connections to 200 on my server. Currently it is 100. My mysql version 3.22.32. My problem is I am not able to find my.cnf. And if I set the variable on command line like this: --set-variable = max_connections=200; Then it does not do anything. What am I doing

how to define my max_connections?

2002-06-10 Thread Patrick Hsieh
Hello list, I am running mysql-3.23.49 on Linux 2.4.18 for production purpose. Now I want to define a proper max_connections value in mysql. The document said, "The maximum number of connects MySQL is depending on how good the thread library is on a given platform. Linux or Solaris shou

RE: Optimal value for 'max_connections'

2002-01-17 Thread Gary . Every
You can set your max_connections variable thusly: mysqld -O max_connections=1000 (That's an upper-case letter "O" and the above needs to be appended to the other options that start mysqld -Original Message- From: Mitch Fournier [mailto:[EMAIL PROTECTED]] Sent: Thurs

Re: Optimal value for 'max_connections'

2002-01-17 Thread John Kemp
Mitch, You need to set the max_connections variable to something in you my.cnf file. This number is really determined by your OS/Memory etc. but I think the MySQL manual says somewhere about 500 to 700 being possible with Solaris. Currently we use a figure of 220, but I got to that number by

Optimal value for 'max_connections'

2002-01-17 Thread Mitch Fournier
Hi, i've been googlizing for a while now and can't find a straight answer to this question: - what is the optimal setting for "max_connections" in mysql? - how do i start the server w a higher number? stats on my db setup: - database machine has 384MB of ram - clie

Re: Can't set max_connections on debian version

2001-11-02 Thread William R. Mussatto
Thanks, got it. On Wed, 31 Oct 2001, Wouter de Jong wrote: > Date: Wed, 31 Oct 2001 09:19:14 +0100 > From: Wouter de Jong <[EMAIL PROTECTED]> > To: "William R. Mussatto" <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: Can't set max_connect

Re: Can't set max_connections on debian version

2001-10-31 Thread William R. Mussatto
<[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: Can't set max_connections on debian version > > On Tue, Oct 30, 2001 at 11:31:12AM -0800, William R. Mussatto wrote: > > Thanks but it doesn't work... > > > > Below is the extract of the configu

Re: Can't set max_connections on debian version

2001-10-30 Thread Wouter de Jong
"failed" There is no entry in the error log. Commenting out the > line results in a successful restart. I am probably missing something > basic but... > set-variable= key_buffer=16M > set-variable= max_allowed_packet=1M > set-variable= thread_stack

Re: Can't set max_connections on debian version

2001-10-30 Thread William R. Mussatto
successful restart. I am probably missing something basic but... On 30 Oct 2001, Tonu Samuel wrote: > Date: 30 Oct 2001 21:21:32 +0200 > From: Tonu Samuel <[EMAIL PROTECTED]> > To: "William R. Mussatto" <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subjec

Can't set max_connections on debian version

2001-10-30 Thread William R. Mussatto
I realize this is not the current version, but debian stable is stuck on: 3.22.32. mysqld does not start when I enter max_connections 200 although it reports max_connections 100 Sincerely, William Mussatto, Senior Systems Engineer CyberStrategies, Inc ph. 909-920-9154 ext. 27

Re: set variable for max_connections

2001-05-10 Thread Paul DuBois
ld] group: [mysqld] set-variable = max_connections=xxx >Thank You > >Mark >- Original Message - >From: "John Barton" <[EMAIL PROTECTED]> >To: "Mark Lo (3)" <[EMAIL PROTECTED]> >Cc: "ComMysql@Lists. Mysql." <[EMAIL PROTECTED]> >

Re: set variable for max_connections

2001-05-10 Thread Mark Lo
what I did wrong. Thank You Mark - Original Message - From: "John Barton" <[EMAIL PROTECTED]> To: "Mark Lo (3)" <[EMAIL PROTECTED]> Cc: "ComMysql@Lists. Mysql." <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 12:53 AM Subject: Re: set variable

Re: set variable for max_connections

2001-05-10 Thread Joseph Bueno
including 3.23.37 > > set-variable = max_connections= > > John Barton > Unix Systems Administrator > Primary Networks, Inc. > [EMAIL PROTECTED] > > On Thu, 10 May 2001, Mark Lo (3) wrote: > > > Hi, > > > > I would like to set a higher values in m

Re: set variable for max_connections

2001-05-10 Thread John Barton
Try putting a line like the following in your my.cnf file: This has always worked for me, including 3.23.37 set-variable = max_connections= John Barton Unix Systems Administrator Primary Networks, Inc. [EMAIL PROTECTED] On Thu, 10 May 2001, Mark Lo (3) wrote: > Hi, > > I w

set variable for max_connections

2001-05-10 Thread Mark Lo \(3\)
Hi, I would like to set a higher values in max_connections for mysql. I have tried to use the following command "mysqld --set-variables max_connections=900 -u root -ppassword". Then, it shows that I have successfully changed the variable of max_connections. But, when I check i

WinNT max_connections

2001-02-13 Thread Ron Schmalz
out, that I have to set the variable max_connections at a higher value. I did it in a separate file, called my.ini: [mysqld] basedir=D:\\Programme\\MySQL set_variable = max_connections=300 I started MySQL with: D:\Programme\MySQL\bin\mysqld-shareware.exe --defaults-file=d:\winnt\my.ini