- Install MySQL:
- sudo apt-get update
- sudo apt-get install mysql-server
- Start the ubuntu terminal
- sudo mysql -u root -p
- Create a database
- create database food
- Start the ubuntu terminal
- sudo mysql -u root food -p
Saturday, 2 February 2019
Install MySQL Server on Ubuntu
Subscribe to:
Posts (Atom)
-
Convert the pdf to a postscript file and the postscript file to a pdf. Open the new pdf for example with Acrobat Reader and you can print. p...
-
sudo apt -y install wget wget https://zoom.us/client/latest/zoom_amd64.deb sudo apt install ./zoom_amd64.deb
-
Step 1. Installing Docker # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo instal...