Is anyone experiencing problems with mysql v 3.23.56??
more specifically with built-in functions?? mysql_connect
Regards,
Rashpal
mysql V 3.23.56
Moderator: General Moderators
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,
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
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
I have looked at the phpinfo file and no...there is'nt no support for msql
How do I enable this service?
Thanks
Rashpal
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,
See :
http://uk.php.net/mysql
Regards,