mariadb service problem after 1127

Issues related to applications and software problems
User avatar
trevor14smith
Posts: 34
Joined: 2017/02/25 16:51:35
Contact:

Re: mariadb service problem after 1127

Post by trevor14smith » 2020/04/30 11:47:09

Update:
mariadb starts and stops correctly - I have enabled mariadb and it is started when I reboot.
Still confused as to how I got down this rabbithole..Oh well

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: mariadb service problem after 1127

Post by TrevorH » 2020/04/30 13:45:54

What's the output from rpm -qa maria\* mysql\* ?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
trevor14smith
Posts: 34
Joined: 2017/02/25 16:51:35
Contact:

Re: mariadb service problem after 1127

Post by trevor14smith » 2020/04/30 15:19:47

Nothing:
[root@localhost ~]# rpm -qa maria\* mysql\*
[root@localhost ~]#

[root@localhost ~]# rpm -qa Maria\*
MariaDB-compat-10.2.31-1.el7.centos.x86_64
MariaDB-common-10.2.31-1.el7.centos.x86_64
MariaDB-client-10.2.31-1.el7.centos.x86_64
MariaDB-server-10.2.31-1.el7.centos.x86_64
[root@localhost ~]#
Last edited by trevor14smith on 2020/04/30 15:21:23, edited 1 time in total.

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: mariadb service problem after 1127

Post by TrevorH » 2020/04/30 15:21:17

How about rpm -qa | grep -iE "maria|mysql" ?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
trevor14smith
Posts: 34
Joined: 2017/02/25 16:51:35
Contact:

Re: mariadb service problem after 1127

Post by trevor14smith » 2020/04/30 15:22:16

[root@localhost ~]# rpm -qa | grep -iE "maria|mysql"
MariaDB-compat-10.2.31-1.el7.centos.x86_64
MariaDB-common-10.2.31-1.el7.centos.x86_64
MariaDB-client-10.2.31-1.el7.centos.x86_64
MariaDB-server-10.2.31-1.el7.centos.x86_64
MySQL-python-1.2.5-1.el7.x86_64
[root@localhost ~]#

User avatar
jlehtone
Posts: 4531
Joined: 2007/12/11 08:17:33
Location: Finland

Re: mariadb service problem after 1127

Post by jlehtone » 2020/05/03 10:25:46

Do the two service definitions come from same file(s)?

Code: Select all

yum provides */mariadb.service
yum provides */mysql.service

Post Reply