Page 1 of 1
mysql V 3.23.56
Posted: Tue Jul 22, 2003 3:22 am
by rashpal
Is anyone experiencing problems with mysql v 3.23.56??
more specifically with built-in functions?? mysql_connect
Regards,
Rashpal
Posted: Tue Jul 22, 2003 8:13 am
by cactus
Firstly, please don't double post:
Ref :
viewtopic.php?t=10997
Secondly, this error happens when you havn't complied mySQL support into PHP. (--with-mysql=/path/). Can you confirm that you have built PHP with mySQL support ?
What does
phpinfo() say ?
Regards,
mysql V 3.23.56
Posted: Tue Jul 22, 2003 8:58 am
by rashpal
arrhh......
I have looked at the phpinfo file and no...there is'nt no support for msql
How do I enable this service?
Thanks
Rashpal
Posted: Tue Jul 22, 2003 9:31 am
by cactus
Dependant on your platform, if your running a flavour of unix you will need to do this as part of your "configure" string (--with-mysql=[path]). If your on a Win32 platform its a simple as uncommenting a line in the php.ini.
See :
http://uk.php.net/mysql
Regards,