Config.php - Wp

If you see the "Error establishing a database connection" screen, 90% of the time the issue lies within one of these four lines.

💡 Generate new salts instantly at: https://api.wordpress.org/secret-key/1.1/salt/ wp config.php

: WordPress does not come with this file by default. It is created during the installation process. If you see the "Error establishing a database

define( 'WP_ALLOW_REPAIR', true );

/** MySQL database username */ define( 'DB_USER', 'username_here' ); wp config.php