App::mycnfdiff - Main class
version 1.01
$ mycnfdiff -d /foo/bar -l my.cnf.1,my.cnf.bak
$ mycnfdiff -l server1/my.cnf,server2/my.cnf
$ mycnfdiff -l 'exec:docker run -it percona mysqld --verbose --help,my.ini' -d /foo/bar
$ mycnfdiff -s s2.ini,s3,ini # read all cnf and ini files in current dir except s2.ini
Files must have .cnf or .ini extension otherwise they will not be parsed by default
To specify particular source without format restriction use -l option.
If one of source is compiled defaults you can only use -l option
to-do:
diff in csv format
By default, it produce two output files
-
common.mycnfdiff with common options
-
diff.mycnfdiff with different options (hash style)
If utility can not write files it will print result to STDOUT and warn user about permissions
App::mycnfdiff - compare MySQL server configs.
Can also compare with mysqld compiled defaults (values after reading options)
For more info please check mycnfdiff --help
Pavel Serikov pavelsr@cpan.org
This software is copyright (c) 2019 by Pavel Serikov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.