my.tt contents:

Code:
--------------------
    [EMAIL PROTECTED]:/raid/data/module/SLIMSERVER/slimserver/MySQL# cat my.tt
  # $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               = [% basedir %]
  datadir               = [% datadir %]
  language              = [% language %]
  port                  = [% port || 9092 %]
  socket                = [% socket %]
  pid-file              = [% pidFile %]
  log-error             = [% errorLog %]
  innodb_fast_shutdown  = 1
  max_connections       = 10
  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                = [% socket %]
--------------------


my.cnf contents:

Code:
--------------------
    [EMAIL PROTECTED]:/raid/data/module/SLIMSERVER/slimserver/cache# cat 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               = /raid0/data/module/SLIMSERVER/slimserver/MySQL
  datadir               = /raid/data/module/SLIMSERVER/slimserver/cache/MySQL
  language              = /raid0/data/module/SLIMSERVER/slimserver/MySQL
  port                  = 9092
  socket                = 
/raid/data/module/SLIMSERVER/slimserver/cache/slimserver-mysql.sock
  pid-file              = 
/raid/data/module/SLIMSERVER/slimserver/cache/slimserver-mysql.pid
  log-error             = 
/raid/data/module/SLIMSERVER/slimserver/cache/mysql-error-log.txt
  innodb_fast_shutdown  = 1
  max_connections       = 10
  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                = 
/raid/data/module/SLIMSERVER/slimserver/cache/slimserver-mysql.sock
  
--------------------


-- 
egd

Thecus N5200PRO >> Transporter >> ATC SCA2 >> ATC SCM100SLAT
------------------------------------------------------------------------
egd's Profile: http://forums.slimdevices.com/member.php?userid=3425
View this thread: http://forums.slimdevices.com/showthread.php?t=38256

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

Reply via email to