mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-10 01:12:18 +08:00
Add Aspersa tools, their tests, and util/test-bash-tool.
Update and simplify copyright notices.
This commit is contained in:
41
t/pt-mysql-summary/samples/my.cnf-001.txt
Normal file
41
t/pt-mysql-summary/samples/my.cnf-001.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
[mysqld]
|
||||
####datadir=/var/lib/mysql
|
||||
datadir=/mnt/data/mysql
|
||||
####socket=/var/lib/mysql/mysql.sock
|
||||
socket=/mnt/data/mysql/mysql.sock
|
||||
# Default to using old password format for compatibility with mysql 3.x
|
||||
# clients (those using the mysqlclient10 compatibility package).
|
||||
old_passwords=1
|
||||
|
||||
ssl-key = /opt/mysql.pdns/.cert/server-key.pem
|
||||
ssl-cert = /opt/mysql.pdns/.cert/server-cert.pem
|
||||
ssl-ca = /opt/mysql.pdns/.cert/ca-cert.pem
|
||||
|
||||
innodb_buffer_pool_size = 16M
|
||||
innodb_flush_method = O_DIRECT
|
||||
## THIS SETTING REQUIRE SPECIAL SHUTDOWN PROCEDURE AND MOVING LOGFILE. DO NOT SET UNLESS YOU UNDERSTAND WHAT YOU ARE DOING!
|
||||
innodb_log_file_size = 64M
|
||||
innodb_log_buffer_size = 1M
|
||||
innodb_flush_log_at_trx_commit = 2
|
||||
innodb_file_per_table = 1
|
||||
|
||||
ssl = 1
|
||||
|
||||
server-id = 1
|
||||
log-bin=sl1-bin
|
||||
|
||||
[mysql.server]
|
||||
user=mysql
|
||||
####basedir=/var/lib
|
||||
basedir=/mnt/data
|
||||
|
||||
[mysqld_safe]
|
||||
log-error=/var/log/mysqld.log
|
||||
pid-file=/var/run/mysqld/mysqld.pid
|
||||
|
||||
[mysql]
|
||||
|
||||
|
||||
[xtrabackup]
|
||||
target-dir=/data/backup
|
||||
|
||||
Reference in New Issue
Block a user