|
From: Henry C. <hen...@ya...> - 2001-04-27 14:01:49
|
Initially, I had it set to my mysql servers IP address, but now I've change=
d
it to "localhost", cause it is on my local machine hosting apache....and it
still doesn=B9t work....again I've got mysql to skip grant tables, so
permissions is not the issue...Help!!!
on 4/27/01 1:08 AM, Alex Black at en...@tu... wrote:
>> I'm using mysql..and meant to say that it connected to my mysql server b=
ut
>> 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 :
>>=20
>> function init_db(){
>> global $bc_global_db_arguments;
>> global $metabase_interfaces;
>> global $metabase_databases;
>>=20
>> if (RUN_MODE =3D=3D "dev") {
>> $bc_global_db_arguments =3D
>> array("Type"=3D>"mysql",
>> "Host"=3D>"mymysqlserver",
>=20
> and, here we have the DNS issue.
>=20
> 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 whic=
h
> case this setting should be "localhost"
>=20
> _alex
>=20
>=20
>> "User"=3D>"dba",
>> "Password"=3D>"dba",
>> "IncludePath"=3D>BASE."db/",
>> "Persistent"=3D>TRUE
>> );
>> }
>>=20
>=20
>=20
> --
> alex black, ceo
> en...@tu...
>=20
> the turing studio, inc.
> http://www.turingstudio.com
>=20
> vox+510.666.0074
> fax+510.666.0093
>=20
>=20
>=20
> _______________________________________________
> binarycloud-dev mailing list
> bin...@li...
> http://lists.sourceforge.net/lists/listinfo/binarycloud-dev
>=20
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|