| Autore | Messaggio |
|
|||||
| |||||
Problema con WordPressPremetto che io non mi intendo assolutamente di programmazione in php e che so giusto le basi di database MySql Ho scaricato WordPress e quando apro la cartella nel browser mi dice di creare il file wp-config.php Mentre io nel pacchetto base ho wp-config-sample.php Io ho aperto " wp-config-sample.php " ho inserito i dati dei database e tutto quello che serviva poi l'ho rinominato in "wp-config.php" ho caricato tutto nuovamente ho messo a tutti i file e a tutte le cartelle CHMOD 777 Per? mi da questo errore: Codice: define('DB_NAME', 'wp'); // The name of the database define('DB_USER', 'wp'); // Your MySQL username define('DB_PASSWORD', '2346619'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
|