~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/clients/drizzledump.rst

  • Committer: Mark Atwood
  • Date: 2011-10-08 04:50:51 UTC
  • mfrom: (2430.1.1 rf)
  • Revision ID: me@mark.atwood.name-20111008045051-6ha1qiy7k2a9c3jv
Tags: 2011.10.27
mergeĀ lp:~olafvdspek/drizzle/refactor2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
drizzledump Backup Tool
 
1
Drizzledump Backup Tool
2
2
=======================
3
3
 
4
4
Synopsis
26
26
 
27
27
.. _drizzledump-options-label:
28
28
 
29
 
drizzledump Options
 
29
Drizzledump options
30
30
-------------------
31
31
 
32
32
The :program:`drizzledump` tool has several available options:
245
245
   **drizzle**
246
246
   The Drizzle protocol.
247
247
 
248
 
Backups Using drizzledump
 
248
Backups using Drizzledump
249
249
-------------------------
250
250
 
251
251
Backups of a database can be made very simply by running the following:
262
262
 
263
263
.. _drizzledump-migration-label:
264
264
 
265
 
MySQL Migration Using drizzledump
 
265
MySQL Migration using Drizzledump
266
266
---------------------------------
267
267
 
268
268
As of version 2010-09-27 there is the capability to migrate databases from
298
298
   issues from :program:`drizzledump` to your MySQL server.
299
299
 
300
300
.. note::
301
 
 
302
301
   If you find your VARCHAR and TEXT data does not look correct in a drizzledump
303
302
   output, it is likely that you have UTF8 data stored in a non-UTF8 table.  In
304
303
   which case please check the :option:`--my-data-is-mangled` option.