Installing databases on CentOS 8 (was: Tempe job monsoon)

Matt Graham mhgraham at crow202.org
Wed Jul 14 11:46:33 MST 2021


On 2021-07-14 08:54, greg zegan via PLUG-discuss wrote:
> I am having trouble installing both MySQL and PostgreSQL on
> my CentOS 8 laptop. I keep getting this error that says the
> machine is not subscribed to Red Hat...

What was the exact command you executed?  From what I can tell from a 
cursory search in DDG, the thing you do on a stock CentOS 8 machine 
should be just "dnf install mysql-server"[0].  I remember installing 
MariaDB[1] was practically a no-brainer on CentOS 7.

Postgres is more complex because you can install either version 10 or 
version 12.  
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-centos-8 
walks you through that.

Also, when asking a new question on a mailing list, you should start a 
new thread with a new appropriate Subject: line.

[0] They changed the package manager *again*?
[1] All the development is happening in that project now, though the 
client and server are still named mysql and mysqld.

-- 
Crow202 Blog: http://crow202.org/wordpress
There is no Darkness in Eternity
But only Light too dim for us to see.


More information about the PLUG-discuss mailing list