How to Fix wp-config.php Errors in WordPress

हेल्लो दोस्तों, मै हु श्याम और आज हम बात करेंगे WordPress के एक ऐसे error के बारे में, जो हर एक वर्डप्रेस डेवलपर को कभी ना कभी फेस करना ही पड़ता है। चलिये जानते हैं कि इसे हम कैसे सॉल्व करेंगे।

Possible Errors

  • There doesn't seem to be a wp-config.php file. I need this before we can get started.
  • Unable to write to the wp-config.php file.
  • wp-config.php missing.
  • wp-config.php location on Ubuntu or Cpanel.

इतने में से कोई भी error आपको देखने को मिल सकता है। तो चलिए जानते हैं कि इस error को कैसे solve करेंगे।

इनमें से कुछ कॉमन errors को सॉल्व करने के लिए आप इस वीडियो को देखें और स्टेप्स को फॉलो करें। अधिकतर problems सॉल्व हो जाएंगी।

Manually Create a wp-config.php File

Step 1

सबसे पहले आप WordPress की root directory में जाएं, जहां आपको wp-config-sample नाम की file मिलेगी।

Step 2

इस file का duplicate बनाएं और उसे wp-config.php नाम से rename कर दें।

Step 3

अब इस file को किसी text editor में open करें। नीचे दिए गए details का उपयोग करके आप wp-config.php file को customize कर सकते हैं:

ध्यान दें कि निम्नलिखित settings को आप अपने hosting provider से प्राप्त जानकारी के अनुसार अपडेट करें:

// ** MySQL settings - You can get this info from your web host **
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );

Step 4

अब अपने database का नाम, username और password को wp-config.php file में सही जगह पर replace करें। यह details आपको hosting account में मिल जाएंगी।

आपकी file कुछ इस प्रकार दिखेगी:

wp-config example

Note

यह पोस्ट आपको कैसा लगा? Comment करके जरूर बताएं। अगर आपका error solve हो जाए, तो मेरे YouTube channel को subscribe करना न भूलें। Subscribe to My Channel

Support करने के लिए ads पर क्लिक करें।