MariaDB version 10.5.4 changes
by teoberi from LinuxQuestions.org on (#550J6)
I think we have a problem with the startup script for MariaDB.
https://mariadb.com/kb/en/mysqld_safe/
https://mariadb.com/kb/en/mysqlserver/
If I start with the rc.mysqld script I can no longer stop the service.
Code:/etc/rc.d/rc.mysqld startQuote:
Code:/etc/rc.d/rc.mysqld stopQuote:
If I use:
Code:/usr/share/mysql/mysql.server startQuote:
Code:/usr/share/mysql/mysql.server stopQuote:
Again about systemd!
And that's not all!
From the log:
Quote:


https://mariadb.com/kb/en/mysqld_safe/
https://mariadb.com/kb/en/mysqlserver/
If I start with the rc.mysqld script I can no longer stop the service.
Code:/etc/rc.d/rc.mysqld startQuote:
200625 09:18:10 mysqld_safe Logging to '/var/lib/mysql/mail.err'. 200625 09:18:10 mysqld_safe Starting mariadbd daemon with databases from /var/lib/mysql |
mysqld: no process found WARNING: Gave up waiting for mysqld to exit! |
Code:/usr/share/mysql/mysql.server startQuote:
Starting MariaDB.200625 09:24:01 mysqld_safe Logging to '/var/lib/mysql/mail.err'. 200625 09:24:01 mysqld_safe Starting mariadbd daemon with databases from /var/lib/mysql SUCCESS! |
Shutting down MariaDB.. SUCCESS! |
And that's not all!
From the log:
Quote:
2020-06-25 9:37:39 0 [ERROR] mariadbd: Can't open shared library 'ha_s3.so' (errno: 1, Loading of alpha plugin S3 is prohibited by --plugin-maturity=gamma) 2020-06-25 9:37:39 0 [ERROR] Couldn't load plugins from 'ha_s3.so'. |