Google Answers Logo
View Question
 
Q: php & MySql computer programming language problem ( No Answer,   0 Comments )
Question  
Subject: php & MySql computer programming language problem
Category: Computers > Programming
Asked by: happywoodpecker-ga
List Price: $10.00
Posted: 02 Feb 2006 21:36 PST
Expires: 02 Feb 2006 22:03 PST
Question ID: 440796
I am having a problem using mysql_connect function on yahoo web server
using phpMyAdmin.  If I connect to my database on server using
$host='mysql', I can connect to database.  If I use '62.200.312.42'
(which is my ip address, obtained by visiting site www.whatismyip.com,
I can not get connected to database.   phpMyAdmin version is
2.6.3-pl1.   Here is my code,

  $host   = '62.200.312.42';  
  $user='chowmen';
  $password='noodle';
   $link = mysql_connect("$host", $user,$password);

Question:  How can I use my computer ip address to get connected to database?
How can I assign a list of ip addresses that can be connected to database?
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy