{"id":126523,"date":"2023-03-10T09:45:02","date_gmt":"2023-03-10T09:45:02","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=126523"},"modified":"2025-08-27T12:03:30","modified_gmt":"2025-08-27T12:03:30","slug":"how-to-check-database-corruption-in-mysql","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database","title":{"rendered":"How to Check and Repair Corruption in MySQL Database"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>You can use the error log files to check if a MySQL database is corrupt or not. Usually, if your database is installed with the default values, the location of the file is:<\/p><ul class=\"wp-block-list\">\n<li>In Windows : <strong>C:\\ProgramData\\MySQL\\MySQL Server 8.0\\data\\hostname.err<\/strong> ( here, replace 8.0 with your MySQL version).<\/li>\n<\/ul><ul class=\"wp-block-list\">\n<li>In Linux: \/<strong>var\/log\/mysql\/error.log <\/strong>or the <strong>\/var\/log\/mysqld.log<\/strong><\/li>\n<\/ul><p>If the file is not at the default location, you can use the command line to find the file. The following example shows how to find the file in Windows or Linux:<\/p><p><strong>SHOW VARIABLES LIKE &lsquo;log_error&rsquo;<\/strong><\/p><p>Also, if a database is corrupt, you encounter different types of errors. Some typical errors that indicate that the database is corrupt are:<\/p><ol class=\"wp-block-list\" type=\"1\">\n<li><strong><em>Table &lsquo;stellarTable&rsquo; is marked as crashed and should be repaired.<\/em><\/strong> This message indicates that the table is corrupted. You can use the &ldquo;REPAIR TABLE&rdquo; command to repair the table in this scenario.<\/li>\n\n\n\n<li><strong><em>Error reading file &lsquo;xx&rsquo; (Errcode: yy<\/em><\/strong>). Here xx is the file name and yy is the error number. When you receive this error, it means that there is corruption in the file.<\/li>\n\n\n\n<li><strong><em>Corrupted page XX in block YY<\/em><\/strong>. The error identifies the exact block and page corrupted. If you are using MyISAM storage, you can use the <strong>myisamcheck<\/strong> command to repair the tables.<\/li>\n\n\n\n<li><strong><em>Got error xxx from storage engine<\/em><\/strong>. Here xxx is the error number. This error means that the MySQL storage engine found problems while accessing data due to corruption.<\/li>\n\n\n\n<li><strong><em>InnoDB: Database page corruption on disk or a failed file read<\/em><\/strong>. The error means that a page problem occurred in the InnoDB storage pages. If you have this problem, you can use the <strong>innodb_force_recovery<\/strong> option in recovery mode and repair the database.<\/li>\n<\/ol><h2 class=\"wp-block-heading\" id=\"how-to-check-database-corruption-in-mysql-using-the-myisamchk-command?\">How to check database corruption in MySQL using the myisamchk command?<\/h2><p>You can use the <strong>myisamchk <\/strong>command to check corruption in databases using MyISAM storage. The following example shows how to run this command:<\/p><pre class=\"wp-block-preformatted\"><strong>myisamchk Stellartable.MYI<\/strong><\/pre><p><strong>The command checks if the table is fine. If not, some errors will be displayed, such as:<\/strong><\/p><ol class=\"wp-block-list\" type=\"1\">\n<li><strong><em>Table is marked as crashed and should be repaired<\/em><\/strong>. This error means that the database is corrupted and needs to be repaired.<\/li>\n\n\n\n<li><strong><em>Can&rsquo;t create new tempfile<\/em><\/strong>. This error means that you do not have enough disk space to run the command that creates a tempfile.<\/li>\n\n\n\n<li><strong><em>Table is already up to date<\/em><\/strong>. This message means that there are no errors.<\/li>\n<\/ol><p>If you want to repair it, the myisamchk command can be used. The following example shows how to do it.<\/p><p><strong>myisamchk -r StellarTable<\/strong><\/p><p>Here, StellarTable is the name of the table and -r means to repair.<\/p><p>If the command fails due to some errors, you can force the repair by using -o option.<\/p><h2 class=\"wp-block-heading\" id=\"how-to-check-database-corruption-in-mysql-using-the-mysqlcheck-command?\">How to check database corruption in MySQL using the mysqlcheck command?<\/h2><p>Another command that can be used to check the database corruption is the <strong>mysqlcheck <\/strong>command. This command can be used by the MyISAM and InnoDB storages.<\/p><p><strong>The following example shows how to use this command.<\/strong><\/p><p><strong>mysqlcheck -c stellardb<\/strong><\/p><p>Here, -c means to check and stellardb is the name of the database.<\/p><p>If you want to check a specific table, you can use the following command:<\/p><p><strong>mysqlcheck &ndash;databases stellardb &ndash;table stellarTable &ndash;check<\/strong><\/p><p>This will check the table named stellarTable in the database stellarDB.<\/p><p>Finally, if you want to verify all the databases, the following command will be used:<\/p><p><strong>mysqlcheck &ndash;all-databases &ndash;check<\/strong><\/p><p><strong>Note:<\/strong> It is not recommended to check all the databases unless they are really small because it may take a long time to execute the command.<\/p><h2 class=\"wp-block-heading\" id=\"repair-corrupt-mysql-database-using-stellar-repair-for-mysql\">Repair corrupt MySQL database using Stellar Repair for MySQL<\/h2><p>You can use a third-party software, such as Stellar Repair for MySQL to repair the corrupt database. This software is compatible with the Windows Desktop editions (Windows 10, 8, 7, 11, and lower versions) and also for the Windows Server versions (2022, 2019, 2012, 2008, and earlier).<\/p><p>This software can repair MyISAM and InnoDB databases. It requires you to stop the MySQL Service. Once stopped, you can copy the file and repair the copy. The software can restore the database. You can also export your data to Excel, CSV, or HTML file.<\/p><h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2><p>In this article, we have explained different options to check corruption in MySQL database. You can check error log files, use the <strong>myisamchk <\/strong>command, or the <strong>mysqlcheck <\/strong>command to check corruption in database. In addition, we have mentioned a third-party tool named <a href=\"https:\/\/www.stellarinfo.com\/mysql-repair.php\" target=\"_blank\" rel=\"noreferrer noopener\">Stellar Repair for MySQL<\/a> to repair the corrupt database.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can use the error log files to check if a MySQL&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\">Continue reading <span class=\"screen-reader-text\">How to Check and Repair Corruption in MySQL Database<\/span><\/a><\/p>\n","protected":false},"author":85,"featured_media":126681,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1048],"tags":[2055,1246,583],"class_list":["post-126523","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mysql-repair","tag-database-corruption-in-sql-server","tag-mysql-server-database-corruption","tag-repair-mysql-database","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Check and Repair MySQL Database Corruption<\/title>\n<meta name=\"description\" content=\"Learn to detect and repair MySQL corruption using error logs, myisamchk, mysqlcheck, or Stellar Repair for MySQL.\" \/>\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.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Check and Repair MySQL Database Corruption\" \/>\n<meta property=\"og:description\" content=\"Learn to detect and repair MySQL corruption using error logs, myisamchk, mysqlcheck, or Stellar Repair for MySQL.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-10T09:45:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-27T12:03:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/How-to-Check-Database-Corruption-in-MySQL-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Bharat Bhushan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bharat Bhushan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/\"},\"author\":{\"name\":\"Bharat Bhushan\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/c2edd14c25759638c6a69f5aececf07a\"},\"headline\":\"How to Check and Repair Corruption in MySQL Database\",\"datePublished\":\"2023-03-10T09:45:02+00:00\",\"dateModified\":\"2025-08-27T12:03:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/\"},\"wordCount\":744,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/How-to-Check-Database-Corruption-in-MySQL-1.jpg\",\"keywords\":[\"database corruption in sql server\",\"MySQL Server Database Corruption\",\"repair MySQL database\"],\"articleSection\":[\"MySQL Database Repair\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/\",\"name\":\"Check and Repair MySQL Database Corruption\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/How-to-Check-Database-Corruption-in-MySQL-1.jpg\",\"datePublished\":\"2023-03-10T09:45:02+00:00\",\"dateModified\":\"2025-08-27T12:03:30+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/c2edd14c25759638c6a69f5aececf07a\"},\"description\":\"Learn to detect and repair MySQL corruption using error logs, myisamchk, mysqlcheck, or Stellar Repair for MySQL.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/How-to-Check-Database-Corruption-in-MySQL-1.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/How-to-Check-Database-Corruption-in-MySQL-1.jpg\",\"width\":1000,\"height\":600,\"caption\":\"Database Corruption in MySQL\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Check and Repair Corruption in MySQL Database\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/\",\"name\":\"Stellar Data Recovery Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/c2edd14c25759638c6a69f5aececf07a\",\"name\":\"Bharat Bhushan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8371107c793354293acf244b899d7bf7f4209ee58e4305f3b195241bd426ef12?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8371107c793354293acf244b899d7bf7f4209ee58e4305f3b195241bd426ef12?s=96&d=mm&r=g\",\"caption\":\"Bharat Bhushan\"},\"description\":\"Bharat Bhushan is an experienced technical Marketer working at Stellar Data Recovery - expertise in data care. He is skilled in Microsoft Exchange Database, MSSQL Database troubleshooting &amp; data warehousing. He is a Management Post Graduate having a strong grip in Technology &amp; certified in SAP-SD, Oracle 10g &amp; Informatica Powercenter 9.1.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/bharat-bhushan-311956144\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/bharat\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Check and Repair MySQL Database Corruption","description":"Learn to detect and repair MySQL corruption using error logs, myisamchk, mysqlcheck, or Stellar Repair for MySQL.","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.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/","og_locale":"en_US","og_type":"article","og_title":"Check and Repair MySQL Database Corruption","og_description":"Learn to detect and repair MySQL corruption using error logs, myisamchk, mysqlcheck, or Stellar Repair for MySQL.","og_url":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2023-03-10T09:45:02+00:00","article_modified_time":"2025-08-27T12:03:30+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/How-to-Check-Database-Corruption-in-MySQL-1.jpg","type":"image\/jpeg"}],"author":"Bharat Bhushan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bharat Bhushan","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/"},"author":{"name":"Bharat Bhushan","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/c2edd14c25759638c6a69f5aececf07a"},"headline":"How to Check and Repair Corruption in MySQL Database","datePublished":"2023-03-10T09:45:02+00:00","dateModified":"2025-08-27T12:03:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/"},"wordCount":744,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/How-to-Check-Database-Corruption-in-MySQL-1.jpg","keywords":["database corruption in sql server","MySQL Server Database Corruption","repair MySQL database"],"articleSection":["MySQL Database Repair"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/","url":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/","name":"Check and Repair MySQL Database Corruption","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/How-to-Check-Database-Corruption-in-MySQL-1.jpg","datePublished":"2023-03-10T09:45:02+00:00","dateModified":"2025-08-27T12:03:30+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/c2edd14c25759638c6a69f5aececf07a"},"description":"Learn to detect and repair MySQL corruption using error logs, myisamchk, mysqlcheck, or Stellar Repair for MySQL.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/How-to-Check-Database-Corruption-in-MySQL-1.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/How-to-Check-Database-Corruption-in-MySQL-1.jpg","width":1000,"height":600,"caption":"Database Corruption in MySQL"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/repair-corrupt-mysql-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Check and Repair Corruption in MySQL Database"}]},{"@type":"WebSite","@id":"https:\/\/www.stellarinfo.com\/blog\/#website","url":"https:\/\/www.stellarinfo.com\/blog\/","name":"Stellar Data Recovery Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/c2edd14c25759638c6a69f5aececf07a","name":"Bharat Bhushan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8371107c793354293acf244b899d7bf7f4209ee58e4305f3b195241bd426ef12?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8371107c793354293acf244b899d7bf7f4209ee58e4305f3b195241bd426ef12?s=96&d=mm&r=g","caption":"Bharat Bhushan"},"description":"Bharat Bhushan is an experienced technical Marketer working at Stellar Data Recovery - expertise in data care. He is skilled in Microsoft Exchange Database, MSSQL Database troubleshooting &amp; data warehousing. He is a Management Post Graduate having a strong grip in Technology &amp; certified in SAP-SD, Oracle 10g &amp; Informatica Powercenter 9.1.","sameAs":["https:\/\/www.linkedin.com\/in\/bharat-bhushan-311956144\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/bharat\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/126523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/users\/85"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=126523"}],"version-history":[{"count":15,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/126523\/revisions"}],"predecessor-version":[{"id":185189,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/126523\/revisions\/185189"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/126681"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=126523"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=126523"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=126523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}