Hi, I had to reinstall Cpmg 1.3.2 again.
How can a use the database that was created?
Thanks.
talentoi@hotmail.com
Setup the include/config.inc.php to contain the details of the old database.
you mean to set only this parts:
// Coppermine configuration file
// MySQL configuration
$CONFIG['dbserver'] = 'localhost'; // Your databaseserver
$CONFIG['dbuser'] = 'root'; // Your mysql username
$CONFIG['dbpass'] = ''; // Your mysql password
$CONFIG['dbname'] = 'coppermine'; // Your mysql database name
// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] = 'cpg132_';
that would bring me back all the details, like albums descriptions ect.
That's correct.