Installation | MySQL | Ubuntu 20.04

preview_player
Показать описание
How To Install MySQL on Ubuntu 20.04

Step 1:- Installing MySQL
$ sudo apt update

Step 2 — Install MySQL server with apt
$ sudo apt install mysql-server

Please run the above command as sudo to install MySQL from APT repositories.

Step 3: Verify the installation (optional)
$ mysql --version

Start MySQL Shell
$ sudo mysql
View Database
$ SHOW DATABASES;
Accessing database in mysql
$ use database
............................Start SQL and PLSQL
Like and Subscribe and Share...
Рекомендации по теме
welcome to shbcf.ru