I’ve checked it more than four times. I do not know what to do.
Do I simply need to log on via a remote session and use the mysql command?
EDIT: Here’s my information…
My database is banana.db and my user name wpuser.
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('WP_CACHE', true);
define('DB_NAME', 'banana');
/** MySQL database username */
define('DB_USER', 'wpuser');
/** MySQL database password */
define('DB_PASSWORD', '**************');
/** MySQL hostname */
define('DB_HOST', 'banana.db');