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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.