Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

[Dúvida] Problemas para Criar um banco de dados

PT-BR

Quando tento realizar a conexão com o banco me aparece a seguinte mensagem:

ERROR 1045 (28000): Access denied for user 'teste'@'IP' (using password: YES)

Após algumas pesquisas acabei trocando o comando para mysql -u root -p, aí já me aparece o erro:

ERROR 1698 (28000): Access denied for user 'root'@'localhost'

Alguem poderia por favor me ajudar ? Já pesquisei por horas, vi diversos videos e não achei a solução.

US-EU

When I try to connect to the database, the following message appears:

ERROR 1045 (28000): Access denied for user 'teste'@'IP' (using password: YES)

After some research I ended up changing the command to mysql -u root -p, then the error appears:

ERROR 1698 (28000): Access denied for user 'root'@'localhost'

Could someone please help me? I've searched for hours, watched several videos and I haven't found the solution.

1 resposta
solução!

PT-BR

Consegui solucionar o problema, troquei a senha do DB diretamente no azure e assim consegui conectar com sucesso.

US-EU

I managed to solve the problem, I changed the DB password directly in azure and so I was able to successfully connect.!

Iprint do problema resolvido