我正在尝试更新该字段,但我收到错误。我正在使用XAMPP和PHPMyAdmin。
Warning: mysqli_stmt::execute(): MySQL server has gone away in
C:\xampp\htdocs\get_content\process.php on line 159
Warning: mysqli_stmt::execute(): Error reading result set's header in
C:\xampp\htdocs\get_content\process.php on line 159
我知道我必须检查max_allowed_packet
MySQL配置文件中的my.cnf
,但我没有收到my.cnf
个文件。
我检查了
C:\xampp\mysql
C:\xampp\phpMyAdmin
C:\xampp\php
C:\Windows
C:\Program Files (x86)
但是我找不到了。我在google上找到了以下路径,但这也是我无法找到的。
/etc/my.cnf
/etc/mysql/my.cnf
/usr/etc/my.cnf
有人可以分享我解决问题的全部途径吗?