mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 08:57:24 +00:00
Save the config file itself, not just its path.
This commit is contained in:
26
t/pt-mysql-summary/samples/temp002/mysql-config-file
Normal file
26
t/pt-mysql-summary/samples/temp002/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
|
@@ -363,7 +363,7 @@ version_compile_machine i686
|
||||
version_compile_os Linux
|
||||
wait_timeout 28800
|
||||
pt-summary-internal-current_time 2012-03-22 18:50
|
||||
pt-summary-internal-Config_File /etc/mysql/my.cnf
|
||||
pt-summary-internal-Config_File_path /etc/mysql/my.cnf
|
||||
pt-summary-internal-now 2012-03-23 21:05:32
|
||||
pt-summary-internal-user hugmeir@localhost
|
||||
pt-summary-internal-FNV_64 Unknown
|
||||
|
Reference in New Issue
Block a user