Not able to restart mysqld services

Answered

    Hi All,

    I am not able to restart mysql services after installation of mariadb. please suggest me what should i do ?

    Asked on April 30, 2018 in MySQL.
    Add Comment
    1 Answer(s)
      Best answer

      You have installed maria db on centos 7. so you will have to run the below command to start mariadb.

      systemctl start mariadb

      To Restart:

      systemctl restart mariadb

      To Stop:

      systemctl stop mariadb

      Answered on April 30, 2018.
      Add Comment

      Your Answer

      By posting your answer, you agree to the privacy policy and terms of service.