MySQL 101 - Episode 02 : Install MySQL Server on Linux (deb) (English)

preview_player
Показать описание
This is the second episode of MySQL 101 video series.

This one is dedicated on installing MySQL Server on Linux (with a deb based distribution, like Ubuntu or Debian).

The commands used:
To install the MySQL Server version included in your distro:
sudo apt-get install mysql-server-8.0
sudo apt-get update
sudo apt-get install mysql-community-server

To install MySQL Shell:
sudo apt-get install mysql-shell

To check if the MySQL Server is running:
systemctl status mysql

And finally to connect to the server using MySQL Shell:

Chapters:

0:00 Intro
0:39 Content
6:03 Outro
Рекомендации по теме
Комментарии
Автор

Lefred, would be nice if you add in the description of the video the list of commands used.

AbeBJaramillo