On Wed, 10 Aug 2005 22:09:58 +0200 Matteo Confente <[EMAIL PROTECTED]> wrote:
> Leggendo /etc/mysql/my.conf ho trovato: > > # Instead of skip-networking the default is now to listen only on > # localhost which is more compatible and is not less secure. > bind-address = 127.0.0.1 > > Ho perciò provato a disattivare la terza riga (al solito ci ho messo il > cancelletto davanti) e quindi a riavviare mysql ma il client windows non > si connette ancora. ??? Come pensavo. Allora dai ifconfig e vedi l'ip assegnato all'interfaccia su cui vuoi mettere in ascolto mysql (xxx.yyy.zzz.boh). A quel punto in /etc/mysql/my.conf metti: bind-address = xxx.yyy.zzz.boh e riavvia mysql (/etc/init.d/mysql restart). A quel punto dovresti riuscire ad accederci dall'esterno. Ciao, Luc@ -- .''`. ** Debian GNU/Linux ** | Luca Bruno : :' : The Universal O.S. | luca.br(AT)uno.it `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Proud Debian GNU/Linux User

