mysql V 3.23.56

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
rashpal
Forum Newbie
Posts: 7
Joined: Tue Apr 15, 2003 7:22 am

mysql V 3.23.56

Post by rashpal »

Is anyone experiencing problems with mysql v 3.23.56??

more specifically with built-in functions?? mysql_connect

Regards,

Rashpal
User avatar
cactus
Forum Regular
Posts: 343
Joined: Tue Jun 10, 2003 4:16 am
Location: UK

Post 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,
rashpal
Forum Newbie
Posts: 7
Joined: Tue Apr 15, 2003 7:22 am

mysql V 3.23.56

Post 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
User avatar
cactus
Forum Regular
Posts: 343
Joined: Tue Jun 10, 2003 4:16 am
Location: UK

Post 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,
Post Reply