Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.1.67, 5.2.14, 5.3.12, 5.5.37, 10.0.10
-
Fix Version/s: 10.0
-
Component/s: Scripts & Clients
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.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
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.