Run MySQL XAMPP via XAMPP Shell (MySQL Shutdown Solution)

Seperti hal sederhana tapi penting dan susah dicari, gimana cara nge run MySQL yang dari XAMPP tapi via shell? Bisa? Bisa, saya udah biasa melakukan dari dulu kalau pas MySQLnya kumat shutdown unexpectedly. Tak kira sampeyan-sampeyan juga sudah sering menemukan hal semacam ini, dan ketika kita googling buat mencari solusi, selalu ada solusi ini itu […]

How to solve error “Unknown collation: ‘utf8mb4_0900_ai_ci'” when import MySQL DB

Do not worry if you find this error, its not mean that your backup.sql is corrupt or anything else. First before we talk about that error, I think its nice for us to know more about collation in database. What’s collation name? As dev.mysql.com said, that A collation name starts with the name of the […]

Mengenal Basis Data MySQL

Mungkin teman-teman ingin pemula dalam bidang IT atau basis data, terutama dalam MySQL, namun ketika mempelajari ke sumber lain bahasa yang digunakan terlalu berat. Kali ini kita akan coba mengurai dan mengenalkan MySQL dengan cara yang lebih sederhana. Basis Data Jika ingin diibaratkan secara sederhana, database atau basis data itu bisa kita bayangkan seperti lemari. […]

How to fix if can’t access MySQL without SUDO?

Its happend recently after I reinstall my OS and development environment. But, I’ve fix this after search some references from many source. Now, I’ll write here so when sometimes I forgot the way, I can read this, but it’s more better if its also can help for you. Its always denied if we run the […]