Ondersteuning » Algemeen WordPress » foutmelding help aub

  • Error establishing a database connection
    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    Are you sure you have the correct username and password?
    Are you sure that you have typed the correct hostname?
    Are you sure that the database server is running?
    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

    Ik weet niet wat ik fout doe/…

2 reacties aan het bekijken - 1 tot 2 (van in totaal 2)
  • Je moet een dbase aanmaken op je server en de gegevens daarvan in wp-config.php zetten, dan zou die het moeten doen. En het gaat dan vooral om de volgende 3 regels:

    define(‘DB_NAME’, ‘putyourdbnamehere’); // The name of the database
    define(‘DB_USER’, ‘usernamehere’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘yourpasswordhere’); // …and password

    Succes!

    Ter aanvulling op Krat: Even kontakt opnemen met je host om die database aan te maken.

2 reacties aan het bekijken - 1 tot 2 (van in totaal 2)
  • Het onderwerp ‘foutmelding help aub’ is gesloten voor nieuwe reacties.