forum.coppermine-gallery.net
Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: aeolus on October 12, 2005, 06:10:06 am
-
Hi,
This my system (running in my own pc)::
# Apache Web Server Version 2.0.54
# PHP Script Language Version 5.0.4
# MySQL Database Version 4.1.12a
# phpMyAdmin Database Manager Version 2.6.2-pl1
and i had read the online menu >> http://coppermine.sourceforge.net/manual.php#integrating
and i am sure it be done >>
// database configuration
define('IB_DB_NAME', 'ipb20utf'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'i_know_the_name'); // The username to use to connect to the database
define('IB_DB_PASSWORD', 'xxxxxx'); // The password to use to connect to the database
// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/ipb20utf/');
//
and still has the wrong message>>
Coppermine critical error:
Unable to connect to Invision Board database !
MySQL said: Access denied for user 'root'@'localhost' (using password: NO)
the correct usename for my SQL database is not root, why is said >> root ?
why?
thanks! ;D
-
so sorry,,i put the bridge files into wrong directory
my problem is solved after more searching and reading... ;D
and this is a good post>>
http://forum.coppermine-gallery.net/index.php?topic=10554.0