-1

My mariadb server is not running after I install it with yum install mariadb-server. after running this command, it displays:

mariadb-server-10.2.38-1.amzn2.0.1.x86_64 is obsoleted by mysql-community-server-5.7.35-1.el7.x86_64 which is already installed

Nothing to do

then when I do rpm -q mariadb-server, it says its not installed.

is there anything wrong about the installation?

1 Answer 1

0

As it it mention in to the message you should install mysql-community-server

And you have it already installed

4
  • But it said it is already installed? now when I sudo mysql_secure_installation, this error displays: Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Commented Aug 18, 2021 at 5:22
  • @eggplants, you need probably to start it Commented Aug 18, 2021 at 5:25
  • I've tried restarting it but no luck. i've followede everything from their documentation. the mysql parts really not working for me. docs.aws.amazon.com/AWSEC2/latest/UserGuide/… Commented Aug 18, 2021 at 5:46
  • @eggplants, this is another question, please create new one and this question there Commented Aug 18, 2021 at 5:49

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.