hey there guys,
I created an account and i tried installing wordpress and i encountered a small problem..
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?
My wp-config.php looks like this:
// ** MySQL settings ** //
define('DB_NAME', 'romaniasummercamp_event'); // The name of the database
define('DB_USER', 'romaniasummercamp_s'); // Your MySQL username
define('DB_PASSWORD', 'xxxx'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
Any help if appreciated,
thank you Sebys