diff options
Diffstat (limited to 'docs/en/rst/installing')
-rw-r--r-- | docs/en/rst/installing/backups.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/en/rst/installing/backups.rst b/docs/en/rst/installing/backups.rst index f20b3021a..4b1953c44 100644 --- a/docs/en/rst/installing/backups.rst +++ b/docs/en/rst/installing/backups.rst @@ -15,14 +15,14 @@ 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`. -.. todo:: Mention max_allowed_packet? Convert this item to a bug on checkin. - PostgreSQL ---------- |