{"id":725,"date":"2016-12-23T00:00:00","date_gmt":"2016-12-23T00:00:00","guid":{"rendered":"http:\/\/blog.hostinger.io\/hostinger-tutorials\/uncategorized\/how-to-install-mysql-on-centos-7\/"},"modified":"2026-03-10T10:25:20","modified_gmt":"2026-03-10T10:25:20","slug":"how-to-install-mysql-on-centos","status":"publish","type":"post","link":"\/in\/tutorials\/how-to-install-mysql-on-centos","title":{"rendered":"How to Install MySQL on CentOS 9 Stream"},"content":{"rendered":"<p>MySQL is one of the most widely used database management systems for websites and server applications. It&rsquo;s an essential tool that every webmaster should learn. That&rsquo;s why in this tutorial, we will show you how to install MySQL on CentOS 9&nbsp;Stream through an SSH connection.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/assets.hostinger.com\/content\/tutorials\/pdf\/Linux-Commands-Cheat-Sheet.pdf\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"1024\" height=\"283\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/11\/Linux-cheat-sheet-1024x283.png\" alt=\"\" class=\"wp-image-69262\" srcset=\"https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2022\/11\/Linux-cheat-sheet-1536x425.png 1024w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2022\/11\/Linux-cheat-sheet-300x83.png 300w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2022\/11\/Linux-cheat-sheet-150x41.png 150w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2022\/11\/Linux-cheat-sheet-768x212.png 768w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2022\/11\/Linux-cheat-sheet.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div><p>\n\n\n\n<\/p><h2 class=\"wp-block-heading\" id=\"h-how-to-install-mysql-on-a-centos-9-stream-server\">How to Install MySQL on a CentOS 9 Stream Server?<\/h2><p>There are three steps needed when you want to install MySQL on CentOS 9 &mdash; download the MySQL repository, install it, and check its status. We&rsquo;ll go through each step in greater detail.<\/p><h3 class=\"wp-block-heading\" id=\"h-1-download-and-prepare-the-mysql-repository\">1. Download and Prepare the MySQL Repository<\/h3><p>Before we begin learning how to install MySQL, make sure that either your VPS or dedicated server is running on CentOS 9 Stream and you have root access to it. You can learn how to <a href=\"\/in\/tutorials\/how-to-use-putty-ssh\">connect to your server via SSH<\/a> by following our tutorial.<\/p><ol class=\"wp-block-list\">\n<li>We need to update our system by typing in the following command:\n<pre>sudo yum update<\/pre>\n<\/li>\n\n\n\n<li>After the system is updated, it is time to download the MySQL repositories. You can also view other repository versions <a href=\"https:\/\/dev.mysql.com\/downloads\/repo\/yum\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>.\n<pre>sudo wget https:\/\/dev.mysql.com\/get\/mysql80-community-release-el7-3.noarch.rpm<\/pre>\n<\/li>\n\n\n\n<li>At the end of the download, you should see a confirmation message that <strong>.rpm<\/strong> file was saved.<br><a href=\"\/in\/tutorials\/wp-content\/uploads\/sites\/2\/2016\/12\/download-mysql-1.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2016\/12\/download-mysql-1.png\" alt=\"Downloading MySQL 8 on CentOS 7.\"><\/a><\/li>\n\n\n\n<li>Now, we need to prepare the repository so we could later install MySQL packages from it. Simply enter:\n<pre>sudo rpm -Uvh mysql80-community-release-el7-3.noarch.rpm<\/pre>\n<\/li>\n\n\n\n<li>Once the output indicates that the update and installation are complete, you will be able to install MySQL.<\/li>\n<\/ol><h3 class=\"wp-block-heading\" id=\"h-2-install-mysql\">2. Install MySQL<\/h3><ol class=\"wp-block-list\">\n<li>Use the following <strong>yum install<\/strong> command to install MySQL:\n<pre>sudo yum install mysql-server<\/pre>\n<\/li>\n\n\n\n<li>The script will return with a list of packages and ask you for confirmation to download and install them. Type <strong>y<\/strong> and press <strong>ENTER&nbsp;<\/strong>for each of the requests.<br><a href=\"\/in\/tutorials\/wp-content\/uploads\/sites\/2\/2016\/12\/install-mysql.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2016\/12\/install-mysql.png\" alt=\"Install MySQL on CentOS 7.\"><\/a><\/li>\n\n\n\n<li>You&rsquo;ll need to do this a few times, but you&rsquo;ll eventually see the <strong>Complete!<\/strong> message at the end of the installation &mdash; it means that you have successfully installed MySQL on your server.<\/li>\n<\/ol><h3 class=\"wp-block-heading\" id=\"h-3-start-mysql-and-check-its-status\">3. Start MySQL and Check its Status<\/h3><ol class=\"wp-block-list\">\n<li>Once you have MySQL ready on CentOS 9, it does not automatically start right after the installation. Therefore, you need to start it manually through the following command: <pre>sudo systemctl start mysqld<\/pre><\/li>\n\n\n\n<li>You will get no response once MySQL starts so to check if it is working properly, use the command below:\n<pre>sudo systemctl status mysqld<\/pre>\n<\/li>\n\n\n\n<li>It will output the information about the MySQL process:<a href=\"\/in\/tutorials\/wp-content\/uploads\/sites\/2\/2016\/12\/status-mysql.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2016\/12\/status-mysql.png\" alt=\"Checking the status after MySQL installation in Linux CentOS.\"><\/a><\/li>\n<\/ol><p>If you see that MySQL is active and running like in the screenshot above, you have successfully installed and started MySQL on your server.<\/p><p>Alternatively for <a href=\"\/in\/vps-hosting\">Hostinger VPS<\/a> users, ask <strong>Kodee<\/strong> AI Assistant to check if MySQL is indeed running on your server. Access the feature via your dashboard&rsquo;s left sidebar, then type your prompt in the designated field like this:<\/p><div class=\"wp-block-image\"><figure data-wp-context='{\"imageId\":\"69dfe030c9ba2\"}' data-wp-interactive=\"core\/image\" class=\"aligncenter size-large wp-lightbox-container\"><img decoding=\"async\" width=\"1024\" height=\"328\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2016\/12\/hpanel-vps-kodee-mysql-1024x328.png\" alt=\"Kodee responds to a question about MySQL's status\" class=\"wp-image-124634\" srcset=\"https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2016\/12\/hpanel-vps-kodee-mysql-1024x328.png 1024w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2016\/12\/hpanel-vps-kodee-mysql-300x96.png 300w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2016\/12\/hpanel-vps-kodee-mysql-150x48.png 150w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2016\/12\/hpanel-vps-kodee-mysql-768x246.png 768w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2016\/12\/hpanel-vps-kodee-mysql-1536x493.png 1536w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2016\/12\/hpanel-vps-kodee-mysql-2048x657.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><button class=\"lightbox-trigger\" type=\"button\" aria-haspopup=\"dialog\" aria-label=\"Enlarge\" data-wp-init=\"callbacks.initTriggerButton\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-style--right=\"state.imageButtonRight\" data-wp-style--top=\"state.imageButtonTop\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\"><\/path>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div><?xml encoding=\"utf-8\" ?><figure class=\"wp-block-image size-large\"><a href=\"\/in\/vps-hosting\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" width=\"1024\" height=\"300\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner-1024x300.png\" alt=\"\" class=\"wp-image-77934\" srcset=\"https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/02\/VPS-hosting-banner.png 1024w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/02\/VPS-hosting-banner-300x88.png 300w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/02\/VPS-hosting-banner-150x44.png 150w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/02\/VPS-hosting-banner-768x225.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><h2 class=\"wp-block-heading\" id=\"h-how-to-configure-mysql\">How to Configure MySQL?<\/h2><p>Now that you&rsquo;re all set up, we&rsquo;re going to show you some useful commands and tweaks you should know when working with MySQL.<\/p><h3 class=\"wp-block-heading\" id=\"h-changing-mysql-root-user-password\">Changing MySQL Root User Password<\/h3><p>When installing MySQL on CentOS 9 Stream, a temporary root password is generated. Issue the command below to see it:<\/p><pre class=\"wp-block-preformatted ql-syntax\">sudo grep 'password' \/var\/log\/mysqld.log\n<\/pre><p>In order to change it, follow these steps:<\/p><ol class=\"wp-block-list\">\n<li>Firstly, run the following command:\n<pre>sudo mysql_secure_installation<\/pre>\n<\/li>\n\n\n\n<li>Enter the temporary password, and the following message will pop up:\n<pre>The existing password for the user account root has expired. Please set a new password.\nNew password:\nRe-enter new password:<\/pre>\n<\/li>\n\n\n\n<li>Now, type in a new strong password.<br><\/li>\n<\/ol><p><div class=\"protip\">\n                    <h4 class=\"title\">Pro Tip<\/h4>\n                    <p> A strong password is 8-12 characters long and includes numbers, special characters, uppercase, and lowercase letters.<\/p>\n                <\/div>\n\n\n\n<\/p><li>Follow the on-screen instructions and hit <strong>y<\/strong> to finish the setup. You have successfully changed the root user password.<\/li><h3 class=\"wp-block-heading\" id=\"h-checking-current-mysql-version\">Checking Current MySQL Version<\/h3><p>Once you&rsquo;ve MySQL installed on CentOS 9 Sream, you can test if everything was set up correctly by checking its version. Type in the following command:<\/p><pre class=\"wp-block-preformatted ql-syntax\">mysql -u root -p\n<\/pre><p>Enter the root password that you&rsquo;ve created, and the response will be as below:<\/p><pre class=\"wp-block-preformatted ql-syntax\">Welcome to the MySQL monitor.&nbsp; Commands end with ; or g.\nYour MySQL connection id is 22\nServer version: 8.0.20\n\nCopyright (c) 2000, 2020, Oracle and\/or its affiliates. All rights reserved.\n\nOracle is a registered trademark of Oracle Corporation and\/or its affiliates. Other names may be trademarks of their respective owners.\n\nType 'help;' or 'h' for help. Type 'c' to clear the current input statement.\n<\/pre><h3 class=\"wp-block-heading\" id=\"h-resetting-the-mysql-root-password\">Resetting the MySQL Root Password<\/h3><p>If you want to reset your password, the process is pretty straightforward. Follow the steps below to change your MySQL root password:<\/p><ol class=\"wp-block-list\">\n<li>Stop the MySQL server with this command:\n<pre>sudo systemctl stop mysqld<\/pre>\n<\/li>\n\n\n\n<li>Restart MySQL in <strong>safe mode<\/strong>, or without a password by typing in:\n<pre>sudo mysqld_safe --skip-grant-tables<\/pre>\n<\/li>\n\n\n\n<li>Press <strong>ENTER<\/strong> if the MySQL server has started but seems to be hanging.<\/li>\n\n\n\n<li>Use the following command to reconnect to MySQL as root:\n<pre>mysql -uroot<\/pre>\n<\/li>\n\n\n\n<li>To change the root password, use the following commands:\n<pre>USE MYSQL;\nUPDATE USER SET PASSWORD=PASSWORD(&ldquo;newpassword&rdquo;) WHERE USER=&rsquo;root&rsquo;;\nFLUSH PRIVILEGES;\nEXIT<\/pre>\n<\/li>\n\n\n\n<li>Replace the <strong>newpassword<\/strong> with a strong password of your own.<\/li>\n\n\n\n<li>Finally, restart MySQL using:\n<pre>sudo systemctl start mysqld<\/pre>\n<\/li>\n\n\n\n<li>You can now login to MySQL with your new password.<\/li>\n<\/ol><h3 class=\"wp-block-heading\" id=\"h-creating-a-new-mysql-user-database\">Creating a New MySQL User, Database<\/h3><p>As the root user in MySQL, you have full access to all of the databases.<\/p><p>However, if you work with a team, there are cases where you might need to apply some restrictions. You&rsquo;d either have to build a new database or create users with custom permissions.<\/p><p>Here&rsquo;s how to quickly solve this issue:<\/p><ol class=\"wp-block-list\">\n<li>Use the following command to create a new database:\n<pre>CREATE DATABASE newdb<\/pre>\n<\/li>\n\n\n\n<li>Change <strong>newdb<\/strong> with the name of the database.<\/li>\n\n\n\n<li>Create a new user by typing the following line:\n<pre>CREATE USER 'username'@'localhost' IDENTIFIED BY 'password'<\/pre>\n<\/li>\n\n\n\n<li>Change the variables for both <strong>username<\/strong> and <strong>password<\/strong> to create your new user.<\/li>\n\n\n\n<li>If you want to delete a certain user instead, use the command:\n<pre>DROP USER &lsquo;username&rsquo;@&lsquo;localhost&rsquo;<\/pre>\n<\/li>\n<\/ol><h3 class=\"wp-block-heading\" id=\"h-managing-mysql-user-permissions\">Managing MySQL User Permissions<\/h3><p>Grant the new user access to a database with by typing in:<\/p><pre class=\"wp-block-preformatted ql-syntax\">GRANT ALL PRIVILEGES ON newdb.* TO 'username'@'localhost'\n<\/pre><p>You can also grant privileges individually, including:<\/p><ul class=\"wp-block-list\">\n<li><strong>SELECT<\/strong> &ndash; users can read through the database using the select command<\/li>\n\n\n\n<li><strong>CREATE<\/strong> &ndash; they can generate new tables<\/li>\n\n\n\n<li><strong>DROP<\/strong> &ndash; allows users to remove tables<\/li>\n\n\n\n<li><strong>DELETE<\/strong> &ndash; users can take out rows from tables<\/li>\n\n\n\n<li><strong>INSERT<\/strong> &ndash; lets users add in rows into tables<\/li>\n\n\n\n<li><strong>UPDATE<\/strong> &ndash; enable them to update the rows<\/li>\n\n\n\n<li><strong>GRANT OPTION<\/strong> &ndash; they can grant or remove the privileges of other users<\/li>\n<\/ul><p>For example, to grant the <strong>CREATE<\/strong> privilege, you&rsquo;d need to type:<\/p><pre class=\"wp-block-preformatted ql-syntax\">GRANT CREATE ON newdb.* TO 'username'@'localhost'\n<\/pre><p>On the other hand, if you want to remove someone&rsquo;s access, use the following:<\/p><pre class=\"wp-block-preformatted ql-syntax\">REVOKE permission_type ON newdb.* TO 'username'@'localhost'\n<\/pre><p>You can also check what current privileges a user has:<\/p><pre class=\"wp-block-preformatted ql-syntax\">SHOW GRANTS username\n<\/pre><p>Finally, once you&rsquo;ve finished managing your users, it&rsquo;s a good idea to reset all the privileges by using this command for your changes to take effect:<\/p><pre class=\"wp-block-preformatted ql-syntax\">FLUSH PRIVILEGES\n<\/pre><h2 class=\"wp-block-heading\" id=\"h-other-useful-mysql-commands\">Other Useful MySQL Commands<\/h2><p>MySQL also has a list of other helpful commands. Simply enter <strong>h<\/strong> or <strong>help<\/strong> to view the list shown below:<\/p><pre class=\"wp-block-preformatted ql-syntax\">List of all MySQL commands:\nNote that all text commands must be first on line and end with ';'\n? &nbsp; &nbsp; &nbsp; &nbsp; (?) Synonym for `help'.\nclear &nbsp; &nbsp; (c) Clear command.\nconnect &nbsp; (r) Reconnect to the server. Optional arguments are db and host.\ndelimiter (d) Set statement delimiter. NOTE: Takes the rest of the line as new delimiter.\nedit&nbsp; &nbsp; &nbsp; (e) Edit command with $EDITOR.\nego &nbsp; &nbsp; &nbsp; (G) Send command to mysql server, display result vertically.\nexit&nbsp; &nbsp; &nbsp; (q) Exit mysql. Same as quit.\ngo&nbsp; &nbsp; &nbsp; &nbsp; (g) Send command to mysql server.\nhelp&nbsp; &nbsp; &nbsp; (h) Display this help.\nnopager &nbsp; (n) Disable pager, print to stdout.\nnotee &nbsp; &nbsp; (t) Don't write into outfile.\npager &nbsp; &nbsp; (P) Set PAGER [to_pager]. Print the query results via PAGER.\nprint &nbsp; &nbsp; (p) Print current command.\nprompt&nbsp; &nbsp; (R) Change your mysql prompt.\nquit&nbsp; &nbsp; &nbsp; (q) Quit mysql.\nrehash&nbsp; &nbsp; (#) Rebuild completion hash.\nsource&nbsp; &nbsp; (.) Execute an SQL script file. Takes a file name as an argument.\nstatus&nbsp; &nbsp; (s) Get status information from the server.\nsystem&nbsp; &nbsp; (!) Execute a system shell command.\ntee &nbsp; &nbsp; &nbsp; (T) Set outfile [to_outfile]. Append everything into given outfile.\nuse &nbsp; &nbsp; &nbsp; (u) Use another database. Takes database name as argument.\ncharset &nbsp; (C) Switch to another charset. Might be needed for processing binlog with multi-byte charsets.\nwarnings&nbsp; (W) Show warnings after every statement.\nnowarning (w) Don't show warnings after every statement.\n\nFor server side help, type 'help contents'\nmysql&gt;\n<\/pre><h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2><p>You have learned how to install MySQL on a CentOS 9 Stream server. By installing MySQL, you are able to store your databases and manage them efficiently on your server.<\/p><p>Be sure to check out our other <a href=\"\/in\/tutorials\/what-is-vps-hosting\">VPS hosting tutorials<\/a> and leave a comment down below if you have any questions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MySQL is one of the most widely used database management systems for websites and server applications. It&rsquo;s an essential tool that every webmaster should learn. That&rsquo;s why in this tutorial, we will show you how to install MySQL on CentOS 9&nbsp;Stream through an SSH connection. How to Install MySQL on a CentOS 9 Stream Server? [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"\/in\/tutorials\/how-to-install-mysql-on-centos\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":27,"featured_media":5160,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"","rank_math_description":"","rank_math_focus_keyword":"","footnotes":""},"categories":[22642,22640],"tags":[],"class_list":["post-725","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pre-installed-applications","category-vps"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/tutorials\/how-to-install-mysql-on-centos","default":0},{"locale":"es-ES","link":"https:\/\/www.hostinger.com\/es\/tutoriales\/instalar-mysql-centos","default":0},{"locale":"id-ID","link":"https:\/\/www.hostinger.com\/id\/tutorial\/cara-install-mysql","default":0},{"locale":"en-UK","link":"https:\/\/www.hostinger.com\/uk\/tutorials\/how-to-install-mysql-on-centos","default":0},{"locale":"en-MY","link":"https:\/\/www.hostinger.com\/my\/tutorials\/how-to-install-mysql-on-centos","default":0},{"locale":"en-PH","link":"https:\/\/www.hostinger.com\/ph\/tutorials\/how-to-install-mysql-on-centos","default":0},{"locale":"es-MX","link":"https:\/\/www.hostinger.com\/mx\/tutoriales\/instalar-mysql-centos","default":0},{"locale":"es-CO","link":"https:\/\/www.hostinger.com\/co\/tutoriales\/instalar-mysql-centos","default":0},{"locale":"es-AR","link":"https:\/\/www.hostinger.com\/ar\/tutoriales\/instalar-mysql-centos","default":0},{"locale":"en-IN","link":"https:\/\/www.hostinger.com\/in\/tutorials\/how-to-install-mysql-on-centos","default":0},{"locale":"en-CA","link":"https:\/\/www.hostinger.com\/ca\/tutorials\/how-to-install-mysql-on-centos","default":0},{"locale":"en-AU","link":"https:\/\/www.hostinger.com\/au\/tutorials\/how-to-install-mysql-on-centos","default":0},{"locale":"en-NG","link":"https:\/\/www.hostinger.com\/ng\/tutorials\/how-to-install-mysql-on-centos","default":0}],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/posts\/725","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/comments?post=725"}],"version-history":[{"count":32,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/posts\/725\/revisions"}],"predecessor-version":[{"id":124636,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/posts\/725\/revisions\/124636"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/media\/5160"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/media?parent=725"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/categories?post=725"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/tags?post=725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}