Difference between revisions of "SQWareProduction:mysql:lib:sqwmys Global.lib"
m (Updated by Expdbtools) |
m (Updated by BatchUser) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | shell functions library $gvsqw_MysBin/../lib/sqwmys_Global.lib:<br> | |
− | + | {{SQWareProduction_sqwmys_Global.lib_presentation}} | |
<br> | <br> | ||
− | + | Functions explanation: | |
− | + | <pre> | |
− | + | gfsqw_CheckConn => | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
gfsqw_EvalGlobalVar | gfsqw_EvalGlobalVar | ||
− | gfsqw_GenListDatabase | + | gfsqw_FormatHtmlMessages => |
− | gfsqw_GetVersion | + | gfsqw_GenListDatabase => |
− | + | gfsqw_GetVersion => | |
− | |||
− | |||
− | |||
− | |||
gfsqw_SourceProfile | gfsqw_SourceProfile | ||
− | + | gfsqw_TrapServer => | |
+ | gfsqw_TrapVersion => | ||
+ | gfsqw_TrapVersion 2>&1|grep -v 'password on the command line'|grep -v '^mysql: Deprecated program name.' | sed 's, *$,,g' > $gvsqw_MailInfoProgFile.tmp | ||
+ | gfsqw_TrapVersion 2>&1|grep -v 'password on the command line'|grep -v '^mysql: Deprecated program name.' | sed 's, *$,,g' |tee $gvsqw_TmpFile | ||
+ | </pre> | ||
<br> | <br> | ||
{{SQWareProductionSurchargeLib|mysql|Mys|sqwmys_Global.lib}} | {{SQWareProductionSurchargeLib|mysql|Mys|sqwmys_Global.lib}} | ||
<br> | <br> |
Latest revision as of 17:32, 15 September 2024
shell functions library $gvsqw_MysBin/../lib/sqwmys_Global.lib:
central lib of generic fonctions for mysql
Functions explanation:
gfsqw_CheckConn => gfsqw_EvalGlobalVar gfsqw_FormatHtmlMessages => gfsqw_GenListDatabase => gfsqw_GetVersion => gfsqw_SourceProfile gfsqw_TrapServer => gfsqw_TrapVersion => gfsqw_TrapVersion 2>&1|grep -v 'password on the command line'|grep -v '^mysql: Deprecated program name.' | sed 's, *$,,g' > $gvsqw_MailInfoProgFile.tmp gfsqw_TrapVersion 2>&1|grep -v 'password on the command line'|grep -v '^mysql: Deprecated program name.' | sed 's, *$,,g' |tee $gvsqw_TmpFile