Buonasera a tutti,
prima di postare ho cercato nel forum e su Google, ma le soluzioni proposte non funzionano...
Sto cercando di installare WordPress sul mio spazio AV, ma non riesco ad accedere, attraverso il file wp-config.php, al database.
Ho acquistato e attivato un db di livello 3.
Dopodichè ho inserito i dati corretti nel file:
Codice PHP:
// ** Impostazioni MySQL ** //
define(’DB_NAME’, ‘my_mioaccount’); // The name of the database
define(’DB_USER’, ‘mioaccount’); // Your MySQL username
define(’DB_PASSWORD’, ‘******’); // …and password
define(’DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
L'errore segnalato è:
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 DB_HOST. 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?
Qualcuno ha incontrato lo stesso problema? ed è riuscito a risolverlo?
Posso accedere correttamente al database dal pannello di AV, ma non da web.
Aiutooo!
Grazie a tutti