set password for MySQL root user
We run the command after installing
mysql-server
to set password for the
root
user
sudo mysql_secure_installation
After the command is executed, we enter the password for the MySQL root user
by Valeri Tandilashvili
4 years ago
Linux
MySQL
0
Pro tip: use ```triple backticks around text``` to write in code fences