Commit Graph

40 Commits

Author SHA1 Message Date
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
52b57aafea create_database.sh: support mariadb 10.4 2019-11-02 02:37:34 +01:00
root
b18c6a1a0e Add documentation to sample configuration files. 2019-08-21 20:30:03 +02:00
77f29da0ac repair_mysql_tables.sh: fix errors for support of multiple installations. 2019-01-31 04:03:35 +01:00
170cb05242 optimize_mysql_tables.sh: fix errors for support of multiple installations. 2019-01-31 03:44:24 +01:00
b61cc133f0 create_database.sh: add support of multiple MySQL installations. 2019-01-30 14:58:24 +01:00
cd625ae265 optimize_mysql_tables.conf.sample: correct typo. 2019-01-15 14:50:50 +00:00
eb335c9a95 create_database.sh, max_memory_limit_mysql.sh: use configuration file 'mysql_credetials.conf'. 2018-12-10 16:32:47 +01:00
5221328f91 create_database.sh: add support for MariaDB 2018-12-10 04:24:16 +01:00
19c2e2f5bc max_memory_limit_mysql.sh: add support for configuration file (mysql_credetials.conf). 2018-12-10 04:23:46 +01:00
8a825e2286 Merge branch 'master' of https://git.oopen.de/script/mysql 2018-12-05 18:27:14 +01:00
a494755a15 flush_query_cache.sh: fix error if mysql distribution is not MySQL (i.e. Percona/MariaDB). 2018-12-05 18:26:40 +01:00
a397141904 create_database.sh: supports creatuing user with access from outside. 2018-12-05 15:37:02 +01:00
435fbfdf19 flush_query_cache.sh: query cache is no longer supported since version '8.0.3'. 2018-12-03 14:01:16 +01:00
3baebe1300 create_database.sh: remove giving Super_priv to created user.. 2018-09-10 15:52:26 +02: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
dafc793007 create_database.sh: add support for MySQL version 8.0.x 2018-08-03 23:49:05 +00:00
bbed466b7f Add script 'repair_mysql_tables.sh'. 2018-07-30 11:43:27 +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
7cba022614 Merge branch 'master' of https://git.oopen.de/script/mysql 2018-03-05 03:16:10 +01:00
f18e3f54da Some minor changes. 2018-03-05 03:15:34 +01:00
43421e7d85 optimize_mysql_tables-ND.sh: fix error in handling nd-archiv. 2018-03-05 03:02:42 +01:00
ab2421a717 optimize_mysql_tables-ND.sh: redesign in dependence to script 'optimize_mysql_tables.sh'. 2018-03-05 02:47:42 +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
5da83b8558 Add script 'drop_tables.sh'. 2018-02-19 17:04:46 +01:00
ce28ffd467 Change handling od database files. 2017-09-23 01:59:34 +02:00
e04e224888 Add/Redesign scripts for creating/dropping databases 2017-09-23 01:09:29 +02:00
1a89bbbd84 remove configuration sample file 'optimize_mysql_tables.conf.sample'. 2017-07-03 16:22:44 +02: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
639adf672c Change Logging mechanism. 2017-07-03 04:06:05 +02:00
3f869c36b1 add .gutignore 2017-03-08 03:13:57 +01:00
9ec6b1c2e1 Initial import 2017-02-21 02:31:30 +01:00