DEV Community

Riky Fahri Hasibuan
Riky Fahri Hasibuan

Posted on • Edited on

2 1

Cara Install MySQL di Ubuntu

Dalam tutorial ini, Anda akan mempelajari langkah demi langkah cara install MySQL di Ubuntu. Versi MySQL yang akan kita gunakan adalah MySQL 8. Untuk cara install MySQL di Ubuntu, Anda dapat menggunakan perintah berikut ini :

sudo apt-get install mysql-server
Enter fullscreen mode Exit fullscreen mode

Lalu gunakan perintah berikut untuk menjalankan service MySQL.

service mysqld start
Enter fullscreen mode Exit fullscreen mode

MySQL Anda sudah siap untuk digunakan.

Contact Saya
Website : https://ruangkoding.id
Telegram : https://t.me/s/ruangkoding

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay