From b88e359c961b4e2b7c00627ee866533c2b07161d Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 13 May 2010 23:59:35 +0300 Subject: deleted: dev-db/mysql/files/my.cnf deleted: dev-db/mysql/files/my.cnf-4.0 deleted: dev-db/mysql/files/my.cnf-4.1 deleted: dev-db/mysql/files/my.cnf-5.1 deleted: dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch deleted: dev-db/mysql/files/mysql.init deleted: dev-db/mysql/mysql-5.1.46-r1.ebuild --- dev-db/mysql/files/my.cnf | 48 ----------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 dev-db/mysql/files/my.cnf (limited to 'dev-db/mysql/files/my.cnf') diff --git a/dev-db/mysql/files/my.cnf b/dev-db/mysql/files/my.cnf deleted file mode 100644 index 4e7d0f6..0000000 --- a/dev-db/mysql/files/my.cnf +++ /dev/null @@ -1,48 +0,0 @@ -# /etc/mysql/my.cnf: The global mysql configuration file. -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/files/my.cnf,v 1.5 2008/11/14 01:49:37 robbat2 Exp $ -# -# This file can be simultaneously placed in three places: -# 1. /etc/mysql/my.cnf to set global options. -# 2. /var/lib/mysql/my.cnf to set server-specific options. -# 3. ~/.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 them. -# -# The following values assume you have at least 32M RAM! - -[client] -#password = my_password -port = 3306 -socket = /var/run/mysqld/mysqld.sock - -[safe_mysqld] -err-log = /var/log/mysql/mysql.err - -[mysqld] -#skip-networking -skip-innodb -innodb_file_per_table -user = mysql -pid-file = /var/run/mysqld/mysqld.pid -socket = /var/run/mysqld/mysqld.sock -port = 3306 -log = /var/log/mysql/mysql.log -basedir = /usr -datadir = /var/lib/mysql -tmpdir = /tmp -language = /usr/share/mysql/english -skip-locking -set-variable = key_buffer=16M -set-variable = max_allowed_packet=1M -set-variable = thread_stack=128K - -[mysqldump] -quick -set-variable = max_allowed_packet=1M - -[mysql] -#no-auto-rehash # faster start of mysql but no tab completition - -[isamchk] -set-variable = key_buffer=16M -- cgit v1.2.3