mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 17:58:55 +00:00
Save the config file itself, not just its path.
This commit is contained in:
26
t/pt-mysql-summary/samples/temp003/mysql-config-file
Normal file
26
t/pt-mysql-summary/samples/temp003/mysql-config-file
Normal file
@@ -0,0 +1,26 @@
|
||||
[client]
|
||||
user = msandbox
|
||||
password = msandbox
|
||||
port = 12345
|
||||
socket = /tmp/12345/mysql_sandbox12345.sock
|
||||
|
||||
[mysqld]
|
||||
port = 12345
|
||||
socket = /tmp/12345/mysql_sandbox12345.sock
|
||||
pid-file = /tmp/12345/data/mysql_sandbox12345.pid
|
||||
basedir = /home/hugmeir/mysql5/mysqlbrew/mysqls/Percona-Server-5.1/
|
||||
datadir = /tmp/12345/data
|
||||
key_buffer_size = 16M
|
||||
innodb_buffer_pool_size = 16M
|
||||
innodb_data_home_dir = /tmp/12345/data
|
||||
innodb_log_group_home_dir = /tmp/12345/data
|
||||
innodb_data_file_path = ibdata1:10M:autoextend
|
||||
innodb_log_file_size = 5M
|
||||
log-bin = mysql-bin
|
||||
relay_log = mysql-relay-bin
|
||||
log_slave_updates
|
||||
server-id = 12345
|
||||
report-host = 127.0.0.1
|
||||
report-port = 12345
|
||||
log-error = mysqld.log
|
||||
innodb_lock_wait_timeout = 3
|
@@ -275,7 +275,7 @@ warning_count 0
|
||||
internal::nice_of_1529 0
|
||||
internal::oom_of_1529 0
|
||||
pt-summary-internal-current_time 2012-03-27 16:15
|
||||
pt-summary-internal-Config_File /tmp/12345/my.sandbox.cnf
|
||||
pt-summary-internal-Config_File_path /tmp/12345/my.sandbox.cnf
|
||||
pt-summary-internal-mysql_executable /home/vagrant/mysql-5.1.49-barebones/bin/mysql
|
||||
pt-summary-internal-now 2012-03-27 16:33:46
|
||||
pt-summary-internal-user msandbox@%
|
||||
|
Reference in New Issue
Block a user