Skip to content

Instantly share code, notes, and snippets.

@pcamp96
Created March 27, 2013 16:21
Show Gist options
  • Save pcamp96/5255599 to your computer and use it in GitHub Desktop.
Save pcamp96/5255599 to your computer and use it in GitHub Desktop.
mysql> --max_allowed_packet=32M;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '--max_allowed_packet=32M' at line 1
mysql> max_allowed_packet=32M;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'max_allowed_packet=32M' at line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment