Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # Install Nginx, PHP7, PHPMYADMIN ON UBUNTU 14.04
  2. # Install Nginx Step 6
  3.  
  4. [MariaDB Secure installation]
  5. $ sudo mysql_secure_installation
  6.  
  7. Enter current password for root (enter for none): Enter Your Current Password
  8. OK, successfully used password, moving on...
  9.  
  10. Set root password? [Y/n] n
  11. ... skipping.
  12.  
  13. Remove anonymous users? [Y/n] y
  14. ... Success!
  15.  
  16. Disallow root login remotely? [Y/n] y
  17. ... Success!
  18.  
  19. Remove test database and access to it? [Y/n] y
  20. - Dropping test database...
  21. ... Success!
  22. - Removing privileges on test database...
  23. ... Success!
  24.  
  25. Reload privilege tables now? [Y/n] y
  26. ... Success!
  27.  
  28. Cleaning up...
  29.  
  30. All done! If you've completed all of the above steps, your MariaDB
  31. installation should now be secure.
  32.  
  33. Thanks for using MariaDB!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement