Commit Graph

21 Commits

Author SHA1 Message Date
845e9cf8ad Fix errors in case of multiple mysql installations. 2024-01-17 01:40:49 +01:00
5bdb646de7 optimize_mysql_tables.sh, optimize_mysql_tables-ND.sh: some design changes.. 2023-08-09 11:09:11 +02:00
57ede258ab optimize_mysql_tables.sh: check also socket path '/run/mysqld/mysqld.sock'. 2020-08-21 10:20:20 +02:00
9ddc792d23 second run: determin 'MYSQL_CREDENTIAL_ARGS' if not given. 2020-05-12 21:06:18 +02:00
aa98cc0fbc Only one configuration file for all database creation/drop scripts. 2019-11-05 15:14:58 +01:00
8666b07ed5 optimize_mysql_tables.sh: main loop failed if mysql_credential_args contains a blank sign as i.e '-u root -S /tmp/mysql.sock'. 2019-11-02 12:35:59 +01:00
789988b940 optimize_mysql_tables.sh: fix error if no mysql credentials givven in configuration file. 2019-11-02 11:07:57 +01:00
170cb05242 optimize_mysql_tables.sh: fix errors for support of multiple installations. 2019-01-31 03:44:24 +01:00
7ea7de9990 optimize_mysql_tables.sh,optimize_mysql_tables-ND.sh: fix error in writing the logfile. 2018-08-31 11:44:50 +02:00
9525f9c624 optimize_mysql_tables.sh: minor changes. 2018-08-31 03:28:07 +02:00
0fc3ec06be Optimize/Repair table scripts: ommit tables with table engine InnoDB. 2018-08-31 03:24:42 +02:00
a842cf5906 optimize_mysql_tables.sh: if a database is given at the command line, only check tables of this database. 2018-06-24 15:40:19 +02:00
6c2e2bee12 optimize_mysql_tables.sh: fix error in determin mysql binary. 2018-03-08 11:51:19 +01:00
3ea5c8d2ef Some minor changes in script output. 2018-03-05 11:46:47 +01:00
f18e3f54da Some minor changes. 2018-03-05 03:15:34 +01:00
3016fb6f27 In case of not running in a terminal: do not print warning if no configuration file was found. 2018-03-05 01:33:43 +01:00
a0bf2ae89b Remove commented old code. 2018-03-05 01:11:51 +01:00
c4e6aafb33 Support of optimizing (repairing) tables of multiple mysql installations. 2018-03-05 00:57:51 +01:00
7e8b097e17 Move optimize_mysql_tables.conf.sample mysql_credetials.conf.sample. Read configuration file by scripts 'optimize_mysql_tables.sh' 'flush_query_cache.sh' and 'flush_host_cache.sh'. 2017-07-03 16:20:48 +02:00
root
37d7ada44c Add configuration file for script 'optimize_mysql_tables.sh'. 2017-07-03 16:11:45 +02:00
9ec6b1c2e1 Initial import 2017-02-21 02:31:30 +01:00