how do i enable mysql for remote access?

jt2377

Verified User
Joined
Dec 26, 2005
Messages
55
i need to allow mysql remote access for a customer using Navicat.

my server is FreeBSD 5.4

thank for the help.
 
Hi,

Go to the database you want access to. Fill in the IP address or hostname of the computer that must get access to the database and click "Add Host"

Regards,
Onno Vrijburg
 
need some help

Hello from Greece jt2377, i'm trying too ,to connect via navicat to my remote db (linux server),
can you tell me how you done this?
Thanks in advance
 
In Navicat use tunneling

ip:22(via SSH)

On the connectscreen:

127.0.0.1 or localhost
name
password
port 3306

That's all

Jan Rozema
 
Back
Top