| Re: mysql and remote access... -
06-04-2007, 07:53 AM
"Rob" <EMAIL REMOVED> ha scritto nel messaggio
news:EMAIL REMOVED ups.com...
> Hi all,
> newbier in mysql...
> I have mysql-server-5.0 on debian/testing on a server at home,
> and cannot connect to it from the internet.
>
> I did enable port forwarding and firewal traffic for tcp 3306
> (this is the port specified in /etc/mysql/my.conf).
>
> Situation:
>
> - I CAN connect from localhost with "mysql -u root -p"
> - I CANNOT connect from the internet and mysql-admin
> ( I get:
> >Could not connect to host 'xxx.xxx.xxx.xxx'.
> >MySQL Error Nr. 2003
> >Can't connect to MySQL server on 'xxx.xxx.xxx.xxx' (111)
> )
> - from localhost I CAN get a response from:
> telnet localhost 3306
> - from the internet I CANNOT get a response from:
> telnet xxx.xxx.xxx.xxx 3306 ( I get connection refused)
>
>
> Any idea ?
>
> Thenks
> Roberto
>
.... sorry for my english
it is possible because the security previews this rule,
now you have to put 1 new customer with appropriate rights appropriate,
and new possibility for login remote access.
you see the handbook.
bye. |