Cara Install MySQL 8 di Ubuntu 18.04

Cara Install MySQL 8 di Ubuntu 18.04

MySQL adalah perangkat lunak open source untuk Relational Database Management System. MySQL merupakan salah satu dari paket aplikasi server untuk website yang sering disebut sebagai LAMP (Linux Apache MySQL PHP) server.

0.Pasang Repository

Secara default versi MySQL yang tersedia di Ubuntu 18.04 adalah MySQL 5.7.

apt show mysql-server v5.7
apt show mysql-server v5.7

Agar bisa menginstalasi MySQL 8 di Ubuntu 18.04 terlebih dahulu memasang repository MySQL.

Download file konfigurasi repostiory MySQL 8.

Instalasi file .deb yang telah didownload.

Ditampilkan pertanyaan Which MySQL product do you wish to configure?, pilih Ok.

Configuring mysql-apt-config
Configuring mysql-apt-config

Jalankan update.

Verifikasi versi mysql-server.

apt show mysql-server v8.0
apt show mysql-server v8.0

1.Install MySQL

Setelah repository MySQL terpasang, jalankan perintah install.

Masukkan password user root MySQL.

Enter root password
Enter root password

Lalu Ok.

Informasi metode authentication
Informasi metode authentication

Pilih Use Strong Password Encryption (RECOMENDED).

Memilih authentication plugin
Memilih authentication plugin

Setelah instalasi selesai, periksa status service mysql, harus active (running).

Status mysql service
Status mysql service

2.Mengamankan MySQL

Mengamankan instalasi MySQL.

Masukkan password user root.

VALIDATE PASSWORD COMPONENT untuk menggunakan password user MySQL yang kuat. Jawab y jika ingin mengaktifkannya.

Memilih level kekuatan password.

Mengubah password root, jawab n jika tidak ingin mengubahnya.

Hapus user anonymous, jawab y.

Tidak mengijinkan root untuk melakukan remote database, jawab y.

Hapus database test, jawab y.

Reload tabel privileges, jawab y.

3.Pengujian

Login ke mysql dengan user root.

Login ke mysql
Login ke mysql

Selamat mencoba 🙂

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *