MySQL Forums
Forum List  »  PHP

Problem connecting to the mysql database on mac
Posted by: Jaideep Asher
Date: February 03, 2006 07:23AM

Hi

I have MySql running on the mac and have included the database with the user in php myadmin and it shows without any errors. But I cannot view the php page in the browser on the mac.

My connection.php file is as under

$host="localhost";
$uname="jaydeep";
$pass="sunbeam";
$database="fitness";
$v=1;

please do help

jaideep



Edited 1 time(s). Last edit at 02/03/2006 07:24AM by Jaideep Asher.

Options: ReplyQuote


Subject
Written By
Posted
Problem connecting to the mysql database on mac
February 03, 2006 07:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.