From: Henry C. <hen...@ya...> - 2001-04-27 03:34:45
|
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", "User"=>"dba", "Password"=>"dba", "IncludePath"=>BASE."db/", "Persistent"=>TRUE ); } on 4/26/01 11:11 PM, Alex Black at en...@tu... wrote: >> Actually, the binarycloud launches but when I get to the link >> "create_db.schema" and click it, it pauses for a few seconds, as if its >> trying to connect to my mysql dbase, then it gives me the aforemw=entioned >> error..."Page cannot be displayed" Cannot find server or dns error"..Ive >> even skipped grant tables in my dbase to allow all connections...but >> nothing...In mysqladmin, I can see that there is a connection made to my >> dbase but I get this error..what the!? >> > > That's interesting... > > what database, can you send me the configuration array from > bc_global_db.inc, and have you checked to see if the database exists. > (though that shouldn't cause the problem, metabase returns saying " that > exists ") > > hrm.. > > _a > > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |