I'm using a MySQL and PHP4 setup that was done for me by the websites
owner. I am able to run MySQL through telneting in through SSH, but I
can't seem to run any MySQL through the website. Mysql_connect() seems
to just hang up the browser till it times out. It doesn't give me
password or user incorrect errors, it just times out on a blank page.
Once I take the mysql_connect() off the page, the page loads up but of
course I can't do any MySQL since it can't connect. Here is the line I
am using:

$link_id = mysql_connect($dbhost, $dbusername, $dbuserpassword);
// where the $dbhost, $dbusername, $dbuserpassword are preset

I was wondering if this could be do to privileges or what. Is there a
way I could check privileges of my user name and password? Or is there
anything else I should check out to see why it is doing this behavior?
Thanks ahead of time!

-Chris



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to