{"id":93830,"date":"2022-01-21T15:26:40","date_gmt":"2022-01-21T15:26:40","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=93830"},"modified":"2026-02-05T07:05:21","modified_gmt":"2026-02-05T07:05:21","slug":"mysql-innodb-force-recovery-not-working","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/","title":{"rendered":"How to Fix MySQL innodb_force_recovery Not Working"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>Whether you are running MySQL on a Linux or Windows machine, forcing InnoDB recovery to restart the server might fail. This may happen due to any of the following reasons:<\/p><ul class=\"wp-block-list\">\n<li>Trying to run innodb_force_recovery set to the highest possible value &lsquo;6&rsquo; before forcing recovery with values&rsquo; 0&prime;, &lsquo;1&rsquo;, &lsquo;2&rsquo;, &lsquo;3&rsquo;, &lsquo;4&rsquo;, or &lsquo;5&rsquo;. It is a really bad move! Starting recovery with level 6 must be your last resort to restart the server, as it can make the MySQL database inaccessible. A value greater than 4 is dangerous, as it can corrupt data files.<\/li>\n\n\n\n<li>You forgot to reboot the system before innodb_force_recovery.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"check-mysql-error-logs-and-startup-issues\"><strong>Check MySQL Error Logs and Startup Issues<\/strong><\/h2><p>It is important to troubleshoot problems starting your MySQL Server. For this, open the MySQL error log and check the logs to see why the server fails to start. You can find the error log on a Windows PC by browsing the location- C:\\Program Files\\MySQL\\MySQL Server nnn\\data.<\/p><p>Here replace nnn with the version of MySQL Server you are using. For instance, if you&rsquo;re using MySQL Server version 8.0, then locate the error log in &ndash; C:\\Program Files\\MySQL\\MySQL Server 8.0\\data.<\/p><p><strong>For a Unix or Linux distribution, you can find the error log by browsing:<\/strong><\/p><p><code>\/usr\/local\/var<\/code><\/p><p>See this <a href=\"https:\/\/dev.mysql.com\/doc\/mysql-security-excerpt\/8.0\/en\/starting-server-troubleshooting.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">MySQL post<\/a> for additional suggestions on troubleshooting problems starting the server.<\/p><p>If the problem persists, try to work around the issue as discussed in the next section.<\/p><h2 class=\"wp-block-heading\" id=\"solutions-for-innodb_force_recovery-not-working\"><strong>Solutions for innodb_force_recovery Not Working<\/strong><\/h2><p>Following are some workarounds you can use to troubleshoot the &lsquo;InnoDB force recovery not working&rsquo; problem:<\/p><h3 class=\"wp-block-heading\" id=\"h-workaround-1-run-innodb-force-recovery\"><strong>Workaround&nbsp;1: Controlled InnoDB Force Recovery<\/strong><\/h3><p>If you have directly used innodb_force_recovery=6, try running it with a value 3 and increase it to values 4, 5 if InnoDB fails to start. The steps are as follows:<\/p><ul class=\"wp-block-list\">\n<li>Use the below commands to start MySQL server:<\/li>\n<\/ul><p><code>innodb_force_recovery=3<\/code><\/p><p><code>innodb_purge_threads=0<\/code><\/p><ul class=\"wp-block-list\">\n<li>Dump the database with mysqldump tool.<\/li>\n\n\n\n<li>Create new empty InnoDB table space and reload the dump.<\/li>\n<\/ul><p><\/p><p style=\"padding: 10px;border: 2px solid black\"><strong>Note: <\/strong>If MySQL doesn&rsquo;t start, use MySQL Server startup script mysqld_safe. It helps in running mysqld server on a Unix machine.<\/p><p><code>mysql&gt; #mysqld_safe --innodb_force_recovery=4<\/code><\/p><p>If this doesn&rsquo;t work, skip to the next workaround.<\/p><h3 class=\"wp-block-heading\" id=\"h-workaround-2-restore-mysql-database-from-backup\"><strong>Workaround&nbsp;2: Restore MySQL from Backup<\/strong><\/h3><p>If you cannot start the server, you can access data by restoring the MySQL database from a valid backup (mysqldump) file. You can find the detailed steps on how to restore a MySQL database from mysqldump file, <a href=\"https:\/\/www.stellarinfo.com\/article\/how-to-backup-and-restore-mysql-databases-using-the-mysqldump-command.php\" target=\"_blank\" rel=\"noreferrer noopener\">click here<\/a>.<\/p><p>If you don&rsquo;t have a backup or it fails to work for you, the only solution is to use a MySQL database repair tool. Stellar Repair for MySQL helps repair severely corrupted InnoDB tables and recover their components.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/cloud.stellarinfo.com\/StellarRepairforMySQL-B.exe\"><img loading=\"lazy\" decoding=\"async\" width=\"252\" height=\"72\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/12\/free-download-1-4.png\" alt=\"Free Download for Windows\" class=\"wp-image-91389 apply-gradient-on-post-images\"><\/a><\/figure>\n<\/div><p>The software also helps fix corrupted MyISAM tables. Thus, using the <a href=\"https:\/\/www.stellarinfo.com\/mysql-repair.php\" target=\"_blank\" rel=\"noreferrer noopener\">MySQL repair tool<\/a> helps save time in troubleshooting tables on InnoDB and MyISAM storage engines via a single interface.&nbsp;<\/p><p>See the software working by watching this video:<\/p><figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"MySQL Database Recovery Walkthrough Featuring InnoDB Force Recovery &amp; Stellar Repair\" width=\"750\" height=\"422\" src=\"https:\/\/www.youtube.com\/embed\/J6laCwOuIs8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure><h2 class=\"wp-block-heading\" id=\"end-note\"><strong>End Note<\/strong><\/h2><p>You will have a problem starting MySQL Server if MySQL innodb_force_recovery is not working properly. Before resolving this issue, check the reasons discussed in this blog to understand what you may be doing wrong.<\/p><p>Try the suggestions to fix problems starting the server. If nothing helps, use the above-discussed workarounds. If innodb_force_recovery won&rsquo;t work and you don&rsquo;t have a backup, Stellar Repair for MySQL software can help repair the database and restore it to its original form.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Whether you are running MySQL on a Linux or Windows machine, forcing&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/\">Continue reading <span class=\"screen-reader-text\">How to Fix MySQL innodb_force_recovery Not Working<\/span><\/a><\/p>\n","protected":false},"author":34,"featured_media":93833,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1048],"tags":[2501,421,648],"class_list":["post-93830","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mysql-repair","tag-innodb-force-recovery","tag-innodb-table-repair","tag-mysql-database-repair","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Fix MySQL innodb_force_recovery Not Working \u2013 Solutions<\/title>\n<meta name=\"description\" content=\"Fix MySQL innodb_force_recovery by checking logs, changing recovery level, restoring from backup or using a repair tool.\" \/>\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\/mysql-innodb-force-recovery-not-working\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fix MySQL innodb_force_recovery Not Working \u2013 Solutions\" \/>\n<meta property=\"og:description\" content=\"Fix MySQL innodb_force_recovery by checking logs, changing recovery level, restoring from backup or using a repair tool.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-21T15:26:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-05T07:05:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Mysql-innodb_force_recovery-not-working-properly.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=\"Charanjeet Kaur\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Charanjeet Kaur\" \/>\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.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/\"},\"author\":{\"name\":\"Charanjeet Kaur\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/4bcf0d3fb4f61fce73560518655de4f2\"},\"headline\":\"How to Fix MySQL innodb_force_recovery Not Working\",\"datePublished\":\"2022-01-21T15:26:40+00:00\",\"dateModified\":\"2026-02-05T07:05:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/\"},\"wordCount\":573,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Mysql-innodb_force_recovery-not-working-properly.jpg\",\"keywords\":[\"innodb force recovery\",\"InnoDB Table Repair\",\"Mysql database repair\"],\"articleSection\":[\"MySQL Database Repair\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/\",\"name\":\"Fix MySQL innodb_force_recovery Not Working \u2013 Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Mysql-innodb_force_recovery-not-working-properly.jpg\",\"datePublished\":\"2022-01-21T15:26:40+00:00\",\"dateModified\":\"2026-02-05T07:05:21+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/4bcf0d3fb4f61fce73560518655de4f2\"},\"description\":\"Fix MySQL innodb_force_recovery by checking logs, changing recovery level, restoring from backup or using a repair tool.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Mysql-innodb_force_recovery-not-working-properly.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Mysql-innodb_force_recovery-not-working-properly.jpg\",\"width\":1000,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix MySQL innodb_force_recovery Not Working\"}]},{\"@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\/4bcf0d3fb4f61fce73560518655de4f2\",\"name\":\"Charanjeet Kaur\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a4660bcceddd78a5c4de4caf8ed709c17893427075cd639070c6dc090adc520f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a4660bcceddd78a5c4de4caf8ed709c17893427075cd639070c6dc090adc520f?s=96&d=mm&r=g\",\"caption\":\"Charanjeet Kaur\"},\"description\":\"Charanjeet is a Technical Content Writer at Stellar\u00aewho specializes in writing about databases, e-mail recovery, and e-mail migration solutions. She loves researching and developing content that helps database administrators, organizations and novices to fix multiple problems related to MS SQL and MySQL databases and Microsoft Exchange.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/charanjeet-kaur-1b791920\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/charanjeet\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fix MySQL innodb_force_recovery Not Working \u2013 Solutions","description":"Fix MySQL innodb_force_recovery by checking logs, changing recovery level, restoring from backup or using a repair tool.","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\/mysql-innodb-force-recovery-not-working\/","og_locale":"en_US","og_type":"article","og_title":"Fix MySQL innodb_force_recovery Not Working \u2013 Solutions","og_description":"Fix MySQL innodb_force_recovery by checking logs, changing recovery level, restoring from backup or using a repair tool.","og_url":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2022-01-21T15:26:40+00:00","article_modified_time":"2026-02-05T07:05:21+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Mysql-innodb_force_recovery-not-working-properly.jpg","type":"image\/jpeg"}],"author":"Charanjeet Kaur","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Charanjeet Kaur","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/"},"author":{"name":"Charanjeet Kaur","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/4bcf0d3fb4f61fce73560518655de4f2"},"headline":"How to Fix MySQL innodb_force_recovery Not Working","datePublished":"2022-01-21T15:26:40+00:00","dateModified":"2026-02-05T07:05:21+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/"},"wordCount":573,"commentCount":0,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Mysql-innodb_force_recovery-not-working-properly.jpg","keywords":["innodb force recovery","InnoDB Table Repair","Mysql database repair"],"articleSection":["MySQL Database Repair"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/","url":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/","name":"Fix MySQL innodb_force_recovery Not Working \u2013 Solutions","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Mysql-innodb_force_recovery-not-working-properly.jpg","datePublished":"2022-01-21T15:26:40+00:00","dateModified":"2026-02-05T07:05:21+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/4bcf0d3fb4f61fce73560518655de4f2"},"description":"Fix MySQL innodb_force_recovery by checking logs, changing recovery level, restoring from backup or using a repair tool.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Mysql-innodb_force_recovery-not-working-properly.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Mysql-innodb_force_recovery-not-working-properly.jpg","width":1000,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/mysql-innodb-force-recovery-not-working\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Fix MySQL innodb_force_recovery Not Working"}]},{"@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\/4bcf0d3fb4f61fce73560518655de4f2","name":"Charanjeet Kaur","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a4660bcceddd78a5c4de4caf8ed709c17893427075cd639070c6dc090adc520f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a4660bcceddd78a5c4de4caf8ed709c17893427075cd639070c6dc090adc520f?s=96&d=mm&r=g","caption":"Charanjeet Kaur"},"description":"Charanjeet is a Technical Content Writer at Stellar\u00aewho specializes in writing about databases, e-mail recovery, and e-mail migration solutions. She loves researching and developing content that helps database administrators, organizations and novices to fix multiple problems related to MS SQL and MySQL databases and Microsoft Exchange.","sameAs":["https:\/\/www.linkedin.com\/in\/charanjeet-kaur-1b791920\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/charanjeet\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/93830","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\/34"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=93830"}],"version-history":[{"count":14,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/93830\/revisions"}],"predecessor-version":[{"id":189957,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/93830\/revisions\/189957"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/93833"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=93830"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=93830"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=93830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}