Install mysql under Unbutu

1. Method 1: App Store

  1. Open the app store
  2. Search mysql
  3. Choose mysql-server and mysql-client installation
  4. Wait for the installation to complete

2. Method 2: Command

sudo apt-get install mysql-server
sudo apt-get install mysql-client

Guess you like

Origin blog.csdn.net/fuzekun/article/details/104429431