summaryrefslogtreecommitdiff
path: root/support-files/Attic/my-example.cnf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'support-files/Attic/my-example.cnf.sh')
-rw-r--r--support-files/Attic/my-example.cnf.sh39
1 files changed, 0 insertions, 39 deletions
diff --git a/support-files/Attic/my-example.cnf.sh b/support-files/Attic/my-example.cnf.sh
deleted file mode 100644
index f91478a3037..00000000000
--- a/support-files/Attic/my-example.cnf.sh
+++ /dev/null
@@ -1,39 +0,0 @@
-# Example mysql config file.
-# You can copy this to one of:
-# @sysconfdir@/my.cnf to set global options,
-# mysql-data-dir/my.cnf to set server-specific options (in this
-# installation this directory is @localstatedir@) or
-# ~/.my.cnf to set user-specific options.
-#
-# One can use all long options that the program supports.
-# Run the program with --help to get a list of available options
-
-# This will be passed to all mysql clients
-[client]
-#password = my_password
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-
-# Here is entries for some specific programs
-# The following values assume you have at least 32M ram
-
-# The MySQL server
-[mysqld]
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-skip-locking
-set-variable = key_buffer=16M
-set-variable = max_allowed_packet=1M
-set-variable = thread_stack=128K
-# Start logging
-log
-
-[mysqldump]
-quick
-set-variable = max_allowed_packet=16M
-
-[mysql]
-no-auto-rehash
-
-[isamchk]
-set-variable = key_buffer=16M