Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
N/A
-
None
-
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.
|
Attachments
Issue Links
- is part of
-
MDEV-22315 MySQL -> MariaDB upgrades
-
- Open
-
Activity
Component/s | Packaging [ 10700 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Affects Version/s | N/A [ 14700 ] | |
Assignee | Sergei Golubchik [ serg ] | |
Description |
On SLES 11 mysql (5.5) is the *server* provided by default.
{noformat} rpm -qa | grep -iE 'maria|mysql|galera|percona' mysql-5.5.47-0.17.1 mysql-client-5.5.47-0.17.1 {noformat} After installation of MariaDB , the client gets removed, but the server stays and keeps running: {noformat} 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 {noformat} {code:sql} mysql -uroot -e 'select @@version, @@version_comment' +-----------+--------------------+ | @@version | @@version_comment | +-----------+--------------------+ | 5.5.47 | SUSE MySQL package | +-----------+--------------------+ {code} It also says upon installation, might be related: {noformat} 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. {noformat} |
|
Summary | After upgrade from distro's mysql server does not get restarted automatically on SLES | Distro's mysql server does not get removed upon installation of MariaDB and keeps running |
Summary | Distro's mysql server does not get removed upon installation of MariaDB and keeps running | Distro's mysql server does not get removed upon installation of MariaDB and keeps running on SLES11 |
Sprint | 10.1.13 [ 42 ] | 10.1.14 [ 51 ] |
Link | This issue relates to MDEV-22315 [ MDEV-22315 ] |
Link | This issue is part of MDEV-22315 [ MDEV-22315 ] |
Link | This issue relates to MDEV-22315 [ MDEV-22315 ] |
Parent | MDEV-9584 [ 55615 ] | |
Issue Type | Technical task [ 7 ] | Bug [ 1 ] |
Workflow | MariaDB v3 [ 74687 ] | MariaDB v4 [ 139971 ] |