error establishing database connection (WAMP + filezilla)
If everything is normal ( i.e., web server is working, ) you should care for only following things when creating new wordpress site. define(‘DB_NAME’, ‘db_name’); /** MySQL database username */ define(‘DB_USER’, ‘user_name’); /** MySQL database password */ define(‘DB_PASSWORD’, ‘db_password’); /** MySQL hostname */ define(‘DB_HOST’, ‘localhost’); db_name : name of the database that will hold your … Read more