Commit Graph

10 Commits

Author SHA1 Message Date
Michal Schorm
1f6f39b3fc Remove SysVInit stuff
Clean up the SPECfile
2024-02-05 16:59:13 +01:00
Honza Horak
40102ee6fa Fix scripts after moving mysqld back to /usr/libexec 2024-02-05 16:59:12 +01:00
Norvald H. Ryeng
778f965ec1 Update cnf and service files with MySQL 8.0 features and clean up patches. 2024-02-05 16:59:12 +01:00
Honza Horak
1209ab5a99 Include mysqld@.service file and do not run start scripts in the unit file as root 2024-02-05 16:59:12 +01:00
Honza Horak
1632cd1755 Update to 5.7.11
Thanks to Norvald H. Ryeng
  Removing tar ball with boost and using mysql tar ball with boost bundled
2024-02-05 16:59:12 +01:00
Honza Horak
6c204540ad Use mysqld instead of mysqld_safe (mysqld_safe not necessary for 5.7)
Use mysqld --initialize-insecure instead of mysql_install_db
  Create /var/lib/mysql-files (used by secure-file-priv)
    http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_secure_file_priv
  Remove unnecessary Perl dependencies (mysqlhotcopy was removed in 5.7)
  Thanks Norvald H. Ryeng
2024-02-05 16:59:12 +01:00
Honza Horak
3ad7495110 Wait for daemon ends
Related: #1072958

Conflicts:
	community-mysql.spec
	mysql-scl-env-check.patch
2024-02-05 16:59:12 +01:00
Bjorn Munch
4d18bb0bac Fix rhbz #1149986; follow MySQL upstream and run pre/post scripts as root
Signed-off-by: Bjorn Munch <bjorn.munch@oracle.com>
Signed-off-by: Honza Horak <hhorak@redhat.com>
2024-02-05 16:59:12 +01:00
Honza Horak
415ef8be9e Check upgrade script added to warn about need for mysql_upgrade 2024-02-05 16:59:12 +01:00
Honza Horak
638671d4df Spec rewrite to be more similar to oterh MySQL implementations 2024-02-05 16:59:12 +01:00