THEOWEB.DEV Home » Tutorial » Lost Connection to MySQL/MariaDB Server During Query Lost Connection to MySQL/MariaDB Server During Query Jumat, 14 Desember 2018 Lost connection to MySQL server during queryTry the following 2 things ...1) Add this to your my.cnf / my.ini in the [mysqld] sectionmax_allowed_packet=32M(you might have to set this value higher based on your existing database).2) And then restart mysqlservice mysql restart
Posting Komentar