Remoto Permitir conexão mysql | Comandos SSH

Entre no shh do seu server
OU se você estiver no PC Windows, então instale o software Putty e faça login no seu servidor principal
Pode Baixar o Putty Aqui - https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe


colar linha por linha na tela de comando  


mysql -u root -p
CREATE USER 'xcodeswhmcs'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'xcodeswhmcs'@'localhost';
GRANT ALL ON *.* to xcodeswhmcs@'XXX.XX.XX.X' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
quit

onde diz "password" coloque uma password ao seu gosto mais tome nota que será preciso e importante para o acesso do WHMCS Portal
onde tem isto 'XXX.XX.XX.X' substitua por o IP do WHMCS Portal (Exemplo xcodeswhmcs@'123.56.78.9' que foi instalado o Module

  • mysql, Comando SSH
  • 1040 Usuários acharam útil
Esta resposta lhe foi útil?