This is the code in my wp-config.php file (database, user and password changed)
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'my_database');
/** MySQL database username */
define('DB_USER', 'my_user')...