antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
AnecyAN

Erro freebsd

Question

Boas pessoal alguem me ajuda meu freebsd esta a dar este erro.
 

 failed, retrying in 5 secondsmysql_real_connect: Access denied for user 'tyler'@'localhost' (using password: YES)
   failed, retrying in 5 secondsmysql_real_connect: Access denied for user 'tyler'@'localhost' (using password: YES)
   failed, retrying in 5 secondsmysql_real_connect: Access denied for user 'tyler'@'localhost' (using password: YES)
   failed, retrying in 5 secondsmysql_real_connect: Access denied for user 'tyler'@'localhost' (using password: YES)
   failed, retrying in 5 secondsmysql_real_connect: Access denied for user 'tyler'@'localhost' (using password: YES)
 

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

Sacas-te umas files e as metes-te dentro do freebsd e não sabes os dados?

Se é isso.

 

mysql -p      (Password que defeniste quando fizes-te a instalação do mysql) 
GRANT ALL PRIVILEGES ON *.* TO 'Novo_MT2_UTILIZADOR_CONFIG'@'localhost' IDENTIFIED BY 'PASSWORD_DO_NOVO_UTILIZADOR_CONFIG' WITH GRANT OPTION;
flush privileges;
quit
service mysql-server restart

Ir ao config de cada canal/core alterar o utilizador já lá existente por este novo que crias-te.

 

Caso não seja esse o teu problema, explica-te melhor.

Share this post


Link to post
Share on other sites
antiblock
Elveron

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now