Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
10.0.4, 5.1.67, 5.2.14, 5.3.12, 5.5.33a
-
None
-
CentOS 6
Description
The CentOS (and RHEL) mysql-server package names it's init script 'mysqld'. The MariaDB-server package names it's init script 'mysql'. This is a minor annoyance.
# yum whatprovides /etc/init.d/mysqld
|
mysql-server-5.1.69-1.el6_4.x86_64 : The MySQL server and related files
|
Repo : installed
|
Other : Provides-match: /etc/init.d/mysqld
|
 |
# yum whatprovides /etc/init.d/mysql
|
MariaDB-server-10.0.4-1.x86_64 : MariaDB: a very fast and robust SQL database server
|
Repo : mariadb
|
Filename : /etc/init.d/mysql
|