Commit c33b98db authored by Gervase Markham's avatar Gervase Markham

Bug 1107310 - Mention max_allowed_packet in mysqldump section. r=LpSolit, a=glob

parent b7147b77
......@@ -15,9 +15,11 @@ setup.
MySQL
-----
:command:`mysqldump --opt -u $USERNAME -p $DATABASENAME > backup.sql`
:command:`mysqldump --max-allowed-packet=32M -u $USERNAME -p $DATABASENAME > backup.sql`
See the
The value for :command:`max-allowed-packet` should be the value you've set in
your :ref:`MySQL configuration file <mysql>`, and should be larger than the
largest attachment in your database. See the
`mysqldump documentation <http://dev.mysql.com/doc/mysql/en/mysqldump.html>`_
for more information on :file:`mysqldump`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment