Lokasi my.cnf mysql atau mariadb pada Linux

Setelah menginstall MYSQL ataupun MARIADB di linux, secar standard langsung dapat di gunakan. Akan tetapi dalam kondisi tertentu, di perlukan pengaturan pengaturan khusus agar kerja mysql ataupun maridb dapat lebih maksimal. biasanya, untuk mengaturan khusus itu di lakukan di my.cnf.

Yang jadi pertanyaan, di mana letak file my.cnf? untuk lokasi my.cnf, anda dapat mengecek lokasinya di beberapa directory berikut:

  • /etc/my.cnf
  • /etc/mysql/my.cnf
  • /usr/etc/my.cnf
  • ~/.my.cnf

atau bisa juga menjalankan salah satu perintah di bawah ini di linux:

  • mysql –verbose –help
  • mysqld –verbose –help
  • mysqld-safe –verbose –help

sehingga munucl tampilan berikut:

5/5 - (2 votes)
Tri Wahyudi

Recent Posts

mengatasi error ImunifyAV has not detected any compatible hosting panel as well as integration.conf file to run the installation without a panel di cyberpanel

berikut adalah cara mengatasi error ImunifyAV has not detected any compatible hosting panel as well…

4 weeks ago

Update URL Repository Centos 7 Setelah End Of Life (EOL) 2024-07-01

CentOS 7 tidak akan mendapatkan pembaruan apa pun setelah Juni 2024. Selain itu, mirrorlist.centos.org tidak…

2 months ago

Mengatasi error gmysql Connection failed: Unable to connect to database pada pdns Cyberpanel

DNS di server cyberpanel tidak mau bekerja, di cek pada error log keluar pesan seperti…

2 months ago

Mengatasi Access denied for user ‘cyberpanel’@’localhost’ (using password: YES) saat upgrade cyberpanel

saat upgrade cyberpanel, keluar pesan error seperti berikut: django.db.utils.OperationalError: (1045, "Access denied for user 'cyberpanel'@'localhost'…

2 months ago

Cara Restart CyberPanel Lewat SSH

Untuk melakukan restart cyberpanel lewat SSH silahkan jalankan perintah berikut: systemctl restart lscpd

2 months ago

Mengatasi Error “Chown Operation Not Permitted” di Linux

Di Linux, chown digunakan untuk mengubah izin pemilik file dan direktori. Namun, saat menggunakan perintah…

2 months ago