[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] MySQL amx connections
- Subject: [ale] MySQL amx connections
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- Date: Wed Jun 1 22:21:32 2005
I'm trying to change the number of max connections for my MySQL
server
-- my.cnf --
[mysqld]
datadir=/usr/local/mysql/data
set-variable=max_connections=250
[mysql.server]
user=tomcat
basedir=/usr/local/mysql
[tomcat at sam-devel mysql]$ mysqladmin -u root -p -h 127.0.0.1 variables
| grep max_connections
Enter password:
| max_connections |
100
Can someone tell me what I'm doing wrong?
Thanks,
Chris