I have installed php4 and mysql 3.23.29 all program are in and working.
I am now trying to connect to mysql through php. I have used phpMyAdmin to make my connection but for some reason it cannot find the msql server. I have tried all sorts of configs in the php.ini folder but I cant get them to connect to each other. Here is some info.
The server is running on localhost or(192.168.0.1) And mysql admin agrees with that. So what should I put on the php.ini mysql.defaul_host = ?? (I have tried http://localhost and http://192.168.0.1 and both without the http:// ?? but non seem to connect.
Any help would be nice Thankyou
Lee Smith