Commit Graph

  • 6972c7061d Merge branch 'master' of https://git.oopen.de/install/mysql master christoph 2024-04-12 11:34:55 +02:00
  • 3eded8ede4 Add WF web0 example configuration for MariaDB installation: 'my.cnf.WF-web0.MariaDB-10.11'. christoph 2024-04-12 11:34:25 +02:00
  • e16bbaa7f6 Add ND example configuration for MariaDB installation: 'my.cnf.ND.MariaDB-10.11'. Christoph 2024-04-12 11:24:32 +02:00
  • f7a2aa412c Some minor changes in example files. Christoph 2024-03-30 05:04:19 +01:00
  • b78f128cbe my.cnf.HUGE.MariaDB-10.11: fix aan error.. Christoph 2024-03-30 03:39:55 +01:00
  • 58fb07c6cc Adjust example konfiguration files for mariadb. Christoph 2024-03-30 01:49:24 +01:00
  • 30433b7773 chnage error logfile at example configurations. Christoph 2024-03-25 18:03:24 +01:00
  • 9460891d1c Add file 'README.update-alternatives'. Christoph 2024-03-19 12:59:27 +01:00
  • bff3c24c90 Some changes in example configuration files. Christoph 2024-03-18 14:25:33 +01:00
  • 8ef9527036 Some changes on example files. Christoph 2024-01-16 01:29:39 +01:00
  • 617bbfa3f2 Add sample configuration for MariaDB 10.11. Christoph 2024-01-02 01:13:56 +01:00
  • d4ec096c0d Add file 'README.install-openssl-1.1.1'. Christoph 2024-01-01 14:52:46 +01:00
  • 3b1a7ccf4e Add script 'install_mysql_openssl_111.sh'. Fix error creting variable 'SYSTEMD_ENV_FILE'. Christoph 2024-01-01 14:48:37 +01:00
  • 6522234352 Modify/add example my.cnf files. chris 2023-12-19 22:59:38 +01:00
  • 2eede9f6a0 install_mysql.sh: add some comments for DFefault wavues. Christoph 2023-08-12 14:15:02 +02:00
  • f3bec24fa3 Add 'NO_INIT=true' to MySQL systemd environmet file. Christoph 2023-08-08 22:22:44 +02:00
  • 6527d9fa11 Adjust example configurations.. Christoph 2023-08-08 22:14:19 +02:00
  • ec4e0cf905 install_mysql.sh: remove unkown parameter 'net_read_timeout' and 'net_write_timeout' from configuration file, section '[mysqldump]'. Christoph 2023-08-05 09:20:20 +02:00
  • c5e3cbbe97 install_mysql.sh: fix error writing configuration file; change download URL for MariaDB. Christoph 2023-08-04 14:27:39 +02:00
  • 22d6f4bd7c install_mysql.sh: adjustment of some parameters . Christoph 2023-08-04 13:11:32 +02:00
  • 21198e49e5 my.cnf: some changes on some parameters.. Christoph 2023-08-04 13:07:16 +02:00
  • 00192cc9ca install_mysql.sh: if stopping mysqld failed, check if mysl processes are running. Christoph 2022-03-07 00:27:08 +01:00
  • 1f5ebf7d22 install_mysql.sh: in case of mariadb and if not a parallele installation, symlink aliase 'mysqld.sevice' and 'mysql.service' - FIX. Christoph 2021-10-17 16:57:27 +02:00
  • 19b6efe3c9 install_mysql.sh: in case of mariadb and if not a parallele installation, symlink aliase 'mysqld.sevice' and 'mysql.service'. Christoph 2021-10-17 16:56:13 +02:00
  • 596fc04ae3 install_mysql.sh: change some default values (my.cnf). Christoph 2021-10-04 01:00:59 +02:00
  • 15c516ee95 install_mysql.sh: adjust default 'my.cnf'-file. christoph 2021-08-15 05:22:41 +02:00
  • 7d6a51fcc9 install_mysql.sh: remove 'libreadline-gplv2-dev' from required debian packages. root 2021-08-13 20:13:49 +02:00
  • 9256712dda Adjust configurations mostly for MariasDB. Christoph 2021-06-17 22:52:38 +02:00
  • 844e22c082 install_mysql.sh: a minor change on script output. Christoph 2020-08-21 03:27:42 +02:00
  • 37124d97ca Add 'README.socket'. Christoph 2020-08-18 02:46:25 +02:00
  • 64c970fc7f install_mysql.sh: compile with '-DMYSQL_UNIX_ADDR='. Christoph 2020-08-18 01:56:12 +02:00
  • cab9692ded install_mysql.sh: fix error creating run directory containing MySQL socket. Christoph 2020-08-14 03:03:29 +02:00
  • 328d53fc51 install_mysql.sh: fix error - forgot ';' sign near creation of pid directora. Christoph 2020-08-14 01:58:35 +02:00
  • 5424617835 install_mysql.sh: create Pid directory if needed. Christoph 2020-08-14 00:27:02 +02:00
  • 6080a253c0 install_mysql.sh: update also socket in file '/usr/local/mysql/sys-maint.cnf'. Christoph 2020-08-13 18:20:07 +02:00
  • f66cf18618 : change name of pid-dir config file in directory /etc/tmpfiles.d from 'mysql.conf' to 'mysqld.conf'. Christoph 2020-08-13 17:20:45 +02:00
  • 0c9b97cd53 install_mysql.sh: set '/run/mysqld/mysqld.sock' as default mysql socket destination. Christoph 2020-08-13 17:07:56 +02:00
  • f22d23c669 install_mysql.sh: add 'support /etc/alternatives/my.cnf'. Christoph 2020-08-13 15:14:42 +02:00
  • 44583b2d3c Add 'README.root-user' file. Christoph 2020-06-24 12:47:29 +02:00
  • b1f2269b58 install_mysql.sh: configure authentication for user root for both, 'unix_socket' (without password) and mysql_native_password. Christoph 2020-06-24 12:38:44 +02:00
  • 3a8b750766 install_mysql.sh: fix minor error on my.cnf file creation. Christoph 2020-05-22 01:15:01 +02:00
  • 07dd71da97 Add file 'README.missing-socket-directory'. Christoph 2020-05-22 01:12:59 +02:00
  • 1d535c9bdc install_mysql.sh: change default socket dir to '/var/run/mysqld'. Christoph 2020-05-22 00:53:37 +02:00
  • 1f22cb99d9 install_mysql.sh: if cmake fails downloading boost-archive, try to download the boost-archive directly. In case of success, continue installation. Christoph 2020-03-02 00:26:54 +01:00
  • 672b8df4da install_mysql.sh: set correct name for X Plugin socket in case of MySQL 8.x and above Christoph 2020-03-01 19:01:34 +01:00
  • 1223afb13e install_mysql.sh: add '--defaults-file' option to mysql start command. This option MUST be the firts commanline option. Christoph 2020-02-27 16:44:00 +01:00
  • 4b8c5fbea5 install_mysql.sh: Stop DB Service befor updating service files (Update Mode). Christoph 2019-11-14 13:36:53 +01:00
  • c0b888b2bf install_mysql.sh: Do not install Percona packages if mysql distribution is not Percona. Christoph 2019-11-02 02:29:55 +01:00
  • efc8cb9fc2 install_mysql.sh: Fix error in determin 'CURRENT_VERSION' in case of MySQL 8.0.x Christoph 2019-11-01 03:14:57 +01:00
  • 09503b925e install_mysql.sh: fix error in determin 'CURRENT_MAIN_VERSION'. Christoph 2019-10-29 02:30:03 +01:00
  • 57b3a382ce install_mysql.sh: minor changes. Christoph 2019-10-19 02:05:22 +02:00
  • ccb69889e7 Add suport for MariaDB 10.4. Compile with default charset utf8. Christoph 2019-07-02 15:36:52 +02:00
  • e09a181e77 Add '-DWITH_JEMALLOC=OFF' to cmake options if debian 10 (buster) and MariaDB. Christoph 2019-06-15 01:41:44 +02:00
  • aaf169727d Load differrent dependency package in case of debian buster. Christoph 2019-06-14 13:07:33 +02:00
  • f7dba0c525 Save prior version of 'install_mysql.sh' at directory 'OLD'. Christoph 2019-05-05 04:03:10 +02:00
  • 26fcbd2ecf install_mysql.sh: Change from 'build in-source' to 'Out-of source builds are highly'. Christoph 2019-05-05 04:02:11 +02:00
  • c32e608351 Adjust Example files. Christoph 2019-02-06 03:02:44 +01:00
  • 70402c7f25 install_mysql.sh: Create environment file for systemd service 'EnvironmentFile'. Christoph 2019-02-06 03:01:17 +01:00
  • 6545eddf0b install_mysql.sh: fix error in creating logrotation file if parallel installation. Christoph 2019-01-17 12:19:40 +01:00
  • 91c661bb40 install_mysql.sh: fix error replacing 'EnvironmentFile' variable at service file (parallel installation). Christoph 2019-01-15 17:14:53 +00:00
  • 35f8fc7345 install_mysql.sh: fix error if parallel installation. Christoph 2019-01-15 16:18:32 +00:00
  • 0147f74352 install_mysql.sh: add support for parallel installations. root 2019-01-15 03:06:07 +00:00
  • 7978ed6d0a install_mysql.sh:change default values for 'my.cnf'. Christoph 2018-12-11 03:51:08 +01:00
  • d24ee1515d Add example configurations. Christoph 2018-12-10 19:12:32 +01:00
  • b5ebc13eb6 install_mysql.sh: only one change in comment. Christoph 2018-12-10 16:29:35 +01:00
  • b358031075 install_mysql.sh: fix error in creating maintance MySQL User in case of MariaDB Christoph 2018-12-10 03:25:21 +01:00
  • 3786abea87 Add file 'README.performance.reload-dump'. Christoph 2018-12-05 12:51:48 +01:00
  • 1a577e58ff install_mysql.sh: minor changes in getting current mysql version - (relevant for mysql 8.x). Christoph 2018-12-03 13:46:40 +01:00
  • 1da73300da Add example configuration files 'my.cnf.HUGE.5.7' and 'my.cnf.WF-web0.5.7'. Christoph 2018-12-03 13:22:16 +01:00
  • 2f10e27a18 Add example configuration 'my.cnf.HUGE.8.0'. Christoph 2018-12-03 13:16:53 +01:00
  • 9a5820c00f install_mysql.sh: add comments to 'my.cnf'. Christoph 2018-12-03 13:14:04 +01:00
  • 01c1aead0f install_mysql.sh: some minor fixes. Christoph 2018-10-07 15:05:51 +02:00
  • 5212593886 install_mysql.sh: innodb_additional_mem_pool_size is deprecated and removed since version 5.7. Christoph 2018-09-13 04:43:26 +02:00
  • fbb0219744 install_mysql.sh: comment out sql_mode in file 'my.cnf'. Christoph 2018-08-11 13:26:33 +02:00
  • 9159d67120 install_mysql.sh: fix error in creating system tables and also in setting root password if MySQL version is 5.6 or smaller. Christoph 2018-08-11 03:57:36 +02:00
  • f326e1ff40 install_mysql.sh: for (new) MySQL Version 8 installation use password plugin 'mysql_native_password' for creating password for 'root' and 'sys-maint' user. Christoph 2018-08-04 01:21:37 +00:00
  • eab7f57a19 install_mysql.sh: Add support for MySQL version 8.0.x. Christoph 2018-08-03 19:53:28 +00:00
  • 01fea45c48 install_mysql.sh: take care 'postfix-mysql' is installed if needed. Christoph 2018-05-18 12:32:29 +02:00
  • b06ec92d30 install_mysql.sh: Fix some errors at splittet (\) commands. Christoph 2018-04-28 02:21:22 +02:00
  • 93829be6cd install_mysql.sh: Add library 'libaio-dev' to the required debian packages. Change detecting init script/systemd service file. Christoph Kuchenbuch 2018-04-28 01:33:46 +02:00
  • b9907a3a98 Some minor changes. Christoph 2018-02-28 04:55:43 +01:00
  • 70ecbee504 Remove also file '/etc/ld.so.conf.d/mysql.conf' if exists. Christoph 2018-02-27 18:03:40 +01:00
  • 11c3781854 Some minor changes. Christoph 2018-02-27 04:31:04 +01:00
  • 81f345b175 Some minor changes. Christoph 2018-02-27 04:30:44 +01:00
  • e042020176 Add scripts 'remove_mariadb_installation.sh' and 'remove_percona_installation.sh'. Christoph 2018-02-26 03:42:03 +01:00
  • b5e14dc11a Add support for MariaDB and Percona MySQL Server. Christoph 2018-02-26 03:40:43 +01:00
  • afe30b381c Add script 'remove_mysql_installation.sh'. Christoph 2018-02-22 01:55:26 +01:00
  • 7a446ef2ea Some minor changes. Christoph 2018-02-21 13:55:38 +01:00
  • 3aa3542b8f Some minor changes. Christoph 2018-02-20 03:49:49 +01:00
  • f5cd8578cf Fix error: proof root password if mysql is installed and running. Christoph 2018-02-20 01:08:30 +01:00
  • fb5b7bafab install_mysql.sh: Change default location for file 'my.cnf'. Christoph 2018-02-18 19:15:45 +01:00
  • 3ea1c77268 Deaktivate some no more existent parameters on installation version >= 5.7 in update mode. Christoph 2018-01-16 00:31:50 +01:00
  • a1ae89c8a5 'Rename install_mysq.sh' --> 'install_mysql.sh'. Fix minor bug if version is <= 5.6. Christoph 2018-01-08 03:10:47 +01:00
  • 5bd072e0ca Bundle installation for versions 5.5, 5.6 and 5.7. 5.5 is NOT well known tested. Christoph 2018-01-06 16:02:36 +01:00
  • 1a33ae3ed4 Fix error at killing pids. Christoph 2018-01-02 00:58:18 +01:00
  • c752eb1fd2 Redesign of script 'install_mysql-5.7.sh'. Add support for systemd service. Christoph 2018-01-01 04:25:19 +01:00
  • 085ee2a10e install_mysql-5.7.sh: Add support for systemd service file (Part 1) Christoph 2017-12-31 01:27:24 +01:00
  • 7e9aa69656 Prevent multiple PATH entries in file /etc/profile. Fix some errors if if the installation version is the same as the already installed version. Christoph 2017-12-29 05:26:41 +01:00
  • d3854f01d7 Reinstallion is now possible. root 2017-12-28 23:15:14 +01:00
  • 9b79f34efa Fix error in creating logrotation file. Christoph 2017-11-01 02:25:12 +01:00