Dunque, questi sono i settaggi MySql della cartella di config di w.press
// ** MySQL settings ** //
define('DB_NAME', ''); // The name of the database
define('DB_USER', ''); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
define('DB_HOST', ''); // 99% chance you won't need to change this value
Questo è quello che inserisco io
define('DB_NAME', 'lykaios'); // The name of the database
define('DB_USER', 'my_lykaios'); // Your MySQL username
define('DB_PASSWORD', 'lamiapassword'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
Ho provato così e tutte le altre possibilità ma quando dgt:
http://www.lykaios.altervista.org./wp-admin/install.php
Ossia il link che dovrebbe condurmi all'installazione esce sempre la pagina d'errore di w.press:
Error establishing a database connection! This probably means that the connection information in your wp-config.php file is incorrect. Double check it and try again.
Are you sure you have the correct user/password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
Sicuramente sbaglio io, ma dove? Qualcuno che già usa wordpress su questa piattaforma mi sa dire dove?
tnx