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 Link to comment https://forums.phpfreaks.com/topic/15802-phpmysql-connection-problemsome-php_mysql-function-dont-work/ 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. Link to comment https://forums.phpfreaks.com/topic/15802-phpmysql-connection-problemsome-php_mysql-function-dont-work/#findComment-64665 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.