Hiển thị các bài đăng có nhãn XAMPP. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn XAMPP. Hiển thị tất cả bài đăng

Thứ Sáu, 1 tháng 5, 2026

XAMPP 3.3.0 SET FOREIGN_KEY_CHECKS = ON #2006 - MySQL server has gone away - SOLVED

XAMPP 3.3.0

SET FOREIGN_KEY_CHECKS = ON;

#2006 - MySQL server has gone away

Open mysql.ini
[mysqld]
max_allowed_packet=1M -> max_allowed_packet=32M 

 




Thứ Năm, 11 tháng 7, 2024

xampp - MySQL: Error Code: 1118 Row size too large - SOVLED


Detail: Local host Xampp 3.3.0, phpmyadmin import .sql file -> error
Error Code: 1118 Row size too large (> 8126). Changing some columns to TEXT or BLOB
Solution: goto https://localhost/phpmyadmin runt sql: SET GLOBAL innodb_strict_mode = 0;
Status: SOLVED



Thứ Bảy, 26 tháng 8, 2023

Win 10 joomla XAMPP Input variables exceeded Input variables exceeded warning

Warning:  Input variables exceeded 2000. To increase the limit change Input variables exceeded  in php.ini. in 


Solution
Config D:\xampp\apache\conf or C:\xampp\apache\conf (folder did setup xampp)
change or add php_value max_input_vars 10000


 

Thứ Sáu, 16 tháng 1, 2015

Maximum execution time of 120 seconds XAMPP localhost

Description: Localhost XAMPP joomla Fatal error: Maximum execution time of 120 seconds exceeded
Solution: Localhost: xampp\php\php.ini
max_execution_time = 5000