sarahana schrieb am Freitag, 3. August 2001, 03:07:31:
> If mysql is shown when runnnig phpinfo() - does it mean that its installed,
> and if yes, why this error?
this only shows that php is compiled with mysql support.
> thanks, what needs to ben done?
I assume you work under win.
You need t
I've had this happen (" Can't connect to local MySQL server") at the
command line when I forgot to specify a host, so mysql assumes localhost.
Check your host argument.
On Thu, 2 Aug 2001, sarahana wrote:
> If mysql is shown when runnnig phpinfo() - does it mean that its installed,
> and if yes