Allow set variables global : packet and sql mode


/ Published in: Other
Save to your folder(s)

Allow set variables global : packet and sql mode


Copy this code and paste it in your HTML
  1. SET GLOBAL max_allowed_packet=1073741824;
  2.  
  3. SET GLOBAL sql_mode = ''

Report this snippet


Comments


You need to login to view comments.