~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to support-files/my-small.cnf.sh

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# from time to time and it's important that the mysqld daemon
5
5
# doesn't use much resources.
6
6
#
7
 
# You can copy this file to
8
 
# /etc/my.cnf to set global options,
9
 
# mysql-data-dir/my.cnf to set server-specific options (in this
10
 
# installation this directory is @localstatedir@) or
11
 
# ~/.my.cnf to set user-specific options.
 
7
# MySQL programs look for option files in a set of
 
8
# locations which depend on the deployment platform.
 
9
# You can copy this option file to one of those
 
10
# locations. For information about these locations, see:
 
11
# http://dev.mysql.com/doc/mysql/en/option-files.html
12
12
#
13
13
# In this file, you can use all long options that a program supports.
14
14
# If you want to know which options a program supports, run the program
52
52
#binlog_format=mixed
53
53
 
54
54
# Uncomment the following if you are using InnoDB tables
55
 
#innodb_data_home_dir = @localstatedir@/
 
55
#innodb_data_home_dir = @localstatedir@
56
56
#innodb_data_file_path = ibdata1:10M:autoextend
57
 
#innodb_log_group_home_dir = @localstatedir@/
 
57
#innodb_log_group_home_dir = @localstatedir@
58
58
# You can set .._buffer_pool_size up to 50 - 80 %
59
59
# of RAM but beware of setting memory usage too high
60
60
#innodb_buffer_pool_size = 16M