|
Cara, verifique se o mysql está abilitado a receber conecções externas,
faz assim nmap -sT localhost e veja se a porta 3306 está sendo escutada, se naum .. veja dentro do arquivo /etc/mysql/my.cnf Encontre essa area e comente a opção #skip-networking # The skip-networking option will no longer be set via debconf menu. # You have to manually change it if you want networking i.e. the server # listening on port 3306. The default is "disable" - for security reasons. #skip-networking key_buffer = 16M max_allowed_packet = 16M thread_stack = 128K Reestarte o mysql e veja se a porta está aberta !! Alexandre Chaves wrote: saudações pessoALL, a situação: server1 - postfix + mysql server2 - apache + webmailpreciso fazer com q server2 se conecte ao mysql (server1) em determinada base de dados. localmente server1 faz a conexão com a base sem problemas. mas quando server2 tenta se conectar (com mesmo usuário e senha) dá "PERMISSION DENIED". em server1 (como root) entrei os seguintes comandos no mysql: grant all privileges on DB.* to usuá[EMAIL PROTECTED] identified by password 'senha'; flush privileges; mesmo assim continua "PERMISSION DENIED". any ideas? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] |
- mysql - conex�o remota Alexandre Chaves
- Re: mysql - conex�o remota Erick Tostes
- Re: mysql - conex�o remota Alexandre Chaves
- Re: mysql - conex�o remota Erick Tostes
- Re: mysql - conex�o remota Alexandre Chaves
- Re: mysql - conex�o remota J. A. Boyd
- Re: mysql - conex�o remota Alexandre Chaves
- Re: mysql - conex�o remota Miguel Filho
- Re: mysql - conex�o remota Alexandre Chaves

