You can use the my.cnf file SlimServer uses as a reference.  Here's the
one from my Mac:


Code:
--------------------
    
  # 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               = /Users/andy/dev/Slim/trunk/server/MySQL
  datadir               = /Users/andy/Library/Caches/SlimServer/MySQL
  language              = /Users/andy/dev/Slim/trunk/server/MySQL
  port                  = 9092
  socket                = 
/Users/andy/Library/Caches/SlimServer/slimserver-mysql.sock
  max_connections       = 4
  thread_concurrency    = 4
  log-warnings          = 0
  bind-address          = 127.0.0.1
  default-character-set = utf8
  default-collation     = utf8_general_ci 
  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
  
--------------------


-- 
andyg
------------------------------------------------------------------------
andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=24260

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

Reply via email to