I'm getting this error when I access my gallery.
MySQL said: Access denied for user 'jesseuk_copp1'@'localhost' (using password: YES)
I've read that you should edit something in config.inc.php but I don't have that anywhere in my folder where all the gallery files are listed. I only have config.php.
config.inc.php is in the include folder.
Thanks.
This is what I have:
<?php
define ( 'SILLY_SAFE_MODE' , 1 ) ;
$CONFIG['dbserver'] = 'localhost' ;
$CONFIG['dbuser'] = 'jesseuk_copp1';
$CONFIG['dbpass'] = '' ;
$CONFIG['dbname'] = 'jesseuk_copp1' ;
$CONFIG['TABLE_PREFIX'] = 'cpg_' ;
?>
there was something written in the dbpass bit but I deleted it. It wasn't my password that I use.