How do others Connexct to ur DB using navicat

07/04/2009 19:24 catface2345#1
hello , all i forogot how others access your DB using Navicat, any guides or info, ill apprrciate it thanks
07/05/2009 00:19 hio77#2
open port 3306 and make them an account in navicat
07/05/2009 01:24 catface2345#3
could u explain a bit more Hio
07/05/2009 02:15 hio77#4
Quote:
Originally Posted by catface2345 View Post
could u explain a bit more Hio
which part the forwarding or adding an account?
07/06/2009 04:21 Ar*#5
Open the port in which you are connecting yourself and the other to and make them an account, i think the password has to be a certain length, once you do its just like signing into a server it only requires a username and password and it will automatically pull up the database files
07/06/2009 05:26 catface2345#6
do you know what i should puit for host, and ive done it before just haventbeen in EO dev for a couple months and forgot :Z heehc
07/06/2009 06:01 Romur#7
Host would be their IP address.
07/06/2009 09:47 hio77#8
if they are on dynamic ips then you could look up their ip host name and set it as %.etc

like this

My ip : 118.93.**.***

My Ip Hostname : 118-93-**-***.dsl.dyn.ihug.co.nz

remove the ip part and replace with a %

Code:
%.dsl.dyn.ihug.co.nz
that would be for my ips and ip pool ....

you can use this site to look that up

[Only registered and activated users can see links. Click Here To Register...]


or else take the easy way and set it as % which will allow it from any ip but be very careful with doing this ....