Chapter 9 - Sharing and Transferring Files

  1. MySQL
  2. mysql_secure_installation
  3. CREATE USER 'samus'@'10.100.1.%' IDENTIFIED BY 'sr388';
  4. GRANT ALL ON MyAppDB.* TO 'william'@'192.168.1.%' IDENTIFIED BY 'mysecretpassword';
  5. mysqldump
  6. SELECT HOST, USER, PASSWORD FROM mysql.user;
  7. DROP DATABASE MyAppDB;

Get Mastering Ubuntu Server - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.