_fast_
23-08-2008, 09:39
Ciao!
vorrei usare Wordpress e quindi ho installato MySql, Apache e Php.
Il problema è che su wp-config di Wordpress non so come riempire questi campi:
/ ** MySQL settings ** //
define('DB_NAME', 'putyourdbnamehere'); // The name of the database
define('DB_USER', 'usernamehere'); // Your MySQL username
define('DB_PASSWORD', 'yourpasswordhere'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
// Change SECRET_KEY to a unique phrase. You won't have to remember it later,
// so make it long and complicated. You can visit https://www.grc.com/passwords.htm
// to get a phrase generated for you, or just make something up.
define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
esattamente cosa devo scrivere?
se non mi ricordo username e password di MySql lo disinstallo e reinstallo?
grazie
vorrei usare Wordpress e quindi ho installato MySql, Apache e Php.
Il problema è che su wp-config di Wordpress non so come riempire questi campi:
/ ** MySQL settings ** //
define('DB_NAME', 'putyourdbnamehere'); // The name of the database
define('DB_USER', 'usernamehere'); // Your MySQL username
define('DB_PASSWORD', 'yourpasswordhere'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
// Change SECRET_KEY to a unique phrase. You won't have to remember it later,
// so make it long and complicated. You can visit https://www.grc.com/passwords.htm
// to get a phrase generated for you, or just make something up.
define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
esattamente cosa devo scrivere?
se non mi ricordo username e password di MySql lo disinstallo e reinstallo?
grazie