Created
August 17, 2020 13:12
-
-
Save denihida1216/2fd562d85795197372f4a6da2175c45d to your computer and use it in GitHub Desktop.
Mengatasi MySql yang lama ketika koneksi dengan PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ternyata ada masalah di DNS lookup, dan tinggal ditambah skip-name-resolve di my.cnf/my.ini | |
[mysqld] | |
datadir=/var/lib/mysql | |
socket=/var/lib/mysql/mysql.sock | |
user=mysql | |
skip-name-resolve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment