Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. pi@raspberrypi:~$ mysql -uroot -p
  2. Enter password: [password given]
  3. ERROR 1698 (28000): Access denied for user 'root'@'localhost'
  4. 1
  5.  
  6. pi@raspberrypi:~$ sudo !!
  7. sudo mysql -uroot -p
  8. Enter password: [same password as above]
  9. Welcome to the MariaDB monitor. Commands end with ; or g.
  10. Your MariaDB connection id is 8
  11. Server version: 10.1.38-MariaDB-0+deb9u1 Raspbian 9.0
  12. [...]
  13.  
  14. sudo apt install mariadb-server mariadb-client
  15.  
  16. sudo mysql_secure_installation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement