Saturday 2 February 2019

Install MySQL Server on Ubuntu


  1. Install MySQL: 
    • sudo apt-get update 
    • sudo apt-get install mysql-server
  2. Start the ubuntu terminal
    • sudo mysql -u root -p
  3. Create a database
    • create database food
  4. Start the ubuntu terminal
    • sudo mysql -u root food -p 

How to update snap-store