tzan2833 Posted July 27, 2006 Share Posted July 27, 2006 Dear allI have installed apache 2, php 5, mysql server 5. Apache and php are working fine. When i am calling queries to mysql they fail.i.e.<?php$connect = mysql_connect("localhost", "root", "mysqlpass") or die ("check your server connection.");mysql_create_db("mytest") or die(mysql_error());?>when i do c:/show databases there is not a new database created.however when i make by intention the password wrong it returns the "check your server connection".For some reason some php functions for mysql don't seem to work. In which direction should i look??Many thanksCheersJan Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 27, 2006 Share Posted July 27, 2006 If you ahve PHP5 then you'll need to enable the mysql extension. Please [url=http://www.phpfreaks.com/forums/index.php/topic,95378.0.html]read this[/url] thread. Quote Link to comment 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.