zoombox pwd gen.

main
Robert 2 years ago
parent 3cb39ca65b
commit def5627d14
  1. 6
      protected/README.MD

@ -47,11 +47,15 @@ $ cd cms
$ sudo apt-get install mysql-server
$ sudo systemctl start mysql
$ sudo systemctl enable mysql
# Lets make a sercure password for use with MySQL root account.
$ openssl rand -base64 18
# The following script will prompt you to perform various security-related actions. Follow the prompts to set a root password, remove anonymous users, disallow root login remotely, remove the test database, and reload the privilege tables.
$ sudo mysql_secure_installation
# Change this password SJ6G*WyaV7PvvEts@vxjm used below in a couple of places throughout this tutorial!
# Keep it as secure as that one was, run this command to make a new password
# Lets make a sercure password for use with MySQL zoombox user account.
$ openssl rand -base64 18
# Enter your password assigned during setup, create a new user for the app to use.

Loading…
Cancel
Save