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.
– Valdeir Psr
https://answall.com/questions/70151
– NoobSaibot
To yes friend, I tried with the password, and I remember it set yesterday at the installation
– Weslei
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?
– Cleber Griff
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)
– Weslei
oooooooooooooooooooooooooooou
– Weslei