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

git-svn-id: svn://10.0.0.236/trunk@265843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2015-03-05 11:45:50 +00:00
parent 0ee08720b9
commit 3ca9302db4
3 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
9319 9320

View File

@ -1 +1 @@
b7147b778824e13a15f912fdf458bf3959d439e5 c33b98db4746332fe5a8403a7a4828964a218012

View File

@ -15,9 +15,11 @@ setup.
MySQL 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>`_ `mysqldump documentation <http://dev.mysql.com/doc/mysql/en/mysqldump.html>`_
for more information on :file:`mysqldump`. for more information on :file:`mysqldump`.