Re: MySQL, PHP and Yahoo webhosting

2006-05-16 Thread Keith Roberts
Hi. call this function, phpinfo(); in a *.php file. That should return alot of usesfull info. Make sure the mysql extension is being loaded. If so check the value of the following php config var: ; Default socket name for local MySQL connects. If empty, ; uses the built-in ; MySQL defaults.

RE: MySQL, PHP and Yahoo webhosting

2006-05-16 Thread Kristen G. Thorson
> > I'm fairly new to all this and duing everything step by step... > > > > I made my first (test) php site - and it works... then, i have this > > script > > where i'm supposed to find out if MySQL and PHP talk with each > > other. and > > there i get the answer > > "Error 2002: Can't connect to l

Re: MySQL, PHP and Yahoo webhosting

2006-05-16 Thread Edward Vermillion
What does your script look like? Code? Ed On May 13, 2006, at 5:46 PM, Steve wrote: I'm fairly new to all this and duing everything step by step... I made my first (test) php site - and it works... then, i have this script where i'm supposed to find out if MySQL and PHP talk with each oth