Coppermine critical error: Unable to connect to database! Coppermine critical error: Unable to connect to database!
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Coppermine critical error: Unable to connect to database!

Started by BellaVitax, March 30, 2007, 04:44:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BellaVitax

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.

Tranz


BellaVitax

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.