Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
dd15f459
Commit
dd15f459
authored
Mar 05, 2015
by
Gervase Markham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1107310 - Mention max_allowed_packet in mysqldump section. r=LpSolit, a=glob
parent
c1fa559e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
backups.rst
docs/en/rst/installing/backups.rst
+4
-4
No files found.
docs/en/rst/installing/backups.rst
View file @
dd15f459
...
...
@@ -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
----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment