mysql error: ERROR 1045 (28000): Access denied for user 'Weslei'@'localhost' (using password: NO)

Asked

Viewed 1,111 times

0

Guys, first of all I’ve reviewed all the topics about it here and the error in question remains. I have tested several solutions presented here and indexed in google but will not, because everything I try results in "ERROR 1045 (28000): Access denied for user 'Weslei'@'localhost' (using password: NO)", the connection will not go. I uninstalled mysql, reinstalled and am with version 8.0.11 for Linux on i686 (Mysql Community Server - GPL)

  • You - probably - are not passing the password, even though it is mandatory.

  • https://answall.com/questions/70151

  • To yes friend, I tried with the password, and I remember it set yesterday at the installation

  • When "using password: NO" appears, it is usually an indicator that you are not passing the password. Are you accessing by command line? In that case, you put -p on the call?

  • Had already tried with password and gave zebra. look: weslei@safadao:~$ sudo mysql -u root -p [sudo] password for Weslei: Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

  • oooooooooooooooooooooooooooou

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.