Hello Tim,
On 10 May 2015 at 14:47, Tim Dunphy bluethundr@gmail.com wrote:
Hey all,
I just unstalled MariaDB version 10 from the mariadb repositories under a CentOS 7 host.
The install went fine!
[root@nfsdb1 ~]# rpm -qa | grep -i mariadb MariaDB-common-10.0.19-1.el7.centos.x86_64 MariaDB-server-10.0.19-1.el7.centos.x86_64 MariaDB-client-10.0.19-1.el7.centos.x86_64 MariaDB-shared-10.0.19-1.el7.centos.x86_64
However, when I go to start up the service, I'm getting this error:
[root@nfsdb1 ~]# systemctl start mariadb.service Failed to issue method call: Unit mariadb.service failed to load: No such file or directory.
Can someone please let me know how to start this up?
Thanks, Tim
-- GPG me!!
gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I think I found your problem, you do not have the correct package installed
[root@c7-db1 ~]# rpm -qa | grep maria mariadb-libs-5.5.41-2.el7_0.x86_64 mariadb-server-5.5.41-2.el7_0.x86_64 mariadb-5.5.41-2.el7_0.x86_64 [root@c7-db1 ~]#
Install the mariadb-x package and you should be able to start the service