From: Alex B. <en...@tu...> - 2001-04-27 05:08:06
|
> I'm using mysql..and meant to say that it connected to my mysql server but > to no particular dbase and the command in the process list of the server was > "sleep". Her is my configuration array from bc_global_inc : > > function init_db(){ > global $bc_global_db_arguments; > global $metabase_interfaces; > global $metabase_databases; > > if (RUN_MODE == "dev") { > $bc_global_db_arguments = > array("Type"=>"mysql", > "Host"=>"mymysqlserver", and, here we have the DNS issue. are you running this mysql server on your local machine, or on another machine? I'm guessing you're running mysql on your local machine, in which case this setting should be "localhost" _alex > "User"=>"dba", > "Password"=>"dba", > "IncludePath"=>BASE."db/", > "Persistent"=>TRUE > ); > } > -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |