{"id":2900,"date":"2016-01-15T19:15:08","date_gmt":"2016-01-15T19:15:08","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2900"},"modified":"2016-01-15T19:15:08","modified_gmt":"2016-01-15T19:15:08","slug":"how-to-install-mysql-mariadb-on-centos-7","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2016\/01\/15\/how-to-install-mysql-mariadb-on-centos-7\/","title":{"rendered":"How To Install MySQL &#8211; MariaDB on CentOS 7"},"content":{"rendered":"<p>Install MySQL \/ MariaDB<br \/>\nInstalling MariaDB is as simple as running just one command:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# yum -y install mariadb-server mariadb\n\n<\/pre>\n<p>And then start MySQL, now MariaDB:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# systemctl start mariadb\n\n<\/pre>\n<p>Be sure that MySQL\/MariaDB starts at boot:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# systemctl enable mariadb\n\n<\/pre>\n<p>To check the status of MySQL\/MariaDB:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# systemctl status mariadb\n\n<\/pre>\n<p>To top MySQL\/MariaDB:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# systemctl stop mariadb\n\n<\/pre>\n<p>Check the installation with the command client:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# mysql\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Install MySQL \/ MariaDB Installing MariaDB is as simple as running just one command: # yum -y install mariadb-server mariadb And then start MySQL, now MariaDB: # systemctl start mariadb Be sure that MySQL\/MariaDB starts at boot: # systemctl enable mariadb To check the status of MySQL\/MariaDB: # systemctl status mariadb To top MySQL\/MariaDB: # &#8230; <a title=\"How To Install MySQL &#8211; MariaDB on CentOS 7\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2016\/01\/15\/how-to-install-mysql-mariadb-on-centos-7\/\" aria-label=\"Read more about How To Install MySQL &#8211; MariaDB on CentOS 7\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,70],"tags":[],"class_list":["post-2900","post","type-post","status-publish","format-standard","hentry","category-centos-7","category-mysql"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2900","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2900"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2900\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2900"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2900"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2900"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}