spamoom Posted May 6, 2007 Share Posted May 6, 2007 I've installed php 5 and it works fine... I then downloaded mysql 5 and the obdc driver, installed them and added the data sources which connects as it should. Problem is that mysql is not appearing in the php_info() but obdc is. It is enabled in the php.ini file. Any Ideas?? Quote Link to comment https://forums.phpfreaks.com/topic/50219-mysql-not-working/ Share on other sites More sharing options...
wildteen88 Posted May 8, 2007 Share Posted May 8, 2007 Mysql will only be listed if you enabled the mysql extension. As you are using ODBC I don;t think you need to enabled the mysql extension. The mysql extension has it own function set which allow you to easily work with mysql server by the mysql_* functions. Such as mysql_connect to connect to a mysql server, mysql_query to run an SQL query etc. Quote Link to comment https://forums.phpfreaks.com/topic/50219-mysql-not-working/#findComment-248286 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.