[MDEV-9819] Distro's mysql server does not get removed upon installation of MariaDB and keeps running on SLES11 Created: 2016-03-28  Updated: 2020-04-22

Status: Open
Project: MariaDB Server
Component/s: Packaging
Affects Version/s: N/A
Fix Version/s: 10.1

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
PartOf
is part of MDEV-22315 MySQL -> MariaDB upgrades Open
Sprint: 10.1.14

 Description   

On SLES 11 mysql (5.5) is the server provided by default.

rpm -qa | grep -iE 'maria|mysql|galera|percona'
mysql-5.5.47-0.17.1
mysql-client-5.5.47-0.17.1

After installation of MariaDB , the client gets removed, but the server stays and keeps running:

rpm -qa | grep -iE 'maria|mysql|galera|percona'
mysql-5.5.47-0.17.1
MariaDB-client-10.1.14-1
MariaDB-common-10.1.14-1
galera-25.3.15-1.sles11.sle11
MariaDB-server-10.1.14-1

mysql -uroot -e 'select @@version, @@version_comment'
+-----------+--------------------+
| @@version | @@version_comment  |
+-----------+--------------------+
| 5.5.47    | SUSE MySQL package |
+-----------+--------------------+

It also says upon installation, might be related:

Additional rpm output:
insserv: Service network is missed in the runlevels 4 to use service mysql
mysql                     0:off  1:off  2:on   3:on   4:on   5:on   6:off
 
 
There are some running programs that use files deleted by recent upgrade. You may wish to restart some of them. Run 'zypper ps' to list these programs.


Generated at Thu Feb 08 07:37:34 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.