local wordpress multisite not working on AWS development server “error establishing database connection”

there are several reasons why you can get this type of error, invalid credentials: this you said you have checked, so likely not the reason. corrupt WP files: when moving server, it is possible that the files copied (zip archived) were somewhat corrupted. this would cause can such an error. corrupted DB: again, the DB … Read more

Need help re-connecting local WP-config file to local database

Once I wrote a tutorial on what to do when you delete the wp-config.php file, the article was in Bengali (bn_BD): ওয়ার্ডপ্রেসের wp-config.php মুছে ফেললে করণীয় (Web Archive) You can use Google Translate to get the gist of the article. Summary Copy the wp-config-sample.php, paste and rename the file into wp-config.php Find out the database … Read more