How-tos and Recipes¶
Recipes for innobackupex¶
Recipes for xtrabackup¶
How-Tos¶
Auxiliary Guides¶
Assumptions in this section¶
The context should make the recipe or tutorial understandable. To assure that this is true, a list of the assumptions, names and other objects that appears in this section. This items are specified at the beginning of each recipe or tutorial.
HOST
A system with a MySQL-based server installed, configured and running. We assume the following about this system:
-
The MySQL server is able to communicate with others by the standard TCP/IP port;
-
An SSH server is installed and configured - see here if it is not;
-
You have an user account in the system with the appropriate permissions
-
You have a MySQL’s user account with appropriate Connection and Privileges Needed.
USER
This is a user account with shell access and the appropriate permissions for the task. A guide for checking them is here.
DB-USER
This is a user account in the database server with the appropriate privileges for the task. A guide for checking them is here.