Forum Replies Created

Viewing 1 replies (of 1 total)
  • I have the same problem with free.fr: I have the wordpress files on the server and the database is also there but I always get the “Error establishing a database connection”-message. I have

    // ** MySQL settings ** //
    define('DB_NAME', 'luedekem0815');    // The name of the database
    define('DB_USER', 'luedekem0815');     // Your MySQL username
    define('DB_PASSWORD', 'here_is_my_password'); // ...and password
    define('DB_HOST', 'sql.free.fr');    // 99% chance you won't need to change this value
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');

    as settings and don’t know what I am doing wrong. ??
    Thanks for any help in advance!
    Micha

Viewing 1 replies (of 1 total)