Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. sudo mysql
  2. use mysql;
  3. CREATE USER 'phpmyadmin'@'localhost' IDENTIFIED BY 'supersecretpassword';
  4. GRANT ALL PRIVILEGES ON *.* TO 'phpmyadmin'@'localhost' WITH GRANT OPTION;
  5. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement