Lädt...


🔧 Tutorial Install MySQL / MariaDB di Linux Ubuntu


Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to

Halo, dev.. 👋

Di tutorial kali ini aku share bagaimana caranya menginstall MySQL atau MariaDB di Linux Ubuntu. Linux yang aku gunakan saat ini adalah Ubuntu 22.04 LTS, jadi kalau OS Linux kalian sama bisa ikuti tutorial ini.

MySQL/MariaDB

Sebenarnya di tutorial kali ini kita akan menginstall MariaDB, tetapi perlu teman-teman ketahui bahwa MariaDB dan MySQL sebenarnya mirip. Karena MariaDB merupakan pengembangan versi free dan open sourcenya MySQL setelah MySQL di akuisisi oleh perusahaan Oracle. MariaDB dikembangkan oleh developer asli MySQL. Secara performance lebih cepat MariaDB dan lebih efisien daripada MySQL.

Install MariaDB

Sebelum memulai instalasi, pastikan update system OS kalian terlebih dahulu.

sudo apt update

Kemudian install mariadb server menggunakan perintah berikut

sudo apt install mariadb-server

Tunggu sampai proses instalasi selesai. Kemudian untuk mengecheck apakah mariadb telah berjalan, check dengan perintah berikut

sudo systemctl status mariadb

Konfigurasi MariaDB

Setelah mariadb berhasil di install, langkah selanjutnya ada mengkonfigurasi mariadb ini. Jalankan perintah berikut

sudo mysql_secure_installation

Kemudian ketika muncul Enter current password for root (enter for none): klik enter saja, karena kita belum set password.

Kemudian muncul pertanyaan Change the root password? [Y/n] kita pilih Y saja. Kita akan merubah password akun root. Ketik password baru dan ketik ulang password baru. Maka hasilnya seperti ini.

Change the root password? [Y/n] Y
New password: 
Re-enter new password: 
Password updated successfully!
Reloading privilege tables..
... Success!

Lanjutkan prosesnya sampai reload privilege.

Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.

Reload privilege tables now? [Y/n] y
... Success!

Cleaning up...

All done!  If you've completed all of the above steps, your MariaDB
installation should now be secure.

Thanks for using MariaDB!

Sampai sini artinya MariaDB telah berhasil di konfigurasi.

Akses MariaDB

Untuk mengakses bisa menggunakan perintah

mysql -u root -p

Untuk membuat melihat semua database dengan perintah

show databases;

Jangan lupa titik komanya ya kalau mengakses menggunakan command line mariadb.

Kemudian untuk membuat database menggunakan perintah

create database nama database;

Untuk contohnya bisa melihat gambar berikut

MySQL MariaDB Linux Ubuntu

Selamat mencoba 🍻

...

🔧 Tutorial Install MySQL / MariaDB di Linux Ubuntu


📈 38.94 Punkte
🔧 Programmierung

📰 How To Install Mariadb MySQL Server And Mariadb Client In Rhel 7 / Centos 7


📈 35.41 Punkte
📰 Alle Kategorien

🎥 MySQL 8 vs MariaDB 10.11 - Peter Zaitsev - MariaDB Server Fest 2023


📈 29.44 Punkte
🎥 Videos

📰 How to Install Apache, MySQL/MariaDB and PHP in Linux


📈 26.33 Punkte
🐧 Unix Server

🐧 Install MariaDB or MySQL on Linux


📈 26.33 Punkte
🐧 Linux Tipps

🕵️ Oracle MySQL, MariaDB: Mehrere Schwachstellen ermöglichen u.a. die Übernahme des MySQL Servers


📈 25.35 Punkte
🕵️ Sicherheitslücken

⚠️ [local] - MySQL / MariaDB / PerconaDB - 'mysql' System User Privilege Escalation / Race Condition


📈 25.35 Punkte
⚠️ PoC

🕵️ Oracle MySQL, MariaDB: Mehrere Schwachstellen ermöglichen u.a. die Übernahme des MySQL Servers


📈 25.35 Punkte
🕵️ Sicherheitslücken

⚠️ [local] - MySQL / MariaDB / PerconaDB - 'mysql' System User Privilege Escalation / Race Condition


📈 25.35 Punkte
⚠️ PoC

🎥 How To Use META AI (Complete Tutorial) Beginner Tutorial (LLAMA 3 Tutorial)


📈 25.21 Punkte
🎥 Video | Youtube

📰 Tutorial How to Install WordPress Complete Step by Step [Best Tutorial]


📈 22.78 Punkte
🤖 Android Tipps

🎥 Easier Plugin Design with Rust: Clevis in MariaDB - Trevor Gross - MariaDB Server Fest 2023


📈 22.35 Punkte
🎥 Videos

🎥 Unleashing the Power of Multi-Cloud MariaDB Database Management - Paul Brunyee - MariaDB ServerFest


📈 22.35 Punkte
🎥 Videos

🔧 Announcing the 2023 MariaDB (Un)Conference and the MariaDB Server Fest


📈 22.35 Punkte
🔧 Programmierung

🔧 Why SkySQL becoming MariaDB Corporation will be good for the MariaDB Foundation


📈 22.35 Punkte
🔧 Programmierung

🎥 Optimizer changes in MariaDB 11 - Monty Widenius - MariaDB Server Fest 2022


📈 22.35 Punkte
🎥 Videos

🔧 Migrating from SQL Server to MariaDB on the MariaDB Knowledge Base


📈 22.35 Punkte
🔧 Programmierung

🎥 Recent MariaDB features for a happy life - Federico Razzoli - MariaDB Server Fest 2022


📈 22.35 Punkte
🎥 Videos

🔧 MariaDB 10.3.16 and MariaDB 10.2.25 Now Available


📈 22.35 Punkte
🔧 Programmierung

🎥 An introduction to MariaDB contributions - Andrew Hutchings - MariaDB Server Fest 2022


📈 22.35 Punkte
🎥 Videos

🔧 MariaDB 10.4.6, First Stable 10.4 Release, and MariaDB Connector/J 2.4.2 Now Available


📈 22.35 Punkte
🔧 Programmierung

🔧 MariaDB & K8s: How to replicate MariaDB in K8s


📈 22.35 Punkte
🔧 Programmierung

📰 Security: Mehrere Probleme in mariadb-connector-c und mariadb (SUSE)


📈 22.35 Punkte
🐧 Unix Server

🔧 MariaDB & K8s: Create a Secret and use it in MariaDB deployment


📈 22.35 Punkte
🔧 Programmierung

📰 Mehrere Probleme in mariadb-connector-c und mariadb (SUSE)


📈 22.35 Punkte
📰 IT Security Nachrichten

🔧 MariaDB & K8s: Deploy MariaDB and WordPress using Persistent Volumes


📈 22.35 Punkte
🔧 Programmierung

matomo