~hrvojem/percona-xtrabackup/rn-2.0.8

« back to all changes in this revision

Viewing changes to doc/source/innobackupex/privileges.rst

  • Committer: Hrvoje Matijakovic
  • Date: 2013-08-30 08:52:03 UTC
  • Revision ID: hrvoje.matijakovic@percona.com-20130830085203-6e98u2o6m0oqk5sm
- release notes for Percona XtraBackup 2.0.8
- DOC-51 - updated all the doc pages to mention Percona XtraBackup 
- Bug #1214565 - fixed the typo in innobackupex script

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 Connection and Privileges Needed
3
3
==================================
4
4
 
5
 
|XtraBackup| needs to be able to connect to the database server and perform operations on the server and the :term:`datadir` when creating a backup, when preparing in some scenarios and when restoring it. In order to do so, there are privileges and permission requirements on its execution that must be fulfilled.
 
5
|Percona XtraBackup| needs to be able to connect to the database server and perform operations on the server and the :term:`datadir` when creating a backup, when preparing in some scenarios and when restoring it. In order to do so, there are privileges and permission requirements on its execution that must be fulfilled.
6
6
 
7
7
Privileges refers to the operations that a system user is permitted to do in the database server. **They are set at the database server and only apply to users in the database server**.
8
8
 
21
21
  $ innobackupex --user=LUKE  --password=US3TH3F0RC3 --stream=tar ./ | bzip2 - 
22
22
  $ xtrabackup --user=DVADER --password=14MY0URF4TH3R --backup --target-dir=/data/bkps/
23
23
 
24
 
If you don't use the :option:`--user` option, |XtraBackup| will assume the database user whose name is the system user executing it.
 
24
If you don't use the :option:`--user` option, |Percona XtraBackup| will assume the database user whose name is the system user executing it.
25
25
 
26
26
Other Connection Options
27
27
------------------------
69
69
 
70
70
.. note::
71
71
 
72
 
 Connection-related parameters are only recognized in the [client] and [mysql] groups in configuration files. Adding custom groups like [xtrabackup] will work only if XtraBackup binary is used, it will not work with the innobackupex.
 
72
 Connection-related parameters are only recognized in the [client] and [mysql] groups in configuration files. Adding custom groups like [xtrabackup] will work only if xtrabackup binary is used, it will not work with the innobackupex.