Deployed a centos 7 vm and having issues with installing MariaDB
-
I cloned a centos 7 machine and I am having problems. I made a centos 7 vm with 1gb memory and a 20 hard drive with a non-resizable disk. I made another centos 7 vm with same specs and deployed the image just fine.
I changed the host name and ip address. Did a yum update.
First noticed problem trying to install Mariadb Server and Maria-Client.
Is there a “gotchya” that I missed. This is the first time I cloned a Centos 7 machine.
-
Solved it…
yum reinstall ca-certificates curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | bash
-
This post is deleted! -
Solved it…
yum reinstall ca-certificates curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | bash