I was using mysqlCC
I used to get 7 databases showing up,
one of which was winestore
Now none show up although I know they still exist.
I get the error message:
[root@localhost:3306] ERROR 1045:
How can I get them to show up again?
Thisisi the config file:
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = 'winestore';
$dbuser = 'root';
$dbpasswd = '';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>