Jump to content

php/mysql connection problem/some php_mysql function don't work


Recommended Posts

Dear all

I 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 thanks

Cheers

Jan
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.