ERROR 1698 (28000): Access denied for user 'root'@'localhost'
>>> sudo mysql -u root -p
>>> USE mysql;
>>> UPDATE user SET plugin='mysql_native_password' WHERE User ='root';
>>> FLUSH PRIVILEGES;
>>> exit;
>>> service mysql restart;
$ sudo mysql -u root # I had to use "sudo" since is new installation
mysql> USE mysql;
mysql> UPDATE user SET plugin='mysql_native_password' WHERE User='root';
mysql> FLUSH PRIVILEGES;
mysql> exit;
$ service mysql restartsudo mysql -u root -p
Also in C++:
- gitigore rm cache
- laravel install ubuntu
- git find unmerged files
- how to install tor browser in ubuntu
- aws instance creation using terraform
- pip install
- node-sass: command not found
- bash how to append stdout to a file
- how to revert a git stash
- github make new branch
- generate guid in linux
- linux search for files larger than
- "GH001: Large files detected. You may want to try Git Large File Storage" error fix
- print environment variables linux
- what to install Tesseract 4.0
- [!] Android Studio (version 4.1.0) X Flutter plugin not installed; this adds Flutter specific functionality. X Dart plugin not installed; this adds Dart specific functionality.
- unix get time
- gcloud set project id
- powershell delete local user
- rtl8188eus linux driver on Ubuntu 18.04
- angular install firebase tools
- how to install flash
- awk print only range of lines
- The following exception is caused by a lack of memory and not having swap configured