|
Posted by Michael Beecken on March 28, 2006, 5:41 am
If you were Registered and logged in, you could reply and use other advanced thread options Adam KOSA wrote:
> On Tue, 28 Mar 2006, Michael Beecken wrote:
>
> : If I try to access the database through VPN I canīt connect.
> :
> : Does anyone know why?
> :
>
> perhaps you should attach the mysql error message. try looking in the
> mysql tablespace, and check that you user is also allowed from the vpn ip
> address.
>
> Not knowning the mysql error, i don't consider this to be a vpn problem.
>
> Best Regards
> Adam
Hi Adam,
thanks for your help.
my VPN adress is 192.168.13.1
the error is:
ERROR 2003 (HY000); Canīt connect to MySQL server on '192.168.13.1' (10060)
The user I use has permission to access from everywhere (%) and is only
once in the userlist.
When Iīm working on the server I can access the DB through 192.168.13.1
as I told VPN works but from my home computer
"C:\Programme\MySQL\MySQL Server 4.1\bin\mysql.exe" -h 192.168.13.1 -u
michaelbeecken -p
does not work. As well I tried other users, that are in the userlist.
Strange isnīt it?
Thanks again
|