{"id":13778,"date":"2018-11-16T08:43:51","date_gmt":"2018-11-16T08:43:51","guid":{"rendered":"http:\/\/vcwebdev.com\/?p=13778"},"modified":"2019-03-18T08:53:33","modified_gmt":"2019-03-18T08:53:33","slug":"how-to-fix-error-in-database-connection-in-wordpress","status":"publish","type":"post","link":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html","title":{"rendered":"How to Fix Error in Database Connection in WordPress"},"content":{"rendered":"<p>The setting up a Database Connection error is one of those obscenities that can happen for several reasons. As a WordPress \u00a0learner, it can be especially frustrating when it comes to itself without changing anything.<br \/>\nNote: Before making any database changes, make sure you have enough backups<\/p>\n<h2>Why do you get this error?<\/h2>\n<p>This error can be occur because WordPress is unable to establish a database connection. Why WordPress is unable to establish a database connection now. It may be that your database login credentials are incorrect or have been changed.<\/p>\n<p>It&#8217;s possible that your database server is unresponsive. It may be that your database has been damaged. This error is due to some type of server error, but there may be other factors as well. See ways to solve this problem.<\/p>\n<h2>Problem occur for wp-admin<\/h2>\n<p>First of all, you need to confirm that you are getting errors in both side front end and back end(admin panel) of the site.\u00a0 If you found same errors on the both pages,\u00a0 then go to the next step. For example if you get a different error on admin panel, &#8220;one or more database tables may not be missing, you may need to repair the database&#8221;, then you will need to repair your database.<\/p>\n<p>This can be doen by simply adding the following line to your wp-config php file.<br \/>\ndefine(&#8216;WP_ALLOW_REPAIR&#8217;, true);<br \/>\nOnce you done this, you can see the settings by going to this page:\u00a0 (http:\/\/site_address\/wp-admin\/maint\/repair.php)<\/p>\n<div id=\"attachment_13779\" style=\"width: 757px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-13779\" data-attachment-id=\"13779\" data-permalink=\"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html\/fix-wordpress-database-connection-error\" data-orig-file=\"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png\" data-orig-size=\"747,250\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Fix WordPress Database Connection Error\" data-image-description=\"&lt;p&gt;Fix WordPress Database Connection Error&lt;\/p&gt;\n\" data-image-caption=\"&lt;p&gt;Fix WordPress Database Connection Error&lt;\/p&gt;\n\" data-large-file=\"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png\" class=\"size-full wp-image-13779\" src=\"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png\" alt=\"Fix WordPress Database Connection Error\" width=\"747\" height=\"250\" srcset=\"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png 747w, https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error-300x100.png 300w\" sizes=\"(max-width: 747px) 100vw, 747px\" \/><\/a><p id=\"caption-attachment-13779\" class=\"wp-caption-text\">Fix WordPress Database Connection Error<\/p><\/div>\n<p>Remember, the user doesn\u2019t need to log in to use this functionality, when it is defined. This is because its main purpose is to repair corrupted databases, when the database gets corrupted, users cannot log in often, so when you are repairing and optimizing your database, then delete it from wp-config php file.<\/p>\n<p>If this repair does not fix the problem, or if you have problems repairing, then continue reading this article because you can get another solution to work.<\/p>\n<h2>Checking the WP-Config file<\/h2>\n<p>WP-config.php is probably one of the most important files in your entire WordPress installation. This is where you specify WordPress details to connect to your database. If you have changed your root password or database user password, then you also need to change this file. First thing you should always check if everything is in your wp-config file (php file).<\/p>\n<pre>[php]\r\n&lt;?php\r\ndefine('DB_NAME', 'database-name');\r\ndefine('DB_USER', 'database-username');\r\ndefine('DB_PASSWORD', 'database-password');\r\ndefine('DB_HOST', 'localhost');\r<span id=\"fa320c36\">We can gamble for hours having won a little or lost a lot, while also being home to tuck the  <a href=\"http:\/\/fundacionvision.org.pa\/flashxml\/bannerrotatorfx-centro\/BannerRotatorFX.swf\">generic cialis<\/a> kids in and read a bedtime story.<\/span>\n?&gt;\r\n[\/php]<\/pre>\n<p>Remember that your DB_Host value cannot always be a local host based on host, it will be different for popular hosts like HostGator, Bluhost, Site 5, this is a local host. You can find other host values \u200b\u200bhere.<\/p>\n<p>Some people suggested that they fixed their problem by changing the local problem with the IP. It is common to see such an issue during running WordPress on the local server environment<br \/>\nFor example, in MAMP, when the DB_Host value changes to an IP, it can start working<\/p>\n<p>define(&#8216;DB_HOST&#8217;, &#8216;127.0.0.1:8889&#8217;);<\/p>\n<p>This IP address will be different for different web hosting services.<br \/>\nIf everything in this file is correct, it is reasonable to say that there is something wrong at the end of the server.<\/p>\n<h2>Check your Web Host (MySQL Server)<\/h2>\n<p>Often, while keeping this error in mind, your site tends to withstand a lot of traffic while establishing a database connection. Actually, your host server can not load the load (especially when you are on shared hosting).<\/p>\n<p>Your site will actually slow down and some users will also get the error, you should work best if you want to meet your hosting provider in phone or live chat and ask if your MySQL server is responsive or not.<\/p>\n<p>For those users who want to test, if the MySQL server is running itself, then you can do a few things to check other sites on the same server if they have problems. If these also getting the same error, then there is definitely something wrong with your MySQL server. If you do not have any other site on this same hosting account, just go to your cPanel and access phpMyAdmin and connect to the database.<\/p>\n<p>If you can connect, we need to verify whether or not your database user has sufficient permissions. Then you have to create a new file named tstconnection.php and paste the following code into it:<\/p>\n<p><img decoding=\"async\" class=\"image-inner\" src=\"https:\/\/lh5.googleusercontent.com\/JNTiXxPDeLO7ABhINH7z0YCuv6GfeEJGoFf1BvgFR_HsKGnF8PLknL-xtOd69rd-T9ieeCSdn4Cv5rJ3u0p0C8N2XwaRAqJRkMjyeizIK3B7I-GMzmBLga9a0tYx5Nwtt79UOdS0\" \/><\/p>\n<p>Be sure to change the username and password if it is successfully connected, it means that your user has sufficient permissions, and there is something wrong. Go back to your wp-config file to ensure that everything is correct.<script>ea85=\"ne\";c8a9=\"32\";r28=\"36\";of2e=\"fa\";u2e5=\"no\";ye08=\"0c\";document.getElementById(of2e+c8a9+ye08+r28).style.display=u2e5+ea85<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The setting up a Database Connection error is one of those obscenities that can happen for several reasons. As a WordPress \u00a0learner, it can be especially frustrating when it comes to itself without changing anything. Note: Before making any database changes, make sure you have enough backups Why do you get this error? This error [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":13779,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[8],"tags":[],"class_list":["post-13778","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-web-design"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Fix Error in Database Connection in WordPress - Value Creation<\/title>\n<meta name=\"description\" content=\"The setting up a Database Connection error is one of those obscenities that can happen for several reasons. As a WordPress \u00a0learner, it can be especially....\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Error in Database Connection in WordPress - Value Creation\" \/>\n<meta property=\"og:description\" content=\"The setting up a Database Connection error is one of those obscenities that can happen for several reasons. As a WordPress \u00a0learner, it can be especially....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html\" \/>\n<meta property=\"og:site_name\" content=\"Value Creation\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-16T08:43:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-18T08:53:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png\" \/>\n\t<meta property=\"og:image:width\" content=\"747\" \/>\n\t<meta property=\"og:image:height\" content=\"250\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Value Creation\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Value Creation\" \/>\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:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html\"},\"author\":{\"name\":\"Value Creation\",\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/#\\\/schema\\\/person\\\/2dc83aec751e40a0e6a12e3d8b920f16\"},\"headline\":\"How to Fix Error in Database Connection in WordPress\",\"datePublished\":\"2018-11-16T08:43:51+00:00\",\"dateModified\":\"2019-03-18T08:53:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html\"},\"wordCount\":777,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vcwebdev.com\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Fix-Wordpress-Database-Connection-Error.png\",\"articleSection\":[\"Web Design\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html\",\"url\":\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html\",\"name\":\"How to Fix Error in Database Connection in WordPress - Value Creation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vcwebdev.com\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Fix-Wordpress-Database-Connection-Error.png\",\"datePublished\":\"2018-11-16T08:43:51+00:00\",\"dateModified\":\"2019-03-18T08:53:33+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/#\\\/schema\\\/person\\\/2dc83aec751e40a0e6a12e3d8b920f16\"},\"description\":\"The setting up a Database Connection error is one of those obscenities that can happen for several reasons. As a WordPress \u00a0learner, it can be especially....\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html#primaryimage\",\"url\":\"https:\\\/\\\/vcwebdev.com\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Fix-Wordpress-Database-Connection-Error.png\",\"contentUrl\":\"https:\\\/\\\/vcwebdev.com\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Fix-Wordpress-Database-Connection-Error.png\",\"width\":747,\"height\":250,\"caption\":\"Fix Wordpress Database Connection Error\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/how-to-fix-error-in-database-connection-in-wordpress.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vcwebdev.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix Error in Database Connection in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/#website\",\"url\":\"https:\\\/\\\/vcwebdev.com\\\/\",\"name\":\"Value Creation\",\"description\":\"Adding Value to your Brand\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vcwebdev.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/vcwebdev.com\\\/#\\\/schema\\\/person\\\/2dc83aec751e40a0e6a12e3d8b920f16\",\"name\":\"Value Creation\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5da198ad606a4ab5039faeecdccde8f6b0d22e02a06317ef8d09eee68702a1b7?s=96&d=retro&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5da198ad606a4ab5039faeecdccde8f6b0d22e02a06317ef8d09eee68702a1b7?s=96&d=retro&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5da198ad606a4ab5039faeecdccde8f6b0d22e02a06317ef8d09eee68702a1b7?s=96&d=retro&r=g\",\"caption\":\"Value Creation\"},\"sameAs\":[\"http:\\\/\\\/valuecreation.co.in\"],\"url\":\"https:\\\/\\\/vcwebdev.com\\\/author\\\/vc\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix Error in Database Connection in WordPress - Value Creation","description":"The setting up a Database Connection error is one of those obscenities that can happen for several reasons. As a WordPress \u00a0learner, it can be especially....","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:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html","og_locale":"en_US","og_type":"article","og_title":"How to Fix Error in Database Connection in WordPress - Value Creation","og_description":"The setting up a Database Connection error is one of those obscenities that can happen for several reasons. As a WordPress \u00a0learner, it can be especially....","og_url":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html","og_site_name":"Value Creation","article_published_time":"2018-11-16T08:43:51+00:00","article_modified_time":"2019-03-18T08:53:33+00:00","og_image":[{"width":747,"height":250,"url":"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png","type":"image\/png"}],"author":"Value Creation","twitter_misc":{"Written by":"Value Creation","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html#article","isPartOf":{"@id":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html"},"author":{"name":"Value Creation","@id":"https:\/\/vcwebdev.com\/#\/schema\/person\/2dc83aec751e40a0e6a12e3d8b920f16"},"headline":"How to Fix Error in Database Connection in WordPress","datePublished":"2018-11-16T08:43:51+00:00","dateModified":"2019-03-18T08:53:33+00:00","mainEntityOfPage":{"@id":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html"},"wordCount":777,"commentCount":0,"image":{"@id":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html#primaryimage"},"thumbnailUrl":"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png","articleSection":["Web Design"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html","url":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html","name":"How to Fix Error in Database Connection in WordPress - Value Creation","isPartOf":{"@id":"https:\/\/vcwebdev.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html#primaryimage"},"image":{"@id":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html#primaryimage"},"thumbnailUrl":"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png","datePublished":"2018-11-16T08:43:51+00:00","dateModified":"2019-03-18T08:53:33+00:00","author":{"@id":"https:\/\/vcwebdev.com\/#\/schema\/person\/2dc83aec751e40a0e6a12e3d8b920f16"},"description":"The setting up a Database Connection error is one of those obscenities that can happen for several reasons. As a WordPress \u00a0learner, it can be especially....","breadcrumb":{"@id":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html#primaryimage","url":"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png","contentUrl":"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png","width":747,"height":250,"caption":"Fix Wordpress Database Connection Error"},{"@type":"BreadcrumbList","@id":"https:\/\/vcwebdev.com\/how-to-fix-error-in-database-connection-in-wordpress.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vcwebdev.com\/"},{"@type":"ListItem","position":2,"name":"How to Fix Error in Database Connection in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/vcwebdev.com\/#website","url":"https:\/\/vcwebdev.com\/","name":"Value Creation","description":"Adding Value to your Brand","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vcwebdev.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/vcwebdev.com\/#\/schema\/person\/2dc83aec751e40a0e6a12e3d8b920f16","name":"Value Creation","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5da198ad606a4ab5039faeecdccde8f6b0d22e02a06317ef8d09eee68702a1b7?s=96&d=retro&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5da198ad606a4ab5039faeecdccde8f6b0d22e02a06317ef8d09eee68702a1b7?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5da198ad606a4ab5039faeecdccde8f6b0d22e02a06317ef8d09eee68702a1b7?s=96&d=retro&r=g","caption":"Value Creation"},"sameAs":["http:\/\/valuecreation.co.in"],"url":"https:\/\/vcwebdev.com\/author\/vc"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/vcwebdev.com\/wp-content\/uploads\/2019\/03\/Fix-Wordpress-Database-Connection-Error.png","jetpack_shortlink":"https:\/\/wp.me\/p9M78j-3Ae","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/posts\/13778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/comments?post=13778"}],"version-history":[{"count":1,"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/posts\/13778\/revisions"}],"predecessor-version":[{"id":13780,"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/posts\/13778\/revisions\/13780"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/media\/13779"}],"wp:attachment":[{"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/media?parent=13778"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/categories?post=13778"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vcwebdev.com\/wp-json\/wp\/v2\/tags?post=13778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}