unable to write to wp-config.php file error solution in hindi || write to wp-config.php file manually || WordPress Installation in hindi


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

Click here for Generate wp-config.php

Possible Errors - 

There doesn't seem to be a wp-config.php file. I need this before we can get started.

Need more help? We got it.

You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.

Create a Configuration File.

wp-config.php file download

unable to write to the wp-config.php file.

wp-config.php example

edit wp-config.php without FTP

wp-config.php missing

wp-config.php location ubuntu

where to find wp-config.php in Cpanel

wp-config.php location bitnami

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

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





Manually create a wp-config.php file.

Step 1 -
             सबसे पहले आप wordpress की root directroy में जाये जहा आप को wp-config-sample नाम की फाइल देखने को मिलेगी .


Step 2 -
अब आप को इस file का एक duplicate बनाना है | और उसे wp-config.php से rename कर देना हैं|

Step 3 -
अब इस फाइल को अपने text Editor में open करे |
If You have this details you can Generate the vconfig file - Click here for Generate wp-config.php


अब आप को इन लाइन्स पे ध्यान देना है | 

// ** MySQL settings - You can get this info from your web host ** //

/** The name of the database for WordPress */

define( 'DB_NAME', 'database_name_here' );


/** MySQL database username */

define( 'DB_USER', 'username_here' );


/** MySQL database password */

define( 'DB_PASSWORD', 'password_here' );


/** MySQL hostname */

define( 'DB_HOST', 'localhost' );

Step 4 - 

अब आप को अपने databse का नाम और database  user name aur database password  जहा पर 

database_name_here लिखा है | वह पर replace कर देना है |

/** MySQL hostname */
जरुर change कर ले और ये सारे detail आप को आप  के होस्टिंग account में मिल जायेंगे कुछ इस रूप में |



बस आप को कॉपी paste कर लेना है | और अगर आप लोकल होस्ट पे हो तो कुछ detail सब में एक जैसे ही होते है | जैसे - db_name  = wordpress
                db_user_name = root
                db_password = 
            
Step 3 -
               अब फाइल को SAVE करे और अपने पेज तो refresh करे आप की साईट ओपन हों जाएगी |


Note - 

यह पोस्ट आप को कैसा लगा comment कर के जरुर बताये | अगर आप का error solve हो जाये तो मेरे youtube channel ko subscribe jarur kare. Channel Link
मुझे support करने के लिए ads पर क्लिक करे |





Post a Comment

1 Comments

  1. You can Generate wp-config.php without any coding knowledge -
    https://sknetking9.blogspot.com/2024/03/wp-config-php-file-Generator.html

    ReplyDelete