Perdonatemi , perchè veramente non so un granchè; ma ho tentato di leggere ovunque , ma senza uscirne fuori.

Vorrei far funzionare WP, ma la vostra guida mi dice prima di installare un DB.
Ho seguito le istruzioni per creare il DB e come da istruzioni questo compare su PROGRAMMI (del mio PC) e MySql (pertanto sembra che installato lo sia).

Ora la Guida installa in 5 min WP mi dice di modificare il file WP-CONFING.PHP

La guida riporta queste stringhe:

codice:
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
ed il file WP-CONFIG.PHP ha queste stringhe.

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'database_name_here');

/** MySQL database username */
define('DB_USER', 'username_here');

/** MySQL database password */
define('DB_PASSWORD', 'password_here');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');

DOMANDA:
durante l'installazione del DB io sono sicuro di aver inserito una password, ma tutti questi dati dove li trovo invece ? e la password basta inserirla al posto delle parole 'password_here' ? e poi salvare con le modifiche il file WP-CONFING.PHP ?

PERDONATEMI DAVVERO LA GRANDE IGNORANZA..ma sognavo di fare my self un giornali per la nostra piccola squadra di rugby di bambini...ma sembra opera alquanto COMPLICATISSIMA.. o se per caso ci fossero altri sistemi più "da ignorantelli" !!