upgraded to MariaDB 10.0 but the systemctl status mariadb.service is not working? mysql command works instead?

Have the MariaDB programmers taken out the systemctl status mariadb.service command from the MariaDB 10.0 server.

the command was working on my mariadb 5.5 server.

can someone help shed some light

Server:			MariaDB
Server version:		10.0.10-MariaDB MariaDB Server
Protocol version:	10
Connection:		Localhost via UNIX socket
Server characterset:	latin1
Db     characterset:	latin1
Client characterset:	utf8
Conn.  characterset:	utf8
UNIX socket:		/var/lib/mysql/mysql.sock
Uptime:			1 day 14 hours 11 min 29 sec

Threads: 1  Questions: 143  Slow queries: 0  Opens: 31  Flush tables: 1  Open tables: 57  Queries per second avg: 0.001

Answer Answered by Elena Stepanova in this comment.

Assuming that you are using Fedora, MariaDB can be installed either from MariaDB repository (yum.mariadb.org, MariaDB-server), or from the "native" Fedora repository (mariadb-server). Packages from MariaDB repository install mysql.service, both for 5.5 and 10.0. Packages from Fedora repository install mysqld.service and its alias mariadb.service; but there is only MariaDB 5.5 available in the Fedora repo at the moment.

So, MariaDB programmers did not really remove anything service-related, but you would have mariadb.service deleted if you had mariadb-server (5.5) installed from the Fedora repo, and now installed 10.0 instead.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.