Article 550J6 MariaDB version 10.5.4 changes

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:
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
Code:/etc/rc.d/rc.mysqld stopQuote:
mysqld: no process found
WARNING: Gave up waiting for mysqld to exit!
If I use:
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!
Code:/usr/share/mysql/mysql.server stopQuote:
Shutting down MariaDB.. SUCCESS!
Again about systemd!

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'.
latest?d=yIl2AUoC8zA latest?i=isPy-7_J0IY:7ZrczogjVvA:F7zBnMy latest?i=isPy-7_J0IY:7ZrczogjVvA:V_sGLiP latest?d=qj6IDK7rITs latest?i=isPy-7_J0IY:7ZrczogjVvA:gIN9vFwisPy-7_J0IY
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments