# +----------------------------------------------------------------------------+ # | Jeffrey M. Hunter | # | jhunter@idevelopment.info | # | www.idevelopment.info | # |----------------------------------------------------------------------------| # | Copyright (c) 1998-2010 Jeffrey M. Hunter. All rights reserved. | # |----------------------------------------------------------------------------| # | DATABASE : MySQL | # | FILE : help.sql | # | CLASS : Database Administration | # | PURPOSE : A utility script used to print out the names of all MySQL SQL | # | scripts that can be executed from mysql. | # | NOTE : As with any code, ensure to test this script in a development | # | environment before attempting to run it in production. | # +----------------------------------------------------------------------------+ select ' ======================================== Backup and Recovery ======================================== ======================================== Create Database Scripts ======================================== cr_database.sql ======================================== Create Object Examples ======================================== ======================================== Database Administration ======================================== dba_current_database.sql help.sql ======================================== LOBs ======================================== ======================================== Locks ======================================== ======================================== Security ======================================== ======================================== Session Management ======================================== ======================================== Tuning ======================================== ';