Search

Tuesday, March 15, 2022

[ Lab 1 MY-SQL ] Installing MySQL

  

MySQL Database Administration

Lab 1. Installing MySQL


بِسْمِ اللَّهِ الرَّحْمَنِ الرَّحِيم



Learning Objectives

  • Supported Platforms

  • Installing MySQL on Ubuntu


Supported Platforms

Let’s go to the link https://www.mysql.com/support/supportedplatforms/database.html


Installing MySQL on Ubuntu

  1. Update informasi paket

sudo apt-get update


  1. Install MySQL Server

sudo apt-get install -y mysql-server-8.0


  1. Start service MySQL server

sudo systemctl start mysql.service
sudo systemctl status mysql.service


  1. Cek versi MySQL

mysql --version




Reference :

https://www.mysql.com/about/legal/logos.html

https://dev.mysql.com/doc/refman/8.0/en/installing.html

https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/


No comments:

Post a Comment