You are not picking up the slimserver version of my.cnf.

Here's what's in my /var/cache/slimserver/my.cnf:
-----------------------------------------------------
# $Id$
#
# SlimServer specific MySQL Server config.

[mysqld]
innodb
skip-locking

# If you want to have user permissions - you need to setup a valid
user, and
# remove this line below.
skip-grant-tables

basedir               = /opt/slimserver/MySQL
datadir               = /var/cache/slimserver/MySQL
language              = /opt/slimserver/MySQL
port                  = 9092
socket                = /var/cache/slimserver/slimserver-mysql.sock
pid-file              = /var/cache/slimserver/slimserver-mysql.pid
log-error             = /var/cache/slimserver/mysql-error-log.txt
innodb_fast_shutdown  = 1
max_connections       = 4
thread_concurrency    = 4
log-warnings          = 0
bind-address          = 127.0.0.1
key_buffer            = 2M
max_allowed_packet    = 1M
table_cache           = 64
sort_buffer_size      = 512K
net_buffer_length     = 8K
read_buffer_size      = 256K
read_rnd_buffer_size  = 512K

[client]
socket                = /var/cache/slimserver/slimserver-mysql.sock

--------------------------------------------------
Try running with the above in /etc/my.cnf and see if it helps.


-- 
Ron Olsen
------------------------------------------------------------------------
Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=32451

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to