• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

sql error

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
[13:11:14.109] > WARNING: max_allowed_packet might be set too low for binary map
storage.
[13:11:14.109] Use the following query to raise max_allow_packet: SET GLOBAL max
_allowed_packet = 16776192;
 
Open the file my.ini in your uniserver folder. Go to usr, local, mysql and there you find my.ini.
You can use ctrl f to find max_allowed_packet and then increase that value.
 
u11PBI45.png

Type my.ini in the search bar in your xampp folder, or you can also type it in search at start.
 
Just go to your phpmyadmin and execute the query in the database:
Code:
SET GLOBAL max_allowed_packet = 16776192;
 
still the same error @Printer

@Limos
i have found 2 lines but in file called (MY) not my.ini
1-
[mysqldump]
quick
max_allowed_packet = 16M

2-
[mysqld]
basedir = "C:/xampp/mysql/"
datadir = "C:/xampp/mysql/data/"
port = 3306
socket = "MySQL"
skip-locking
key_buffer = 16M
max_allowed_packet = 1M
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
 
Last edited by a moderator:
the same
[16:58:00.421] > WARNING: max_allowed_packet might be set too low for binary map
storage.
[16:58:00.421] Use the following query to raise max_allow_packet: SET GLOBAL max
 
Back
Top Bottom