MY-SQL/Error Code: 1153 - Got a packet bigger than 'max_allowed_packet' bytes1 Error Code: 1153 - Got a packet bigger than 'max_allowed_packet' bytes mysql -u proxy -p set global max_allowed_packet=1000000000; Query OK, 0 rows affected (0.01 sec) mysql> set global net_buffer_length=1000000; Query OK, 0 rows affected (0.00 sec) 와 같이 설정을 변경해 주면 된다. 2011. 3. 16. 이전 1 다음