===================== How-tos and Recipes ===================== .. _recipes-ibk: Recipes for |innobackupex| ========================== .. toctree:: :maxdepth: 1 howtos/recipes_ibkx_local howtos/recipes_ibkx_stream howtos/recipes_ibkx_inc .. _recipes-xbk: Recipes for |xtrabackup| ======================== .. toctree:: :maxdepth: 1 howtos/recipes_xbk_full howtos/recipes_xbk_inc howtos/recipes_xbk_restore .. _howtos: How-Tos ======= .. toctree:: :maxdepth: 1 howtos/setting_up_replication .. _aux-guides: Auxiliary Guides ================ .. toctree:: :maxdepth: 1 howtos/enabling_tcp howtos/permissions howtos/ssh_server Assumptions in this section =========================== Most of the times, the context will make the recipe or tutorial understandable. To assure that, a list of the assumptions, names and "things" that will appear in this section is given. At the beginning of each recipe or tutorial they will be specified in order to make it quicker and more practical. ``HOST`` A system with a |MySQL|-based server installed, configured and running. We will assume the following about this system: * the MySQL server is able to :doc:`communicate with others by the standard TCP/IP port `; * a SSH server is installed and configured - see :doc:`here ` if it is not; * you have an user account in the system with the appropriate :doc:`permissions ` and * you have a MySQL's user account with appropriate :doc:`privileges `. ``USER`` An user account in the system with shell access and appropriate permissions for the task. A guide for checking them is :doc:`here `. ``DB-USER`` An user account in the database server with appropriate privileges for the task. A guide for checking them is :doc:`here `.