{"id":126363,"date":"2023-03-06T09:40:49","date_gmt":"2023-03-06T09:40:49","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=126363"},"modified":"2024-09-02T06:08:11","modified_gmt":"2024-09-02T06:08:11","slug":"database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/","title":{"rendered":"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>One of the important tasks of IT administrators is to constantly verify and check the hard disks. If there is any issue, they need to replace the hard drives to make sure that the database is fine.<\/p><p>If the hard disk gets damaged, it may affect the pages in MySQL. The pages in MySQL are units to store data in databases. Other factors that can affect the hard drive are software problems and malware attacks on the system.<\/p><h2 class=\"wp-block-heading\" id=\"verify-mysql-database-page-using-the-checksum-command\">Verify MySQL Database Page using the CHECKSUM Command<\/h2><p>CHECKSUM is a command in MySQL that can be used to verify if the database is fine. This command checks the integrity of the database.<\/p><p><strong>The following example shows how to use the CHECKSUM command:<\/strong><\/p><p><strong>CHECKSUM TABLE StellarTable<\/strong><\/p><p><strong>Note:<\/strong> This function is slow because it works row-by-row.<\/p><h2 class=\"wp-block-heading\" id=\"verify-mysql-database-page-using-the-mysqlcheck-command\">Verify MySQL Database Page using the Mysqlcheck Command<\/h2><p>Mysqlcheck command not only works with a single table but also with the entire database. With this command, you can not only check but also repair a database. The following example shows how to check a database named stellardb using this command.<\/p><p><strong><code>mysqlcheck --check stellardb<\/code><\/strong><\/p><p>Optionally, you can use the -c option (see the below example).<\/p><p><strong><code>mysqlcheck -c stellardb<\/code><\/strong><\/p><p>If you want to check multiple databases, you can use the following command:<\/p><p><strong><code>mysqlcheck --check --all-databases<\/code><\/strong><\/p><p><strong>Note:<\/strong> If you have huge database or several databases, this command may take a long time.<\/p><h2 class=\"wp-block-heading\" id=\"how-to-repair-database-page-corruption-using-the-mysqlcheck-command?\">How to repair database page corruption using the mysqlcheck command?<\/h2><p>The following example shows how to repair a MySQL database named stellardb using the mysqlcheck command.<\/p><p><strong><code>mysqlcheck --repair stellardb<\/code><\/strong><\/p><h2 class=\"wp-block-heading\" id=\"how-to-repair-database-page-corruption-using-the-repair-command?\">How to repair database page corruption using the repair command?<\/h2><p>In addition, you can use the REPAIR command to repair a specific table in MySQL. The following example illustrates how to repair a table named StellarTable using this command:<\/p><p><strong><code>REPAIR TABLE StellarTable;<\/code><\/strong><\/p><p>The REPAIR TABLE command has multiple options. The first option is to run Quick. This is a fast repair option. The following example shows the faster way to repair the table using the REPAIR TABLE command:<\/p><p><strong><code>REPAIR TABLE StellarTable quick;<\/code><\/strong><\/p><p>You can also use the EXTENDED option. This option is slower. Use this option, if the damage is severe and the QUICK option did not work.<\/p><p><strong><code>REPAIR TABLE StellarTable EXTENDED;<\/code><\/strong><\/p><p>In addition, there is recover option which is used for crashed databases.<\/p><p><strong><code>REPAIR TABLE StellarTable RECOVER;<\/code><\/strong><\/p><p>The USE_FRM option can be used to use the file with frm extension to rebuild the table structure. If your table is corrupted and the frm file is fine, this option will work.<\/p><p>The frm files contain the table definition of a table.<\/p><p><strong><code>REPAIR TABLE StellarTable USE_FRM;<\/code><\/strong><\/p><p>Finally, there is FORCE option that continues repairing even if there are errors during the execution. Some errors that are ignored by the FORCE command are duplicated keys, record-size errors, problems with the index merge, keys out of order, and connection loss.<\/p><p><strong><code>REPAIR TABLE StellarTable FORCE;<\/code><\/strong><\/p><h2 class=\"wp-block-heading\" id=\"the-log-file\">The Log File<\/h2><p>The error.log can be used to verify database corruption problems.<\/p><p>The following command will show you the location of the error.log.<\/p><p><strong><code>SHOW VARIABLES LIKE 'log_error';<\/code><\/strong><\/p><p>Once you are there, search for phrases like page corruption and page wrong in the file.<\/p><h2 class=\"wp-block-heading\" id=\"use-stellar-repair-for-mysql\">Use Stellar Repair for MySQL<\/h2><p>If the above options fail to fix the corruption, then you can use a third-party software, such as <a href=\"https:\/\/www.stellarinfo.com\/mysql-repair.php\" target=\"_blank\" rel=\"noreferrer noopener\">Stellar Repair for MySQL<\/a> &ndash; a software specialized in repairing corrupt databases.<\/p><p>This software works for MySQL and MariaDB. It is compatible with Windows OS (servers and workstations) and also the following Linux versions:<\/p><ul class=\"wp-block-list\">\n<li>CentOS Red Hat Linux<\/li>\n\n\n\n<li>Ubuntu<\/li>\n<\/ul><p>The software requires an offline copy of the database file. You may need to stop the MySQL Service and create a copy. After that, the software scans and repairs the file. It can repair InnoDB and MyISAM databases. The software can rebuild the database or you can store the recovered information in different formats, like XLS, CSV, and HTML. Optionally, you can generate scripts.<\/p><h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2><p>In this article, we explained different options to check database page corruption. In addition, we learned different commands to repair the database, like mysqlcheck, checksumtable, and REPAIR TABLE. We also mentioned a third-party MySQL repair tool that can be used to repair the database in case the other options fail.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the important tasks of IT administrators is to constantly verify&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/\">Continue reading <span class=\"screen-reader-text\">Database Page Corruption on Disk or a Failed File Read of a Page in MySQL<\/span><\/a><\/p>\n","protected":false},"author":85,"featured_media":129652,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1048],"tags":[],"class_list":["post-126363","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>Database Page Corruption on Disk or a Failed File Read of a Page in MySQL<\/title>\n<meta name=\"description\" content=\"This blog post discusses the causes and potential solutions for database page corruption on disk or failed file reads of a page. Learn how to identify these issues, prevent them from happening, and troubleshoot them effectively.\" \/>\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\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL\" \/>\n<meta property=\"og:description\" content=\"This blog post discusses the causes and potential solutions for database page corruption on disk or failed file reads of a page. Learn how to identify these issues, prevent them from happening, and troubleshoot them effectively.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-06T09:40:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-02T06:08:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Database-Page-Corruption-on-Disk-or-a-Failed-File-Read-of-a-Page-in-MySQL.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\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/\"},\"author\":{\"name\":\"Bharat Bhushan\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/c2edd14c25759638c6a69f5aececf07a\"},\"headline\":\"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL\",\"datePublished\":\"2023-03-06T09:40:49+00:00\",\"dateModified\":\"2024-09-02T06:08:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/\"},\"wordCount\":682,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Database-Page-Corruption-on-Disk-or-a-Failed-File-Read-of-a-Page-in-MySQL.jpg\",\"articleSection\":[\"MySQL Database Repair\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/\",\"name\":\"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Database-Page-Corruption-on-Disk-or-a-Failed-File-Read-of-a-Page-in-MySQL.jpg\",\"datePublished\":\"2023-03-06T09:40:49+00:00\",\"dateModified\":\"2024-09-02T06:08:11+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/c2edd14c25759638c6a69f5aececf07a\"},\"description\":\"This blog post discusses the causes and potential solutions for database page corruption on disk or failed file reads of a page. Learn how to identify these issues, prevent them from happening, and troubleshoot them effectively.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Database-Page-Corruption-on-Disk-or-a-Failed-File-Read-of-a-Page-in-MySQL.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Database-Page-Corruption-on-Disk-or-a-Failed-File-Read-of-a-Page-in-MySQL.jpg\",\"width\":1000,\"height\":600,\"caption\":\"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL\"}]},{\"@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":"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL","description":"This blog post discusses the causes and potential solutions for database page corruption on disk or failed file reads of a page. Learn how to identify these issues, prevent them from happening, and troubleshoot them effectively.","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\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/","og_locale":"en_US","og_type":"article","og_title":"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL","og_description":"This blog post discusses the causes and potential solutions for database page corruption on disk or failed file reads of a page. Learn how to identify these issues, prevent them from happening, and troubleshoot them effectively.","og_url":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2023-03-06T09:40:49+00:00","article_modified_time":"2024-09-02T06:08:11+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Database-Page-Corruption-on-Disk-or-a-Failed-File-Read-of-a-Page-in-MySQL.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\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/"},"author":{"name":"Bharat Bhushan","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/c2edd14c25759638c6a69f5aececf07a"},"headline":"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL","datePublished":"2023-03-06T09:40:49+00:00","dateModified":"2024-09-02T06:08:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/"},"wordCount":682,"commentCount":0,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Database-Page-Corruption-on-Disk-or-a-Failed-File-Read-of-a-Page-in-MySQL.jpg","articleSection":["MySQL Database Repair"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/","url":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/","name":"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Database-Page-Corruption-on-Disk-or-a-Failed-File-Read-of-a-Page-in-MySQL.jpg","datePublished":"2023-03-06T09:40:49+00:00","dateModified":"2024-09-02T06:08:11+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/c2edd14c25759638c6a69f5aececf07a"},"description":"This blog post discusses the causes and potential solutions for database page corruption on disk or failed file reads of a page. Learn how to identify these issues, prevent them from happening, and troubleshoot them effectively.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Database-Page-Corruption-on-Disk-or-a-Failed-File-Read-of-a-Page-in-MySQL.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Database-Page-Corruption-on-Disk-or-a-Failed-File-Read-of-a-Page-in-MySQL.jpg","width":1000,"height":600,"caption":"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/database-page-corruption-on-disk-or-a-failed-file-read-of-a-page-in-mysql\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Database Page Corruption on Disk or a Failed File Read of a Page in MySQL"}]},{"@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\/126363","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=126363"}],"version-history":[{"count":8,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/126363\/revisions"}],"predecessor-version":[{"id":164885,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/126363\/revisions\/164885"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/129652"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=126363"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=126363"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=126363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}