Translations:Amarok/Manual/Organization/Collection/ExternalDatabase/17/pt-br: Difference between revisions

From KDE UserBase Wiki
(Created page with "Por padrão, o servidor só poderá ser acessado pela máquina local. Para alterar isto é necessário editar o arquivo <tt>/etc/mysql/my.cnf</tt> e ajustar o endereço próximo ...")
(No difference)

Revision as of 02:20, 28 June 2012

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Amarok/Manual/Organization/Collection/ExternalDatabase)
By default the server can only be accessed by the local host. To change this you need to edit the file <tt>/etc/mysql/my.cnf</tt> and adjust the address near ''bind-address'' to the one your server listens on the network. '''0.0.0.0''' listens on all interfaces. After that you need to restart the server using
{{Input|1=sudo service mysql restart}}

Por padrão, o servidor só poderá ser acessado pela máquina local. Para alterar isto é necessário editar o arquivo /etc/mysql/my.cnf e ajustar o endereço próximo de bind-address para o endereço onde o seu servidor atende as solicitações da rede. O 0.0.0.0 atende em todas as interfaces. depois disso, você precisa reiniciar o servidor com

sudo service mysql restart