Skip to content

Mysql my.cnf :: some notes

cpx September 23, 2008 1 min read Mysql/MYSQLD/3306

For successful backup the packet size must be the same

[mysqld]

key_buffer                                      = 160M
max_allowed_packet                      = 150M
[mysqldump]
quick
max_allowed_packet                      = 160M

Be the first to comment

protected · no tracking

0 comments