{"id":9347,"date":"2020-04-16T09:24:33","date_gmt":"2020-04-16T09:24:33","guid":{"rendered":"https:\/\/www.milesweb.in\/hosting-faqs\/?p=9347"},"modified":"2026-03-21T18:00:53","modified_gmt":"2026-03-21T12:30:53","slug":"mysql-server-has-gone-away","status":"publish","type":"post","link":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/","title":{"rendered":"Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress"},"content":{"rendered":"<p>Since databases are the major components of most modern websites and therefore if there are errors that affect your website, then you need to take them seriously. For example, the \u201cMySQL server has gone away\u201d error might force you to believe that your database was lost. It means you might have to restore your latest backup for getting your site up and running.<\/p>\n<p>Though it sounds a bit daunting, but, this error is really very easy to fix. You simply need to follow the instructions properly and your website will get back to normal in just few minutes.<\/p>\n<p>This article will help you resolve the \u201cMySQL server has gone away\u201d error and also the causes of it.<\/p>\n<h3>Understanding the \u201cMySQL Server Has Gone Away\u201d Error<\/h3>\n<p>At first, let\u2019s see how the \u201cMySQL server has gone away\u201d error looks like:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9325\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png\" alt=\"\" width=\"650\" height=\"252\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png 650w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min-300x116.png 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/p>\n<p>You can see that the error itself is straightforward and it almost always is displayed in the same way. Based on the browser you use and server configuration, the words might change to some extent.<\/p>\n<p>From the error itself, you can identify that it is related to your MySQL database. For being more specific, the reasons for this error to occur on most websites are as below:<\/p>\n<p>A broken table is present within your database. Your database gets corrupted and so you need to get back to a recent backup or repair it.<\/p>\n<p>The PHP \u2018timeout\u2019 setting is lower than what it should be. In case a PHP script requires accessing your database and it isn\u2019t able to fetch the information within the timeout window that is set, this can also give rise to the above-mentioned error.<\/p>\n<p>The packets are dropped or may be are too large. The server might believe the same and closes the connection, displaying the error.<\/p>\n<p>Thankfully, you can easily address these issues. Let\u2019s see the troubleshooting process for them.<\/p>\n<h2>3 Ways to Fix the \u201cMySQL Server Has Gone Away\u201d Error in WordPress<\/h2>\n<p>As mentioned above, there are a few potential reasons for this particular WordPress error to occur.<\/p>\n<p>You have different possible solutions for this error. In several cases, one of the below method will help you to get rid of the error on your website. So, if one doesn\u2019t help you, you can try another one.<\/p>\n<h3>1. Editing Your WordPress wp-db.php File<\/h3>\n<p>In case your website\u2019s PHP timeout setting is extensively low and your database is very large, you won\u2019t be able to fetch the data required. As mentioned earlier, this can display the \u201cMySQL server has gone away\u201d error.<\/p>\n<p>In order to avoid this, it is required to edit one of your WordPress core files, called wp-db.php. This file is located within your WordPress root folder, by opening up the wp-includes directory:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9350\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/wp-db-file-min.png\" alt=\"\" width=\"798\" height=\"191\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/wp-db-file-min.png 798w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/wp-db-file-min-300x72.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/wp-db-file-min-768x184.png 768w\" sizes=\"auto, (max-width: 798px) 100vw, 798px\" \/><\/p>\n<p>In order to access these files, it is recommended to use an FTP client such as FileZilla and connect via SFTP. After you get connected to your site, find wp-db.php, and right-click on it to open the file using your default local text editor.<\/p>\n<p>Then, search for the following line in the file:<\/p>\n<pre class=\"lang:default decode:true \">$this-&gt;ready = true;<\/pre>\n<p>Now add the below line right below that code:<\/p>\n<pre class=\"lang:default decode:true\">$this-&gt;query(\"set session wait_timeout=300\");<\/pre>\n<p>This code will set your PHP timeout value to 300 seconds, which is a lot more than you need to avoid any errors from showing up.<\/p>\n<p>Then save the changes to your wp-db.php file and ensure your website is loading normally.<\/p>\n<h3>2. Repair Your WordPress Database<\/h3>\n<p>Sometimes your WordPress database can get corrupted and this can trigger error when you try to establish a connection with it. Though this isn\u2019t common, it can happen even with a normal website\u2019s growth when you add more tables to your database ( plus plugin and theme information).<\/p>\n<p>For fixing this issue, a built-in WordPress function can be used to repair your database. At first, you will need to enable that feature. This can be done by accessgin your WordPress root directory and opening the wp-config.php file for editing it.<\/p>\n<p>After file is open, scroll to the bottom and add the below line to it:<\/p>\n<pre class=\"lang:default decode:true\">define('WP_ALLOW_REPAIR', true);<\/pre>\n<p>This code asks WordPress to enable the database repair function. Next save the changes to wp-config.php, and close the file. To run the function, just browse the below URL:<br \/>\nhttps:\/\/yourwebsite.com\/wp-admin\/maint\/repair.php<\/p>\n<p>WordPress will then prompt that you want to simply repair your database or repair and optimize it. Select the first option to fix the \u201cMySQL server has gone away\u201d error:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9351\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/repair-database-wordpress-option1-min.png\" alt=\"\" width=\"900\" height=\"425\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/repair-database-wordpress-option1-min.png 900w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/repair-database-wordpress-option1-min-300x142.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/repair-database-wordpress-option1-min-768x363.png 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/p>\n<p>It will need just few minutes for the process and when it\u2019s done, the error in question will get disappeared. But there is still some cleanup left to do, because you will need to disable the database repair function on your website. If you avoid this, anyone can trigger it by accessing the same URL.<\/p>\n<p>So, go to your WordPress root directory and remove the line of code which you had added earlier. After this, save changes to the file and close it.<\/p>\n<h3>3. Restore Your Website Using a Backup Through Your Hosting Provider<\/h3>\n<p>If none of the above works for you, just use the full backup of your website to restore it to a point till the database was working properly. Of course this needs to be done with a recent backup so that you lose as little data as possible.<\/p>\n<p>All WordPress web hosting providers don\u2019t offer built-in backup functionality for their users. Therefore, you often get stuck on using plugins for backups. These tools aren\u2019t bad but if don\u2019t have an access to your WordPress admin area, restoring backup becomes a big struggle.<\/p>\n<p>MilesWeb offers you website backup feature which is paid but you shouldn\u2019t avoid buying it.<\/p>\n<h3>Conclusion<\/h3>\n<p>When your website is in growing, it will need to store more data. All the information gets stored into your WordPress database. In some cases, if the data is too big, you might get errors such as \u201cMySQL server has gone away\u201d.<\/p>\n<p>Now that you know the troubleshoot process, you can get rid of this annoying error message.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Since databases are the major components of most modern websites and therefore if there are errors that affect your website, then you need to take them seriously. For example, the \u201cMySQL server has gone away\u201d error might force you to believe that your database was lost. It means you might have to restore your latest [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3087],"tags":[1413,1412,78,707,1414],"class_list":["post-9347","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-troubleshooting-and-errors-wordpress","tag-mysql-aerver-error","tag-mysql-server-has-gone-away","tag-wordpress-2","tag-wordpress-error","tag-wordpress-mysql-error"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress<\/title>\n<meta name=\"description\" content=\"The article reveals the causes of the error and methods of resolving the \u201cMySQL Server Has Gone Away\u201d error in WordPress.\" \/>\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.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress\" \/>\n<meta property=\"og:description\" content=\"The article reveals the causes of the error and methods of resolving the \u201cMySQL Server Has Gone Away\u201d error in WordPress.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-16T09:24:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-21T12:30:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png\" \/>\n\t<meta property=\"og:image:width\" content=\"650\" \/>\n\t<meta property=\"og:image:height\" content=\"252\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Pallavi Godse\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pallavi Godse\" \/>\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.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/\"},\"author\":{\"name\":\"Pallavi Godse\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945\"},\"headline\":\"Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress\",\"datePublished\":\"2020-04-16T09:24:33+00:00\",\"dateModified\":\"2026-03-21T12:30:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/\"},\"wordCount\":1020,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png\",\"keywords\":[\"mysql aerver error\",\"mysql server has gone away\",\"WordPress\",\"WordPress Error\",\"wordpress mysql error\"],\"articleSection\":[\"Troubleshooting &amp; Errors\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/\",\"name\":\"Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png\",\"datePublished\":\"2020-04-16T09:24:33+00:00\",\"dateModified\":\"2026-03-21T12:30:53+00:00\",\"author\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945\"},\"description\":\"The article reveals the causes of the error and methods of resolving the \u201cMySQL Server Has Gone Away\u201d error in WordPress.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#primaryimage\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png\",\"contentUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png\",\"width\":650,\"height\":252},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945\",\"name\":\"Pallavi Godse\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g\",\"caption\":\"Pallavi Godse\"},\"description\":\"Pallavi is a Digital Marketing Executive at MilesWeb and has an experience of over 4 years in content development. She is interested in writing engaging content on business, technology, web hosting and other topics related to information technology.\",\"sameAs\":[\"https:\/\/www.milesweb.in\"],\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/author\/pallavi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress","description":"The article reveals the causes of the error and methods of resolving the \u201cMySQL Server Has Gone Away\u201d error in WordPress.","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.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/","og_locale":"en_US","og_type":"article","og_title":"Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress","og_description":"The article reveals the causes of the error and methods of resolving the \u201cMySQL Server Has Gone Away\u201d error in WordPress.","og_url":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2020-04-16T09:24:33+00:00","article_modified_time":"2026-03-21T12:30:53+00:00","og_image":[{"width":650,"height":252,"url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png","type":"image\/png"}],"author":"Pallavi Godse","twitter_misc":{"Written by":"Pallavi Godse","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#article","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/"},"author":{"name":"Pallavi Godse","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945"},"headline":"Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress","datePublished":"2020-04-16T09:24:33+00:00","dateModified":"2026-03-21T12:30:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/"},"wordCount":1020,"commentCount":0,"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png","keywords":["mysql aerver error","mysql server has gone away","WordPress","WordPress Error","wordpress mysql error"],"articleSection":["Troubleshooting &amp; Errors"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/","name":"Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#primaryimage"},"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png","datePublished":"2020-04-16T09:24:33+00:00","dateModified":"2026-03-21T12:30:53+00:00","author":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945"},"description":"The article reveals the causes of the error and methods of resolving the \u201cMySQL Server Has Gone Away\u201d error in WordPress.","breadcrumb":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#primaryimage","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/04\/settings-min.png","width":650,"height":252},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysql-server-has-gone-away\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.in\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"Fixing the \u201cMySQL Server Has Gone Away\u201d Error in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.in\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945","name":"Pallavi Godse","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g","caption":"Pallavi Godse"},"description":"Pallavi is a Digital Marketing Executive at MilesWeb and has an experience of over 4 years in content development. She is interested in writing engaging content on business, technology, web hosting and other topics related to information technology.","sameAs":["https:\/\/www.milesweb.in"],"url":"https:\/\/www.milesweb.in\/hosting-faqs\/author\/pallavi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/9347","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=9347"}],"version-history":[{"count":1,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/9347\/revisions"}],"predecessor-version":[{"id":9352,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/9347\/revisions\/9352"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=9347"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=9347"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=9347"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}