If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > cant connect to mysql databases using php

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-01-04, 07:12
eran eran is offline
Registered User
 
Join Date: Aug 2004
Posts: 6
cant connect to mysql databases using php

i have php5 mysql4.0.2 and apache2.0.5 installed on my windows xp. mysql on its own works fine. php works with the apache server fine too. for some reaseon my php doesnt recognize any of the mysql functions.
when i run phpinfo there is no mysql info box there but there is a "sqlite" one. i tried installing everything from scratch but it just wont work.

any ideas??
Reply With Quote
  #2 (permalink)  
Old 08-01-04, 18:40
eran eran is offline
Registered User
 
Join Date: Aug 2004
Posts: 6
problem solved:
php 5.0.0 doesnt come with a built in support for mysql
installed php 4.3.8 and everything works fine.
Reply With Quote
  #3 (permalink)  
Old 08-02-04, 06:16
AGISB AGISB is offline
Registered User
 
Join Date: Mar 2004
Posts: 15
You should be aware if you use the buildin MySQL of PHP you don't get the support for the installed version of MySQL but the version that comes with PHP.
This might come with the disadavantage of limited functionality of an older version and problems if you rely on new functions of MySQL.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On