News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.