This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-12-10T16:35:55.274Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Update repositories | |
sudo apt-get update | |
# Upgrade packages | |
sudo apt-get upgrade -y | |
# Install and secure mysql-server (follow instructions) | |
sudo apt-get install mysql-server | |
sudo mysql_secure_installation |