MySQL: 4.1.20 DB from external servers. Why ?
am 13.11.2007 18:56:53 von PseudonymeHi,
No multi-post because we read that it was not pleasant, and lead to a
waste of time.
****
Question : Do you know how to access a MYSQL DB from an external
server.
MYSQL
We Created a user on SERVER1
Name : bobbob
Data Privilege : SELECT
INSERT
UPDATE
DELETE
FILE
Information related to connections
Server : % (all servers)
FLUSH PRIVILEGES ;
Then, on SERVER2 :
$host = "207.36.16.15";
$user = "bobbob";
$pass = "bobbob";
$bdd = "adv_database";
?>
And HTML says : cannot connect to DB.
We tried tons of things.
We many thanks for any potential help.
My Regards
Noman Robert Cougloff