{"id":6111,"date":"2016-12-16T10:34:45","date_gmt":"2016-12-16T10:34:45","guid":{"rendered":"https:\/\/bodhost.com\/kb\/?p=6111"},"modified":"2026-02-26T14:03:10","modified_gmt":"2026-02-26T14:03:10","slug":"install-mariadb-on-centos-7","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/","title":{"rendered":"Install MariaDB on CentOS 7 with these Simple Steps"},"content":{"rendered":"<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><a href=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2016\/12\/DBMS.png\"><img loading=\"lazy\" decoding=\"async\" width=\"560\" height=\"315\" class=\"wp-image-6115\" src=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2016\/12\/DBMS.png\" alt=\"\" srcset=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2016\/12\/DBMS.png 560w, https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2016\/12\/DBMS-300x169.png 300w\" sizes=\"auto, (max-width: 560px) 100vw, 560px\" \/><\/a><\/figure>\r\n<\/div>\r\n\r\n\r\n<p class=\"wp-block-paragraph\">An open-source database management system, MariaDB commonly installed as part of the popular LEMP (Linux, Nginx, MySQL\/MariaDB, PHP\/Python\/Perl) stack. The data managed by MariaDB by using a relational database and SQL (Structured Query Language). It acts as a fork of MySQL that managed by the original MySQL developers. Since it\u2019s designed as a replacement for MySQL. It uses commands that reference MySQL and is the default package on CentOS 7.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">This tutorial explains the installation of the latest version of MariaDB on a CentOS 7 server.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Prerequisites<\/strong><\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">To work as per this tutorial you will need \u2013<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">A CentOS 7 with a non-root with sudo privileges.<\/p>\r\n\r\n\r\n\r\n<ol>\r\n<li>Installation of MariaDB<br \/>In this tutorial yum will used to install the MariaDB package. Pressing y when prompted to confirm that we are ready to proceed.\r\n<pre>sudo yum install mariadb-server<\/pre>\r\nAfter the installation is complete, start the daemon with the command as below \u2013\r\n<pre>sudo systemctl start mariadb<\/pre>\r\nAs systemctl doesn\u2019t display the outcome of all service management commands. The following command needs to used to check whether the previous command was successful &#8211;\r\n<pre>sudo systemctl status mariadb<\/pre>\r\nIf the MariaDB started successfully. The output should contain \u201cActive: active (running)\u201d and the final line needs to look like this \u2013\r\n<pre>Dec 16 19:06:20 centos-512mb-sfo2-01 systemd[1]: Started MariaDB database server.<\/pre>\r\nNow, let\u2019s check if MariaDB starts at boot using the systemctl enable command that will create the essential symlinks.\r\n<pre>sudo systemctl enable mariadb<\/pre>\r\n<pre class=\"wp-block-preformatted\">Output\r\n\r\nCreated symlink from \/etc\/systemd\/system\/multi-user.target.wants\/mariadb.service to \/usr\/lib\/systemd\/system\/mariadb.service.<\/pre>\r\n<\/li>\r\n<li><strong>Securing the MariaDB Server<br \/><\/strong>There\u2019s a security script to change some of the less secure default options for things like remote root logins and sample users. Use the command below to run the security script \u2013<strong><br \/><\/strong><em>sudo mysql_secure_installation<\/em><br \/>You get detailed information for every step with this script. Firstly, you prompted for the root password which hasn\u2019t been set so press ENTER after its recommendation. Next, prompted to set the root password which you will need to insert.<strong><strong><br \/><\/strong><\/strong><strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<p class=\"wp-block-paragraph\">Then accept all security suggestions by pressing Y and pressing ENTER for the remaining prompts. That will remove anonymous users. Disallow remote root login, remove the test database and reload the privilege tables.<\/p>\r\n<\/li>\r\n<li><strong>Installation Testing<br \/><\/strong>Installation can be verified and one can get information about it by connecting with the mysqladmin tool, a client that lets you run administrative commands. Use the command below to connect to MariaDB as root (-uroot), prompt for a password (-p), and return the version \u2013<br \/>mysqladmin -u root -p version<br \/>The output will be similar to this \u2013<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">mysqladmin\u00a0 Ver 9.0 Distrib 5.5.50-MariaDB, for Linux on x86_64\r\n\r\nCopyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.\r\n\r\nServer version\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 5.5.50-MariaDB\r\nProtocol version\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 10\r\nConnection\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Localhost via UNIX socket\r\nUNIX socket\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \/var\/lib\/mysql\/mysql.sock\r\nUptime:\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 4 min 4 sec\r\n\r\nThreads: 1\u00a0 Questions: 42\u00a0 Slow queries: 0\u00a0 Opens: 1 \u00a0Flush tables: 2\u00a0 Open tables: 27\u00a0 Queries per second avg: 0.172<\/pre>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">This proves that the installation is successful.<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>An open-source database management system, MariaDB commonly installed as part of the popular LEMP (Linux, Nginx, MySQL\/MariaDB, PHP\/Python\/Perl) stack. The data managed by MariaDB by using a relational database and&hellip;<\/p>\n<p><a href=\"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[836],"tags":[671,811,377],"class_list":["post-6111","post","type-post","status-publish","format-standard","hentry","category-database","tag-centos-7","tag-mariadb","tag-open-source"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install MariaDB on CentOS 7 with these Simple Steps<\/title>\n<meta name=\"description\" content=\"Learn how to easily install MariaDB on CentOS 7 with these simple steps.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install MariaDB on CentOS 7 with these Simple Steps\" \/>\n<meta property=\"og:description\" content=\"Learn how to easily install MariaDB on CentOS 7 with these simple steps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - bodHOST\" \/>\n<meta property=\"article:published_time\" content=\"2016-12-16T10:34:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-26T14:03:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2016\/12\/DBMS.png\" \/>\n\t<meta property=\"og:image:width\" content=\"560\" \/>\n\t<meta property=\"og:image:height\" content=\"315\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"anilr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"anilr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/\"},\"author\":{\"name\":\"anilr\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/8871ea0c76482a5a482e48538ae4dbb3\"},\"headline\":\"Install MariaDB on CentOS 7 with these Simple Steps\",\"datePublished\":\"2016-12-16T10:34:45+00:00\",\"dateModified\":\"2026-02-26T14:03:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/\"},\"wordCount\":399,\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/DBMS.png\",\"keywords\":[\"centos 7\",\"MariaDB\",\"Open Source\"],\"articleSection\":[\"Database\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/\",\"name\":\"Install MariaDB on CentOS 7 with these Simple Steps\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/DBMS.png\",\"datePublished\":\"2016-12-16T10:34:45+00:00\",\"dateModified\":\"2026-02-26T14:03:10+00:00\",\"description\":\"Learn how to easily install MariaDB on CentOS 7 with these simple steps.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/DBMS.png\",\"contentUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/DBMS.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/install-mariadb-on-centos-7\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Database\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/category\\\/database\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install MariaDB on CentOS 7 with these Simple Steps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"alternateName\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"contentUrl\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"width\":240,\"height\":240,\"caption\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/8871ea0c76482a5a482e48538ae4dbb3\",\"name\":\"anilr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g\",\"caption\":\"anilr\"},\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/author\\\/anilr\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install MariaDB on CentOS 7 with these Simple Steps","description":"Learn how to easily install MariaDB on CentOS 7 with these simple steps.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/","og_locale":"en_US","og_type":"article","og_title":"Install MariaDB on CentOS 7 with these Simple Steps","og_description":"Learn how to easily install MariaDB on CentOS 7 with these simple steps.","og_url":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/","og_site_name":"Knowledge Base - bodHOST","article_published_time":"2016-12-16T10:34:45+00:00","article_modified_time":"2026-02-26T14:03:10+00:00","og_image":[{"width":560,"height":315,"url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2016\/12\/DBMS.png","type":"image\/png"}],"author":"anilr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"anilr","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/#article","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/"},"author":{"name":"anilr","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/8871ea0c76482a5a482e48538ae4dbb3"},"headline":"Install MariaDB on CentOS 7 with these Simple Steps","datePublished":"2016-12-16T10:34:45+00:00","dateModified":"2026-02-26T14:03:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/"},"wordCount":399,"publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2016\/12\/DBMS.png","keywords":["centos 7","MariaDB","Open Source"],"articleSection":["Database"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/","url":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/","name":"Install MariaDB on CentOS 7 with these Simple Steps","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/#primaryimage"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2016\/12\/DBMS.png","datePublished":"2016-12-16T10:34:45+00:00","dateModified":"2026-02-26T14:03:10+00:00","description":"Learn how to easily install MariaDB on CentOS 7 with these simple steps.","breadcrumb":{"@id":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/#primaryimage","url":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2016\/12\/DBMS.png","contentUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2016\/12\/DBMS.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/kb\/install-mariadb-on-centos-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Database","item":"https:\/\/www.bodhost.com\/kb\/category\/database\/"},{"@type":"ListItem","position":2,"name":"Install MariaDB on CentOS 7 with these Simple Steps"}]},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/kb\/#website","url":"https:\/\/www.bodhost.com\/kb\/","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","description":"","publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"alternateName":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bodhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/kb\/#organization","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","url":"https:\/\/www.bodhost.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","contentUrl":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","width":240,"height":240,"caption":"Web Hosting Knowledge Base | bodHOST Hosting FAQ"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/8871ea0c76482a5a482e48538ae4dbb3","name":"anilr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g","caption":"anilr"},"url":"https:\/\/www.bodhost.com\/kb\/author\/anilr\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/6111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/comments?post=6111"}],"version-history":[{"count":5,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/6111\/revisions"}],"predecessor-version":[{"id":12037,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/6111\/revisions\/12037"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/media?parent=6111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/categories?post=6111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/tags?post=6111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}