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_connect
ions=5000 &
19:36:50[p0]talmuth@smtp:~>mysql -u talmuth -p -e "show variables"| grep
max_connections
Enter password:
max_connections 1811

----er log -----
030126  5:21:27  Warning: setrlimit returned ok, but didn't change limits.
Max open files is 1821 (request: 25010)
030126  5:21:27  Warning: Changed limits: max_connections: 1811
table_cache: 64

where is problem?
----------------------------------
WBR TLMT-UANIC



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to