Skip to content

Instantly share code, notes, and snippets.

@tonkatsu7
Created November 7, 2020 05:06
Show Gist options
  • Save tonkatsu7/8dc89b93917a802c8071b50b8291bdce to your computer and use it in GitHub Desktop.
Save tonkatsu7/8dc89b93917a802c8071b50b8291bdce to your computer and use it in GitHub Desktop.
Install MySQL on Ubuntu 20.04 LTS
# install mysql server
sudo apt-get install mysql-server
# start mysql server
sudo /etc/init.d/mysql start
# log into mysql server
sudo mysql -u root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment