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:
parent
0ee08720b9
commit
3ca9302db4
@ -1 +1 @@
|
|||||||
9319
|
9320
|
||||||
@ -1 +1 @@
|
|||||||
b7147b778824e13a15f912fdf458bf3959d439e5
|
c33b98db4746332fe5a8403a7a4828964a218012
|
||||||
@ -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`.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user