Commit Graph

106 Commits

Author SHA1 Message Date
6972c7061d Merge branch 'master' of https://git.oopen.de/install/mysql 2024-04-12 11:34:55 +02:00
3eded8ede4 Add WF web0 example configuration for MariaDB installation: 'my.cnf.WF-web0.MariaDB-10.11'. 2024-04-12 11:34:25 +02:00
e16bbaa7f6 Add ND example configuration for MariaDB installation: 'my.cnf.ND.MariaDB-10.11'. 2024-04-12 11:24:32 +02:00
f7a2aa412c Some minor changes in example files. 2024-03-30 05:04:19 +01:00
b78f128cbe my.cnf.HUGE.MariaDB-10.11: fix aan error.. 2024-03-30 03:39:55 +01:00
58fb07c6cc Adjust example konfiguration files for mariadb. 2024-03-30 01:49:24 +01:00
30433b7773 chnage error logfile at example configurations. 2024-03-25 18:03:24 +01:00
9460891d1c Add file 'README.update-alternatives'. 2024-03-19 12:59:27 +01:00
bff3c24c90 Some changes in example configuration files. 2024-03-18 14:25:33 +01:00
8ef9527036 Some changes on example files. 2024-01-16 01:29:39 +01:00
617bbfa3f2 Add sample configuration for MariaDB 10.11. 2024-01-02 01:13:56 +01:00
d4ec096c0d Add file 'README.install-openssl-1.1.1'. 2024-01-01 14:52:46 +01:00
3b1a7ccf4e Add script 'install_mysql_openssl_111.sh'. Fix error creting variable 'SYSTEMD_ENV_FILE'. 2024-01-01 14:48:37 +01:00
6522234352 Modify/add example my.cnf files. 2023-12-19 22:59:38 +01:00
2eede9f6a0 install_mysql.sh: add some comments for DFefault wavues. 2023-08-12 14:15:02 +02:00
f3bec24fa3 Add 'NO_INIT=true' to MySQL systemd environmet file. 2023-08-08 22:22:44 +02:00
6527d9fa11 Adjust example configurations.. 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]'. 2023-08-05 09:20:20 +02:00
c5e3cbbe97 install_mysql.sh: fix error writing configuration file; change download URL for MariaDB. 2023-08-04 14:27:39 +02:00
22d6f4bd7c install_mysql.sh: adjustment of some parameters . 2023-08-04 13:11:32 +02:00
21198e49e5 my.cnf: some changes on some parameters.. 2023-08-04 13:07:16 +02:00
00192cc9ca install_mysql.sh: if stopping mysqld failed, check if mysl processes are running. 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. 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'. 2021-10-17 16:56:13 +02:00
596fc04ae3 install_mysql.sh: change some default values (my.cnf). 2021-10-04 01:00:59 +02:00
15c516ee95 install_mysql.sh: adjust default 'my.cnf'-file. 2021-08-15 05:22:41 +02:00
root
7d6a51fcc9 install_mysql.sh: remove 'libreadline-gplv2-dev' from required debian packages. 2021-08-13 20:13:49 +02:00
9256712dda Adjust configurations mostly for MariasDB. 2021-06-17 22:52:38 +02:00
844e22c082 install_mysql.sh: a minor change on script output. 2020-08-21 03:27:42 +02:00
37124d97ca Add 'README.socket'. 2020-08-18 02:46:25 +02:00
64c970fc7f install_mysql.sh: compile with '-DMYSQL_UNIX_ADDR='. 2020-08-18 01:56:12 +02:00
cab9692ded install_mysql.sh: fix error creating run directory containing MySQL socket. 2020-08-14 03:03:29 +02:00
328d53fc51 install_mysql.sh: fix error - forgot ';' sign near creation of pid directora. 2020-08-14 01:58:35 +02:00
5424617835 install_mysql.sh: create Pid directory if needed. 2020-08-14 00:27:02 +02:00
6080a253c0 install_mysql.sh: update also socket in file '/usr/local/mysql/sys-maint.cnf'. 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'. 2020-08-13 17:20:45 +02:00
0c9b97cd53 install_mysql.sh: set '/run/mysqld/mysqld.sock' as default mysql socket destination. 2020-08-13 17:07:56 +02:00
f22d23c669 install_mysql.sh: add 'support /etc/alternatives/my.cnf'. 2020-08-13 15:14:42 +02:00
44583b2d3c Add 'README.root-user' file. 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. 2020-06-24 12:38:44 +02:00
3a8b750766 install_mysql.sh: fix minor error on my.cnf file creation. 2020-05-22 01:15:01 +02:00
07dd71da97 Add file 'README.missing-socket-directory'. 2020-05-22 01:12:59 +02:00
1d535c9bdc install_mysql.sh: change default socket dir to '/var/run/mysqld'. 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. 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 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. 2020-02-27 16:44:00 +01:00
4b8c5fbea5 install_mysql.sh: Stop DB Service befor updating service files (Update Mode). 2019-11-14 13:36:53 +01:00
c0b888b2bf install_mysql.sh: Do not install Percona packages if mysql distribution is not Percona. 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 2019-11-01 03:14:57 +01:00
09503b925e install_mysql.sh: fix error in determin 'CURRENT_MAIN_VERSION'. 2019-10-29 02:30:03 +01:00