mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 21:05:00 +00:00
WIP
This commit is contained in:
38
sandbox/servers/8.0/my.sandbox.cnf
Normal file
38
sandbox/servers/8.0/my.sandbox.cnf
Normal file
@@ -0,0 +1,38 @@
|
||||
[client]
|
||||
user = msandbox
|
||||
password = msandbox
|
||||
port = PORT
|
||||
socket = /tmp/PORT/mysql_sandboxPORT.sock
|
||||
loose-local-infile=1
|
||||
|
||||
[mysqld]
|
||||
port = PORT
|
||||
socket = /tmp/PORT/mysql_sandboxPORT.sock
|
||||
pid-file = /tmp/PORT/data/mysql_sandboxPORT.pid
|
||||
basedir = PERCONA_TOOLKIT_SANDBOX
|
||||
datadir = /tmp/PORT/data
|
||||
general_log
|
||||
general_log_file = genlog
|
||||
innodb_buffer_pool_size = 16M
|
||||
innodb_data_file_path = ibdata1:10M:autoextend
|
||||
innodb_data_home_dir = /tmp/PORT/data
|
||||
innodb_lock_wait_timeout = 3
|
||||
innodb_log_file_size = 5M
|
||||
innodb_log_group_home_dir = /tmp/PORT/data
|
||||
key_buffer_size = 16M
|
||||
local-infile = 1
|
||||
log-bin = mysql-bin
|
||||
log-error = /tmp/PORT/data/mysqld.log
|
||||
log_slave_updates
|
||||
lower_case_table_names = 0
|
||||
relay_log = mysql-relay-bin
|
||||
report-host = 127.0.0.1
|
||||
report-port = PORT
|
||||
server-id = PORT
|
||||
|
||||
# fkc test
|
||||
binlog_format = STATEMENT
|
||||
performance_schema = ON
|
||||
#performance-schema-instrument='wait/lock/metadata/sql/mdl=ON'
|
||||
#performance-schema-instrument='transaction=ON'
|
||||
secure-file-priv =
|
Reference in New Issue
Block a user