{"id":41642,"date":"2019-06-19T07:23:21","date_gmt":"2019-06-19T07:23:21","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=41642"},"modified":"2025-01-16T05:38:09","modified_gmt":"2025-01-16T05:38:09","slug":"fix-mysql-is-marked-as-crashed-and-should-be-repaired","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/","title":{"rendered":"[Fix] MySQL Table is marked as crashed and should be repaired"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>MySQL\nis an open source RDBMS backed by Oracle. It supports all\nplatforms, for example, UNIX, Windows, and Linux. It is mostly associated with\nweb apps and online publishing, but it is not restricted to that, and can be\nused in a wide range of applications. Its working model is a client-based\nserver.<\/p><p>The core of MySQL is MySQL server that handles all of the database commands. MySQL server is available as a separate program for use in a client-server networked environment. Though it is installed on one machine as a library that can be linked to separate applications, it is capable of sending data to multiple locations. It allows data to be stored on and accessed over multiple storage engines. To improve performance and durability, it also can replicate data. And you are not required to learn new commands for MYSQL; you can access the MySQL database by using standard SQL commands. <\/p><h2 class=\"wp-block-heading\" id=\"crashed-tables-in-mysql\"><strong>Crashed Tables in MySQL<\/strong><\/h2><p>While using MySQL, users may experience an error stating that &ldquo;MySQL table is marked as crashed and should be repaired.&rdquo; This error can appear at any time, especially after a forced shutdown of MySQL database or due to the crash of the entire server. While the error may seem daunting, it can be resolved. MySQL can repairing the crashed tables by itself. You would need to follow a few simple steps to make that happen.&nbsp; <\/p><p><strong>Let&rsquo;s discuss the possible reasons and MySQL repair methods for this error.<\/strong><\/p><h2 class=\"wp-block-heading\" id=\"the-cause-behind-the-error\"><strong>The cause behind the error<\/strong><\/h2><p>Low disk space\ncould be a reason for MySQL table being marked as &ldquo;crashed&rdquo;. When you have low\nspace on your disk, some of the tables in the database may get crashed. It\nusually happens when you get space issues on the part of the hard disk where\nyour database is stored. <\/p><p>Often it gets difficult\nto identify the specific tables that are affected by the error. Before starting\nthe repair process, thus, let us quickly take a look at how to identify the corrupted\nMySQL tables.<\/p><h2 class=\"wp-block-heading\" id=\"identifying-crashed-mysql-tables\"><strong>Identifying crashed MySQL tables<\/strong><\/h2><p>You can identify corrupted tables\nthrough certain expected and observable errors in the queries, for example:<\/p><ul class=\"wp-block-list\">\n<li>Can&rsquo;t find file&nbsp;tbl_name.MYI (Errcode: nnn)<\/li>\n\n\n\n<li>Unexpected end of file<\/li>\n\n\n\n<li>Got error from table handler<\/li>\n\n\n\n<li>Record file is crashed<\/li>\n\n\n\n<li>Can&rsquo;t find file&nbsp;tablethatshouldbethere.MYI<\/li>\n\n\n\n<li>tablethatwasworking.frm&nbsp;is locked against change<\/li>\n\n\n\n<li>Got error ### from table handler.<\/li>\n<\/ul><p>You can run <strong><a href=\"https:\/\/dev.mysql.com\/doc\/refman\/8.0\/en\/perror.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">perror <\/a><\/strong>to get more information about the error<\/p><h2 class=\"wp-block-heading has-text-align-left has-white-background-color has-background\" id=\"recovering-mysql-crashed-tables\"><strong>Recovering MySQL Crashed Tables<\/strong><\/h2><p>MySQL server\nprovides its own tool to diagnose crashed tables. This tool is known as <strong>myisamchk<\/strong>,\nand you can use it as shown below:<\/p><pre class=\"wp-block-code command_container\"><code><code># myisamchk -s \/var\/lib\/mysql\/*\/*.MYI<\/code><\/code><\/pre><p>Running this command will list the crashed MySQL tables, with a\nmessage as follows:<\/p><pre class=\"wp-block-code command_container\"><code><code>MyISAM-table '\/var\/lib\/mysql\/dbname\/table_name.MYI' is marked as crashed and should be repaired<\/code><\/code><\/pre><p>Other than diagnosis, the tool can also help you repair the\ndamaged table. In most cases, the problem is solved by running the myisamchk\ncommand. But if it doesn&rsquo;t solve the problem, try stopping your web service, so\nthat no new requests are generated, stop the MySQLd daemon itself and run the\nbelow-given command:<\/p><pre class=\"wp-block-code command_container\"><code><code># myisamchk -r --update-state \/var\/lib\/mysql\/dbname\/table_name.MYI<\/code><\/code><\/pre><p>The&nbsp;&ldquo;&ndash;update-state&rdquo;\nswitch&nbsp;tells MySQL\nto mark the indicated table as &ldquo;checked.&rdquo; Once this has been done,\nrestart your MySQLd and web service, and MySQL will repair the crashed table. As a\nresult, the error will be\nremoved, and your database will be safely restored.<\/p><h2 class=\"wp-block-heading has-white-background-color has-background\" id=\"recovering\ndatabase-by-using-backup\"><strong>Recovering\ndatabase by using backup<\/strong><\/h2><p>Another way to deal with &lsquo;MySQL table is marked as crashed\nand should be repaired&rsquo; error is to recover your database from a\npreviously saved backup. <\/p><p>Having a solid backup strategy for your data\nis essential. It helps you recover the data when everything else goes wrong.\nInstead of searching the methods for repairing MySQL crashed tables, you can\nrestore data instantly from a backup, and that will surely save your time.\nThat&rsquo;s why your database, install directory, and home directories should be\nbacked up and tested regularly by using database administration or any backup\ntool of your choice.<\/p><h2 class=\"wp-block-heading has-white-background-color has-background\" id=\"software-tool-for-mysql-database\nrepair\"><strong>Software tool for MySQL Database\nRepair<\/strong><\/h2><p><strong>Stellar Repair for MySQL<\/strong> is a powerful and convenient tool for <a href=\"https:\/\/www.stellarinfo.com\/mysql-repair.php\" target=\"_blank\" rel=\"noreferrer noopener\">MySQL database repair<\/a>, which can save time while doing the repair more effectively. So, it can be your default first choice. <\/p><p>Alternatively,\nyou can use the software as a complementary solution to fill in for the manual\nmethod- if it doesn&rsquo;t work, or if you don&rsquo;t have the backup to restore your\ndatabase. <\/p><p>It is available for a free trial download so that you can test it out for repairing your MySQL database files. The software recovers all the objects including keys, views, triggers, tables, etc., in their original format. It can repair InnoDB and MyISAM tables and allows us to save the MySQL repair database in various formats like MySQL, CSV, HTML, and XLS. <\/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=\"226\" height=\"62\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/01\/Free-download-for-windows.png\" alt=\"Free Download for windows\" class=\"wp-image-122380 apply-gradient-on-post-images\"><\/a><\/figure>\n<\/div><h2 class=\"wp-block-heading\" id=\"to-summarize\"><strong>To summarize<\/strong><\/h2><p>MySQL is one of the most trusted relational database management systems. But if you need to write queries in MySQL repair table or recover tables, you need to have deep technical knowledge about it. You cannot play around with MySQL without knowing the roots of it since that will increase the chances of you losing the data permanently. <\/p><p>So,\nif you don&rsquo;t have hands-on proficiency on MySQL, a safer option is to recover\nthe corrupt database by using the backup. Next, you can use the built-in <strong>myisamchk <\/strong>utilityfor the database repair. <\/p><p>A safer, convenient, and more effective MySQL database repair solution is offered by Stellar Repair for MySQL. It&rsquo;s available for the free trial which offers to scan and preview the database so that you can ascertain the capabilities really well. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>MySQL is an open source RDBMS backed by Oracle. It supports all&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/\">Continue reading <span class=\"screen-reader-text\">[Fix] MySQL Table is marked as crashed and should be repaired<\/span><\/a><\/p>\n","protected":false},"author":15,"featured_media":41646,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1048],"tags":[],"class_list":["post-41642","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mysql-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 is marked as crashed and should be repaired<\/title>\n<meta name=\"description\" content=\"If you are facing MySQL is marked as crashed and want to repair it then, read these optimal solutions to handle this error.\" \/>\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\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Fix] MySQL is marked as crashed and should be repaired\" \/>\n<meta property=\"og:description\" content=\"If you are facing MySQL is marked as crashed and want to repair it then, read these optimal solutions to handle this error.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-19T07:23:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-16T05:38:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/mysql-is-marked-as-crashed-and-should-be-repaired.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=\"Priyanka Chauhan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@priyanka66\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Priyanka Chauhan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/\"},\"author\":{\"name\":\"Priyanka Chauhan\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/94fe9ee94eb813d94397deee2b641470\"},\"headline\":\"[Fix] MySQL Table is marked as crashed and should be repaired\",\"datePublished\":\"2019-06-19T07:23:21+00:00\",\"dateModified\":\"2025-01-16T05:38:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/\"},\"wordCount\":940,\"commentCount\":6,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/mysql-is-marked-as-crashed-and-should-be-repaired.jpg\",\"articleSection\":[\"MySQL Database Repair\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/\",\"name\":\"[Fix] MySQL is marked as crashed and should be repaired\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/mysql-is-marked-as-crashed-and-should-be-repaired.jpg\",\"datePublished\":\"2019-06-19T07:23:21+00:00\",\"dateModified\":\"2025-01-16T05:38:09+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/94fe9ee94eb813d94397deee2b641470\"},\"description\":\"If you are facing MySQL is marked as crashed and want to repair it then, read these optimal solutions to handle this error.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/mysql-is-marked-as-crashed-and-should-be-repaired.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/mysql-is-marked-as-crashed-and-should-be-repaired.jpg\",\"width\":1000,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Fix] MySQL Table is marked as crashed and should be repaired\"}]},{\"@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\/94fe9ee94eb813d94397deee2b641470\",\"name\":\"Priyanka Chauhan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/65b92f324507fb182b01aa142f74fb8925fc3c0bcc38f74bd17d59c4a53afd96?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/65b92f324507fb182b01aa142f74fb8925fc3c0bcc38f74bd17d59c4a53afd96?s=96&d=mm&r=g\",\"caption\":\"Priyanka Chauhan\"},\"description\":\"Priyanka is a technology expert working for key technology domains that revolve around Data Recovery and related software's. She got expertise on related subjects like SQL Database, Access Database, QuickBooks, and Microsoft Excel. Loves to write on different technology and data recovery subjects on regular basis. Technology freak who always found exploring neo-tech subjects, when not writing, research is something that keeps her going in life.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/priyankachouhan\/\",\"https:\/\/x.com\/priyanka66\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/priyanka\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Fix] MySQL is marked as crashed and should be repaired","description":"If you are facing MySQL is marked as crashed and want to repair it then, read these optimal solutions to handle this error.","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\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/","og_locale":"en_US","og_type":"article","og_title":"[Fix] MySQL is marked as crashed and should be repaired","og_description":"If you are facing MySQL is marked as crashed and want to repair it then, read these optimal solutions to handle this error.","og_url":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2019-06-19T07:23:21+00:00","article_modified_time":"2025-01-16T05:38:09+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/mysql-is-marked-as-crashed-and-should-be-repaired.jpg","type":"image\/jpeg"}],"author":"Priyanka Chauhan","twitter_card":"summary_large_image","twitter_creator":"@priyanka66","twitter_misc":{"Written by":"Priyanka Chauhan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/"},"author":{"name":"Priyanka Chauhan","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/94fe9ee94eb813d94397deee2b641470"},"headline":"[Fix] MySQL Table is marked as crashed and should be repaired","datePublished":"2019-06-19T07:23:21+00:00","dateModified":"2025-01-16T05:38:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/"},"wordCount":940,"commentCount":6,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/mysql-is-marked-as-crashed-and-should-be-repaired.jpg","articleSection":["MySQL Database Repair"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/","url":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/","name":"[Fix] MySQL is marked as crashed and should be repaired","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/mysql-is-marked-as-crashed-and-should-be-repaired.jpg","datePublished":"2019-06-19T07:23:21+00:00","dateModified":"2025-01-16T05:38:09+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/94fe9ee94eb813d94397deee2b641470"},"description":"If you are facing MySQL is marked as crashed and want to repair it then, read these optimal solutions to handle this error.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/mysql-is-marked-as-crashed-and-should-be-repaired.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/mysql-is-marked-as-crashed-and-should-be-repaired.jpg","width":1000,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-mysql-is-marked-as-crashed-and-should-be-repaired\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"[Fix] MySQL Table is marked as crashed and should be repaired"}]},{"@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\/94fe9ee94eb813d94397deee2b641470","name":"Priyanka Chauhan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/65b92f324507fb182b01aa142f74fb8925fc3c0bcc38f74bd17d59c4a53afd96?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/65b92f324507fb182b01aa142f74fb8925fc3c0bcc38f74bd17d59c4a53afd96?s=96&d=mm&r=g","caption":"Priyanka Chauhan"},"description":"Priyanka is a technology expert working for key technology domains that revolve around Data Recovery and related software's. She got expertise on related subjects like SQL Database, Access Database, QuickBooks, and Microsoft Excel. Loves to write on different technology and data recovery subjects on regular basis. Technology freak who always found exploring neo-tech subjects, when not writing, research is something that keeps her going in life.","sameAs":["https:\/\/www.linkedin.com\/in\/priyankachouhan\/","https:\/\/x.com\/priyanka66"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/priyanka\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/41642","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\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=41642"}],"version-history":[{"count":16,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/41642\/revisions"}],"predecessor-version":[{"id":177456,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/41642\/revisions\/177456"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/41646"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=41642"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=41642"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=41642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}