Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Find your debian-sys-maint password in /etc/mysql/debian.cnf.
  2.  
  3. Then login to mysql (mysql -u root) and execute
  4. GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY '<password>' WITH GRANT OPTION;
  5. Replace <password> with your debian-sys-maint password.
Add Comment
Please, Sign In to add comment