Posted by J.O. Aho on 11/13/07 18:26
Pseudonyme wrote:
> Hi,
> 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.
1. The mysql-server machine must have open ports for the incomming connection
(default 3306)
2. There must be a mysql-user who has the privileged to connect from the
remote server.
Both must have been done, or else all connections will be failing.
--
//Aho
[Back to original message]
|