sql >> Database >  >> RDS >> Mysql

#2006 MySQL Server is verdwenen fout in Wamp

Ik gebruik XAMPP op Windows en had hetzelfde probleem. Ik dacht dat het de time-outvariabele was, maar het was max_allowed_packet .

Dit heeft het opgelost:

# note the change was made at this section
[mysqld] 
port= 3306
socket= "/xampp/mysql/mysql.sock"
basedir="/xampp/mysql" 
tmpdir="/xampp/tmp" 
datadir="/xampp/mysql/data"
skip-locking
key_buffer = 16M
# it was 1M by default
max_allowed_packet = 2M
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

Dit configuratiebestand bevindt zich in de «XAMPP-installatiemap, dit is C:\XAMPP standaard» \mysql\bin\my.ini .



  1. Alle objectrechten voor een specifieke rol ophalen

  2. Golang ORDER BY probleem met MySql

  3. Hoe te groeperen op maand vanuit het veld Datum met sql

  4. java.util.MissingFormatArgumentException:Formaatspecificatie:s