Hi
This is how I filled in the wp-config-sample.php file:
// ** MySQL beállĂtások - Ezeket a szolgálatódtól szerezheted be ** //
/** Adatbázisod neve */
define('DB_NAME', 'wordpress');
/** MySQL felhasználóneved */
define('DB_USER', 'root');
/** MySQL jelszĂł. */
define('DB_PASSWORD', '');
/** MySQL hoszneved */
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', '');
--------
After this I went to http://localhost, clicked on wp but got error mesage (http500). I have easyphp installed. Appache and mysql are running. I previously created a database called:wordpress.
What could be the problem? Please help.
Attila