Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.1.67, 5.2.14, 5.3.12, 5.5.37, 10.0.10
Description
The support-files/mysql.server init script (on both 5.5 and 10.0) still outputs messages as "MySQL" such as :
Starting MySQL
|
Shutting down MySQL
|
Restarting MySQL
|
[...]
In the meantime, init scripts from packaged versions of MariaDB references to "MariaDB" on the messages.
This is a fix to the mysql.server init script output bug. I went through the init script and
replaced all the string "MySQL" to "MariaDB" which is the correct server name. I tested it
and it works fine for me. It is ready to be merged.