Prøv at tilføje database i phpmyadmin og ændre wp-config-sample.php
til wp-config.php
og angiv dit brugernavn, adgangskode og databasenavn...
synes godt om
/** The name of the database for WordPress */
define('DB_NAME', 'test');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', 'test');
/** MySQL hostname */
define('DB_HOST', 'localhost');
Reference word-press installation