CREATE USER 'samus'@'10.100.1.%' IDENTIFIED BY 'sr388';
GRANT ALL ON MyAppDB.* TO 'william'@'192.168.1.%' IDENTIFIED BY 'mysecretpassword';
mysqldump
SELECT HOST, USER, PASSWORD FROM mysql.user;
DROP DATABASE MyAppDB;
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.