/ Published in: MySQL
dans my.ini mettre
[mysqld] maxallowedpacket=50M
Expand |
Embed | Plain Text
mysqldump -u root -p --max_allowed_packet=512M -B dbname > filename.mysql
You need to login to post a comment.
nialace on 03/01/11
1 person have marked this snippet as a favorite
dans my.ini mettre
[mysqld] maxallowedpacket=50M
mysqldump -u root -p --max_allowed_packet=512M -B dbname > filename.mysql
You need to login to post a comment.