Thanks for the quick response!
<?php
define('DB_NAME', 'wordpress');
define('DB_USER', 'wordpress');
define('DB_PASSWORD', '<password>');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
define('AUTH_KEY', 'a');
define('SECURE_AUTH_KEY', 'a');
define('LOGGED_IN_KEY', 'a');
define('NONCE_KEY', 'a');
$table_prefix = 'wp_';
define ('WPLANG', '');
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
require_once(ABSPATH . 'wp-settings.php');
?>
Here’s a screenshot of MySQL console:
https://i34.tinypic.com/6gixdy.jpg
That’s what the file looks like.. I can login to MySQL console perfectly with that. I really want to try this blog!