SQWareProduction:mysql
Contents
- 1 Presentation
- 2 bin
- 2.1 sqwmys_AnalyzeAllDatabases.ksh
- 2.2 sqwmys_AnalyzeDatabase.ksh
- 2.3 sqwmys_CheckAllDatabases.ksh
- 2.4 sqwmys_CheckDatabase.ksh
- 2.5 sqwmys_CopyDumpAllDatabases.ksh
- 2.6 sqwmys_CopyDumpDatabase.ksh
- 2.7 sqwmys_CopyMariaBackup.ksh
- 2.8 sqwmys_CopyXtraBackup.ksh
- 2.9 sqwmys_DumpAllDatabases.ksh
- 2.10 sqwmys_DumpDatabase.ksh
- 2.11 sqwmys_ExecSQL.ksh
- 2.12 sqwmys_GatherIndicators.ksh
- 2.13 sqwmys_GatherStructure.ksh
- 2.14 sqwmys_MariaBackup.ksh
- 2.15 sqwmys_NetBackup.ksh
- 2.16 sqwmys_OptimizeAllDatabases.ksh
- 2.17 sqwmys_OptimizeDatabase.ksh
- 2.18 sqwmys_ParallelRun.ksh
- 2.19 sqwmys_PurgeAlert.ksh
- 2.20 sqwmys_RestoreAllDatabases.ksh
- 2.21 sqwmys_RestoreDatabase.ksh
- 2.22 sqwmys_RotateLogSlowQuery.ksh
- 2.23 sqwmys_RsyncBackup.ksh
- 2.24 sqwmys_RunJob.ksh
- 2.25 sqwmys_XtraBackup.ksh
- 3 etc
- 4 lib
- 4.1 sqwmys_AnalyzeAllDatabases.lib
- 4.2 sqwmys_AnalyzeDatabase.lib
- 4.3 sqwmys_CheckAllDatabases.lib
- 4.4 sqwmys_CheckDatabase.lib
- 4.5 sqwmys_CopyDumpAllDatabases.lib
- 4.6 sqwmys_CopyDumpDatabase.lib
- 4.7 sqwmys_CopyMariaBackup.lib
- 4.8 sqwmys_CopyXtraBackup.lib
- 4.9 sqwmys_DumpAllDatabases.lib
- 4.10 sqwmys_DumpDatabase.lib
- 4.11 sqwmys_ExecSQL.lib
- 4.12 sqwmys_GatherIndicators.lib
- 4.13 sqwmys_GatherIndicators_Overload.lib
- 4.14 sqwmys_GatherStructure.lib
- 4.15 sqwmys_GenerateCreateInstance.lib
- 4.16 sqwmys_GenericRefresh.lib
- 4.17 sqwmys_Global.lib
- 4.18 sqwmys_MariaBackup.lib
- 4.19 sqwmys_NetBackup.lib
- 4.20 sqwmys_OptimizeAllDatabases.lib
- 4.21 sqwmys_OptimizeDatabase.lib
- 4.22 sqwmys_PurgeAlert.lib
- 4.23 sqwmys_RestoreAllDatabases.lib
- 4.24 sqwmys_RestoreDatabase.lib
- 4.25 sqwmys_RotateLogSlowQuery.lib
- 4.26 sqwmys_RsyncBackup.lib
- 4.27 sqwmys_SetEnv.lib
- 4.28 sqwmys_UpdateGLPI.lib
- 4.29 sqwmys_XtraBackup.lib
- 5 menu
- 6 tools
- 6.1 sqwmys_ConnectMsg.ksh
- 6.2 sqwmys_Crypt.ksh
- 6.3 sqwmys_GaleraAdmin.ksh
- 6.4 sqwmys_GenerateCreateInstance.ksh
- 6.5 sqwmys_ListAsyncFilesGlobal.ksh
- 6.6 sqwmys_ListAsyncFiles.ksh
- 6.7 sqwmys_MonitorAgentAdmin.ksh
- 6.8 sqwmys_MysqlAdmin.ksh
- 6.9 sqwmys_SetEnv.ksh
- 6.10 sqwmys_TestInstConnection.ksh
- 6.11 sqwmys_TestMySQL.ksh
- 6.12 sqwmys_TestSendmail.ksh
- 6.13 sqwmys_Uncrypt.ksh
- 6.14 sqwmys_UpdateGLPI.ksh
- 7 help
- 8 spm
Presentation
Usage
It's the module locally operating of mysql.
It is entirely written in ksh and sql.
It allows to manage the operation for mysql.
Example uses of the tool:
- Backup
- Recovery
- Compute statistics
- Indicators collection to store in referential database SQWareRepository
- Rotate logs
- ....
This module is deployed locally on the machine hosting the authorities to manage,
in order to avoid any points of weakness related to an NFS mount or whatever.
The deployment is done through a simple command SQWareCentral module using inventory located in SQWareRepository !
Installation guide for SQWareProduction for mysql
Explanation of directories
Directories located in $gvsqw_MysBin:
- bin : Directory containing standard scripts
- bin_cust : Directory containing customs scripts for your environnement
- etc : Directory containing the standard files of configuration
- etc_cust : Directory containing the customs files of configuration for your environnement (overload standards)
- help : Directory containing the standard files of help
- help_cust : Directory containing the customs files of help for your environnement
- lib : Directory containing the generic shell function librairies
- lib_cust : Directory containing the generic shell function librairies (overload standards)
- spm : Contain sql query toolkit
- tools : Directory containing the standard scripts used on an ad hoc
- tools_cust : Directory containing the customs scripts used on an ad hoc for your environnement
- menu : Directory containing the standard menus
- menu_cust : Directory containing the custom menus for your environnement
Naming convention of files
The majority of files are named with suffixes:
- *.ksh : for scripts
- *.cfg : for configuration files
- *.lib : for function librairies
- *.hlp : for help files
Naming convention in scripts
In general, the following naming convention is used in all scripts of SQWareProduction:
- gvsqw_ {} : global variable initialized by the environment and / or generic library
- lvsqw_ {} : local variable initialized by the script and / or a specific library
- gfsqw_ {} : function defined by a generic library
- lfsqw_ {} : function defined by the script and / or a specific library
bin
sqwmys_AnalyzeAllDatabases.ksh
Script $gvsqw_MysBin/bin/sqwmys_AnalyzeAllDatabases.ksh:
Run of sqwmys_AnalyzeDatabase.ksh in parallel mode
You can choose:
- The parallel degree
- Aggressiveness of run (number of seconds between two runs)
- Aggressiveness of check end (number of seconds between two checks of end)
Filters to generate database list (you can mix all off them):
- Include list of database
- Exclude list of database
- Include like clause
- Exclude like clause
- Where clause
See the detailed help for sqwmys_AnalyzeAllDatabases.ksh
sqwmys_AnalyzeDatabase.ksh
Script $gvsqw_MysBin/bin/sqwmys_AnalyzeDatabase.ksh:
Analyze of all tables for the database
Use command: analyse local table <TableName>
See the detailed help for sqwmys_AnalyzeDatabase.ksh
sqwmys_CheckAllDatabases.ksh
Script $gvsqw_MysBin/bin/sqwmys_CheckAllDatabases.ksh:
check databases in parallel
See the detailed help for sqwmys_CheckAllDatabases.ksh
sqwmys_CheckDatabase.ksh
Script $gvsqw_MysBin/bin/sqwmys_CheckDatabase.ksh:
mysqlcheck of database
See the detailed help for sqwmys_CheckDatabase.ksh
sqwmys_CopyDumpAllDatabases.ksh
Script $gvsqw_MysBin/bin/sqwmys_CopyDumpAllDatabases.ksh:
copy of dump all databases in parallel
See the detailed help for sqwmys_CopyDumpAllDatabases.ksh
sqwmys_CopyDumpDatabase.ksh
Script $gvsqw_MysBin/bin/sqwmys_CopyDumpDatabase.ksh:
copy of dump \$lvsqw_CopyType
See the detailed help for sqwmys_CopyDumpDatabase.ksh
sqwmys_CopyMariaBackup.ksh
Script $gvsqw_MysBin/bin/sqwmys_CopyMariaBackup.ksh:
copy of MariaBackup \$lvsqw_CopyType
- copy choosed backup that can be:
- LastFull => copy the last full backup
- LastInc => copy the last incremental backup
- <tag> => copy this backup tag (part of file name)
See the detailed help for sqwmys_CopyMariaBackup.ksh
sqwmys_CopyXtraBackup.ksh
Script $gvsqw_MysBin/bin/sqwmys_CopyXtraBackup.ksh:
copy of XtraBackup \$lvsqw_CopyType
- copy choosed backup that can be:
- LastFull => copy the last full backup
- LastInc => copy the last incremental backup
- <tag> => copy this backup tag (part of file name)
See the detailed help for sqwmys_CopyXtraBackup.ksh
sqwmys_DumpAllDatabases.ksh
Script $gvsqw_MysBin/bin/sqwmys_DumpAllDatabases.ksh:
Run of sqwmys_DumpDatabase.ksh in parallel mode
You can choose:
- The parallel degree
- Aggressiveness of run (number of seconds between two runs)
- Aggressiveness of check end (number of seconds between two checks of end)
Filters to generate database list (you can mix all off them):
- Include list of database
- Exclude list of database
- Include like clause
- Exclude like clause
- Where clause
See the detailed help for sqwmys_DumpAllDatabases.ksh
sqwmys_DumpDatabase.ksh
Script $gvsqw_MysBin/bin/sqwmys_DumpDatabase.ksh:
Generate mysqlDump of database compressed by pipe
Script makes purge of old generation automatically
You can also choose:
- different retention policy
- add option to mysqlDump command
- make Dump in consistent mode
See the detailed help for sqwmys_DumpDatabase.ksh
sqwmys_ExecSQL.ksh
Script $gvsqw_MysBin/bin/sqwmys_ExecSQL.ksh:
execute SQL file on instance
See the detailed help for sqwmys_ExecSQL.ksh
sqwmys_GatherIndicators.ksh
Script $gvsqw_MysBin/bin/sqwmys_GatherIndicators.ksh:
Gather MySql indicators and put them in SQWareRepository
Summary of collection:
- Volumetry of instance
- Volumetry of databases
- Volumetry (use, free) of FS
- Version, options, configuration, ... of instance
See the detailed help for sqwmys_GatherIndicators.ksh
sqwmys_GatherStructure.ksh
Script $gvsqw_MysBin/bin/sqwmys_GatherStructure.ksh:
Gather MySql structure and put them in SQWareRepository
Summary of collection:
- Tables list and options
- Columns list, types and options
- Indexes list, columns and options
See the detailed help for sqwmys_GatherStructure.ksh
sqwmys_MariaBackup.ksh
Script $gvsqw_MysBin/bin/sqwmys_MariaBackup.ksh:
Generate MariaBackup of instance
Script makes purge of old generation automatically
You can also choose:
- different retention policy
- different backup type full,inc
- add option to MariaBackup command
See the detailed help for sqwmys_MariaBackup.ksh
sqwmys_NetBackup.ksh
Script $gvsqw_MysBin/bin/sqwmys_NetBackup.ksh:
backup with NetBackup dump/backup files
See the detailed help for sqwmys_NetBackup.ksh
sqwmys_OptimizeAllDatabases.ksh
Script $gvsqw_MysBin/bin/sqwmys_OptimizeAllDatabases.ksh:
Run of sqwmys_OptimizeDatabase.ksh in parallel mode
You can choose:
- The parallel degree
- Aggressiveness of run (number of seconds between two runs)
- Aggressiveness of check end (number of seconds between two checks of end)
Filters to generate database list (you can mix all off them):
- Include list of database
- Exclude list of database
- Include like clause
- Exclude like clause
- Where clause
See the detailed help for sqwmys_OptimizeAllDatabases.ksh
sqwmys_OptimizeDatabase.ksh
Script $gvsqw_MysBin/bin/sqwmys_OptimizeDatabase.ksh:
Reorganize of all tables for the database
Use command: optimize local table <TableName>
See the detailed help for sqwmys_OptimizeDatabase.ksh
sqwmys_ParallelRun.ksh
Script $gvsqw_MysBin/bin/sqwmys_ParallelRun.ksh:
Manages the execution of unix commands in parallel mode
Takes in parameter file with unix command to execute
You can choose:
- The parallel degree
- Aggressiveness of run (number of seconds between two runs)
- Aggressiveness of check end (number of seconds between two checks of end)
See the detailed help for sqwmys_ParallelRun.ksh
sqwmys_PurgeAlert.ksh
Script $gvsqw_MysBin/bin/sqwmys_PurgeAlert.ksh:
Rotate error log of instance
Archive and purge
See the detailed help for sqwmys_PurgeAlert.ksh
sqwmys_RestoreAllDatabases.ksh
Script $gvsqw_MysBin/bin/sqwmys_RestoreAllDatabases.ksh:
restore all databases in parallel
See the detailed help for sqwmys_RestoreAllDatabases.ksh
sqwmys_RestoreDatabase.ksh
Script $gvsqw_MysBin/bin/sqwmys_RestoreDatabase.ksh:
See the detailed help for sqwmys_RestoreDatabase.ksh
sqwmys_RotateLogSlowQuery.ksh
Script $gvsqw_MysBin/bin/sqwmys_RotateLogSlowQuery.ksh:
Rotate slow_query_log_file
Archive, purge and copy to SQWareWeb
You can choose to not copy to SQWareWeb
See the detailed help for sqwmys_RotateLogSlowQuery.ksh
sqwmys_RsyncBackup.ksh
Script $gvsqw_MysBin/bin/sqwmys_RsyncBackup.ksh:
rsync dir (without delete) to an other host
See the detailed help for sqwmys_RsyncBackup.ksh
sqwmys_RunJob.ksh
Script $gvsqw_MysBin/bin/sqwmys_RunJob.ksh:
Run MySQL scripts and generate log and error file
based on $gvsqw_RootCfg/sqwmys_Jobs.cfg configuration file
compress and purge oldest log files
See the detailed help for sqwmys_RunJob.ksh
sqwmys_XtraBackup.ksh
Script $gvsqw_MysBin/bin/sqwmys_XtraBackup.ksh:
Generate XtraBackup of instance
Script makes purge of old generation automatically
You can also choose:
- different retention policy
- different backup type full,inc
- add option to XtraBackup command
See the detailed help for sqwmys_XtraBackup.ksh
etc
sqwmys_CreInst_CrontabRef.cfg
Configuration file $gvsqw_MysBin/../etc/sqwmys_CreInst_CrontabRef.cfg:
See the detailed help for sqwmys_CreInst_CrontabRef.cfg
sqwmys_CreInst_Jobs.cfg
Configuration file $gvsqw_MysBin/../etc/sqwmys_CreInst_Jobs.cfg:
See the detailed help for sqwmys_CreInst_Jobs.cfg
sqwmys_CreInst_MyCnf_51.cfg
Configuration file $gvsqw_MysBin/../etc/sqwmys_CreInst_MyCnf_51.cfg:
See the detailed help for sqwmys_CreInst_MyCnf_51.cfg
sqwmys_GlobalVar.cfg
Configuration file $gvsqw_MysBin/../etc/sqwmys_GlobalVar.cfg:
Global var for Mysql
It contains the operating variables of SQWareProduction.
See the detailed help for sqwmys_GlobalVar.cfg
.profile
Sample file for .profile $gvsqw_MysBin/../etc/.profile:
Sample of lines to add to .profile of mysql users.
See the detailed help for .profile
.profile_confort
File to put aliases $gvsqw_MysBin/../etc/.profile_confort:
Contains confort aliases of SQWareProduction for mysql.
See the detailed help for .profile_confort
lib
sqwmys_AnalyzeAllDatabases.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_AnalyzeAllDatabases.lib:
lib for sqwmys_AnalyzeAllDatabases.ksh
See the detailed help for sqwmys_AnalyzeAllDatabases.lib
sqwmys_AnalyzeDatabase.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_AnalyzeDatabase.lib:
lib for sqwmys_AnalyzeDatabase.ksh
See the detailed help for sqwmys_AnalyzeDatabase.lib
sqwmys_CheckAllDatabases.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_CheckAllDatabases.lib:
lib for sqwmys_CheckAllDatabases.ksh
See the detailed help for sqwmys_CheckAllDatabases.lib
sqwmys_CheckDatabase.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_CheckDatabase.lib:
lib for sqwmys_CheckDatabase.ksh
See the detailed help for sqwmys_CheckDatabase.lib
sqwmys_CopyDumpAllDatabases.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_CopyDumpAllDatabases.lib:
lib for sqwmys_CopyDumpAllDatabases.ksh
See the detailed help for sqwmys_CopyDumpAllDatabases.lib
sqwmys_CopyDumpDatabase.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_CopyDumpDatabase.lib:
lib for sqwmys_CopyDumpDatabase.ksh
See the detailed help for sqwmys_CopyDumpDatabase.lib
sqwmys_CopyMariaBackup.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_CopyMariaBackup.lib:
lib for sqwmys_CopyMariaBackup.ksh
See the detailed help for sqwmys_CopyMariaBackup.lib
sqwmys_CopyXtraBackup.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_CopyXtraBackup.lib:
lib for sqwmys_CopyXtraBackup.ksh
See the detailed help for sqwmys_CopyXtraBackup.lib
sqwmys_DumpAllDatabases.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_DumpAllDatabases.lib:
lib for sqwmys_DumpDatabase.ksh
See the detailed help for sqwmys_DumpAllDatabases.lib
sqwmys_DumpDatabase.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_DumpDatabase.lib:
lib for sqwmys_DumpDatabase.ksh
See the detailed help for sqwmys_DumpDatabase.lib
sqwmys_ExecSQL.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_ExecSQL.lib:
lib for sqwmys_ExecSQL.ksh
See the detailed help for sqwmys_ExecSQL.lib
sqwmys_GatherIndicators.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_GatherIndicators.lib:
lib for sqwmys_GatherIndicators.ksh
See the detailed help for sqwmys_GatherIndicators.lib
sqwmys_GatherIndicators_Overload.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_GatherIndicators_Overload.lib:
lib for overLoad sqwmys_GatherIndicators.ksh
See the detailed help for sqwmys_GatherIndicators_Overload.lib
sqwmys_GatherStructure.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_GatherStructure.lib:
lib for sqwmys_GatherStructure.ksh
See the detailed help for sqwmys_GatherStructure.lib
sqwmys_GenerateCreateInstance.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_GenerateCreateInstance.lib:
lib for generate create instance
See the detailed help for sqwmys_GenerateCreateInstance.lib
sqwmys_GenericRefresh.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_GenericRefresh.lib:
lib for sqwmys_CopyDumpDatabase.ksh
See the detailed help for sqwmys_GenericRefresh.lib
sqwmys_Global.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_Global.lib:
central lib of generic fonctions for mysql
See the detailed help for sqwmys_Global.lib
sqwmys_MariaBackup.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_MariaBackup.lib:
lib for sqwmys_MariaBackup.ksh
See the detailed help for sqwmys_MariaBackup.lib
sqwmys_NetBackup.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_NetBackup.lib:
lib for sqwgen_NetBackup.ksh
See the detailed help for sqwmys_NetBackup.lib
sqwmys_OptimizeAllDatabases.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_OptimizeAllDatabases.lib:
lib for sqwmys_OptimizeAllDatabases.ksh
See the detailed help for sqwmys_OptimizeAllDatabases.lib
sqwmys_OptimizeDatabase.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_OptimizeDatabase.lib:
lib for sqwmys_OptimizeDatabase.ksh
See the detailed help for sqwmys_OptimizeDatabase.lib
sqwmys_PurgeAlert.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_PurgeAlert.lib:
lib for sqwmys_PurgeAlert.ksh
See the detailed help for sqwmys_PurgeAlert.lib
sqwmys_RestoreAllDatabases.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_RestoreAllDatabases.lib:
lib for sqwmys_RestoreAllDatabases.ksh
See the detailed help for sqwmys_RestoreAllDatabases.lib
sqwmys_RestoreDatabase.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_RestoreDatabase.lib:
lib for sqwmys_RestoreDatabase.ksh
See the detailed help for sqwmys_RestoreDatabase.lib
sqwmys_RotateLogSlowQuery.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_RotateLogSlowQuery.lib:
lib for sqwmys_RotateLogSlowQuery.ksh
See the detailed help for sqwmys_RotateLogSlowQuery.lib
sqwmys_RsyncBackup.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_RsyncBackup.lib:
lib for sqwgen_RsyncBackup.ksh.ksh
See the detailed help for sqwmys_RsyncBackup.lib
sqwmys_SetEnv.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_SetEnv.lib:
fonction to set env for $MYSQL_SID
See the detailed help for sqwmys_SetEnv.lib
sqwmys_UpdateGLPI.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_UpdateGLPI.lib:
lib for sqwmys_Update$lvsqw_DbName.ksh
See the detailed help for sqwmys_UpdateGLPI.lib
sqwmys_XtraBackup.lib
shell functions library $gvsqw_MysBin/../lib/sqwmys_XtraBackup.lib:
lib for sqwmys_XtraBackup.ksh
See the detailed help for sqwmys_XtraBackup.lib
tools
sqwmys_ConnectMsg.ksh
Script $gvsqw_MysBin/../tools/sqwmys_ConnectMsg.ksh:
startup message
See the detailed help for sqwmys_ConnectMsg.ksh
sqwmys_Crypt.ksh
Script $gvsqw_MysBin/../tools/sqwmys_Crypt.ksh:
Generic script to crypt file with openssl
See the detailed help for sqwmys_Crypt.ksh
sqwmys_GaleraAdmin.ksh
Script $gvsqw_MysBin/../tools/sqwmys_GaleraAdmin.ksh:
stop/start of mysql services
See the detailed help for sqwmys_GaleraAdmin.ksh
sqwmys_GenerateCreateInstance.ksh
Script $gvsqw_MysBin/../tools/sqwmys_GenerateCreateInstance.ksh:
Generate create instance files
See the detailed help for sqwmys_GenerateCreateInstance.ksh
sqwmys_ListAsyncFilesGlobal.ksh
Script $gvsqw_MysBin/../tools/sqwmys_ListAsyncFilesGlobal.ksh:
List Async files (sql, log, mail) to upload in SQWareCentral (all in a directory)
See the detailed help for sqwmys_ListAsyncFilesGlobal.ksh
sqwmys_ListAsyncFiles.ksh
Script $gvsqw_MysBin/../tools/sqwmys_ListAsyncFiles.ksh:
List Async files (sql, log, mail) to upload in SQWareCentral
See the detailed help for sqwmys_ListAsyncFiles.ksh
sqwmys_MonitorAgentAdmin.ksh
Script $gvsqw_MysBin/../tools/sqwmys_MonitorAgentAdmin.ksh:
Mysql monitor agent services
See the detailed help for sqwmys_MonitorAgentAdmin.ksh
sqwmys_MysqlAdmin.ksh
Script $gvsqw_MysBin/../tools/sqwmys_MysqlAdmin.ksh:
stop/start of mysql services
See the detailed help for sqwmys_MysqlAdmin.ksh
sqwmys_SetEnv.ksh
Script $gvsqw_MysBin/../tools/sqwmys_SetEnv.ksh:
set env for $MYSQL_SID
See the detailed help for sqwmys_SetEnv.ksh
sqwmys_TestInstConnection.ksh
Script $gvsqw_MysBin/../tools/sqwmys_TestInstConnection.ksh:
Test instance connection
See the detailed help for sqwmys_TestInstConnection.ksh
sqwmys_TestMySQL.ksh
Script $gvsqw_MysBin/../tools/sqwmys_TestMySQL.ksh:
Generic test MySQL connection script
See the detailed help for sqwmys_TestMySQL.ksh
sqwmys_TestSendmail.ksh
Script $gvsqw_MysBin/../tools/sqwmys_TestSendmail.ksh:
Generic test sendmail script
See the detailed help for sqwmys_TestSendmail.ksh
sqwmys_Uncrypt.ksh
Script $gvsqw_MysBin/../tools/sqwmys_Uncrypt.ksh:
Generic script to uncrypt file with openssl
See the detailed help for sqwmys_Uncrypt.ksh
sqwmys_UpdateGLPI.ksh
Script $gvsqw_MysBin/../tools/sqwmys_UpdateGLPI.ksh:
Update GLPI database
See the detailed help for sqwmys_UpdateGLPI.ksh
help
Contains help files for "-s" option of bin scripts.
spm
SQL query toolkit
See the detailed help for spm