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.
> > 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
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