Difference between revisions of "Template:SQWareProduction sqwmys GlobalVar.cfg content"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 21: | Line 21: | ||
# For information : contact@dbsqware.com or www.dbsqware.com | # For information : contact@dbsqware.com or www.dbsqware.com | ||
################################################################### | ################################################################### | ||
− | ## @Synopsis Global var | + | ## @Synopsis Global var for Mysql |
− | ## @Copyright Copyright 2010- | + | ## @Copyright Copyright 2010-2014, OctopusDBA (www.octopusdba.com) |
## @License GPL v3 | ## @License GPL v3 | ||
− | |||
− | |||
#global | #global | ||
− | export | + | if [ -r "/var/lib/mysql/mysql.sock" ] |
− | + | then | |
− | export | + | export gvsqw_MysqlSock='/var/lib/mysql/mysql.sock' |
− | export gvsqw_MysqlSock=' | + | elif [ -r "/var/lib/mysqld/mysql.sock" ] |
− | export | + | then |
+ | export gvsqw_MysqlSock='/var/lib/mysqld/mysql.sock' | ||
+ | elif [ -r "/var/lib64/mysql/mysql.sock" ] | ||
+ | then | ||
+ | export gvsqw_MysqlSock='/var/lib64/mysql/mysql.sock' | ||
+ | elif [ -r "/var/lib64/mysqld/mysql.sock" ] | ||
+ | then | ||
+ | export gvsqw_MysqlSock='/var/lib64/mysqld/mysql.sock' | ||
+ | else | ||
+ | export gvsqw_MysqlSock='$MYSQL_HOME/tmp/$MYSQL_SID.sock' | ||
+ | fi | ||
export gvsqw_DbaUser="$gvsqw_UserExec" | export gvsqw_DbaUser="$gvsqw_UserExec" | ||
export gvsqw_ConnectString='-S $gvsqw_MysqlSock -u $gvsqw_DbaUser' | export gvsqw_ConnectString='-S $gvsqw_MysqlSock -u $gvsqw_DbaUser' | ||
− | |||
export gvsqw_DistConnectString='-h $gvsqw_MysqlHost -P $gvsqw_MysqlPort -u$gvsqw_DbaUser -p$gvsqw_DbaUserPasswd' | export gvsqw_DistConnectString='-h $gvsqw_MysqlHost -P $gvsqw_MysqlPort -u$gvsqw_DbaUser -p$gvsqw_DbaUserPasswd' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
export gvsqw_SuppArchSlow=30 | export gvsqw_SuppArchSlow=30 | ||
export gvsqw_RootAdmin='$HOME/${MYSQL_SID}' | export gvsqw_RootAdmin='$HOME/${MYSQL_SID}' | ||
+ | export gvsqw_RootAdminDisable='$HOME' | ||
export gvsqw_RootAdminDist='$HOME/admin/mysql/${MYSQL_SID}' | export gvsqw_RootAdminDist='$HOME/admin/mysql/${MYSQL_SID}' | ||
− | export gvsqw_RootCfg='$gvsqw_RootAdmin/ | + | export gvsqw_RootCfg='$gvsqw_RootAdmin/sqwConfig' |
export gvsqw_RootDbf='/$(echo ${HOME}|cut -d/ -f2)/data/${MYSQL_SID}' | export gvsqw_RootDbf='/$(echo ${HOME}|cut -d/ -f2)/data/${MYSQL_SID}' | ||
− | export | + | #export gvsqw_GenExcludeDatabasesWhereClause="and SCHEMA_NAME not in ('SQWareProduction','${MYSQL_SID}','tmp','logs') and SCHEMA_NAME not like '%#%' and SCHEMA_NAME not like '% %'" |
− | export | + | export gvsqw_GenExcludeDatabasesWhereClause="and table_schema not like '%#%' and table_schema not like '% %'" |
+ | export gvsqw_DbAlias='$MYSQL_SID' | ||
export gvsqw_NbThreadOptimize=2 | export gvsqw_NbThreadOptimize=2 | ||
export gvsqw_NbThreadAnalyze=2 | export gvsqw_NbThreadAnalyze=2 | ||
export gvsqw_NbThreadDump=2 | export gvsqw_NbThreadDump=2 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#for indicators | #for indicators | ||
export gvsqw_SizeMinTableIndicators=1 | export gvsqw_SizeMinTableIndicators=1 | ||
− | #for | + | #for Dump scripts |
− | export gvsqw_RootDump=' | + | export gvsqw_RootDump='$HOME/mys_dump/$MYSQL_SID' |
export gvsqw_DumpNbGeneration=2 | export gvsqw_DumpNbGeneration=2 | ||
export gvsqw_ConsistentInnoDb="--single-transaction" | export gvsqw_ConsistentInnoDb="--single-transaction" | ||
export gvsqw_ConsistentOthers="--lock-tables" | export gvsqw_ConsistentOthers="--lock-tables" | ||
export gvsqw_MysqlDumpOpt='$gvsqw_ConnectString --create-options -f --max_allowed_packet=1000000000 --net_buffer_length=16M ${lfsqw_SqlOpt}${lvsqw_AdditionalOption} -R -q --databases ${lvsqw_DbName}' | export gvsqw_MysqlDumpOpt='$gvsqw_ConnectString --create-options -f --max_allowed_packet=1000000000 --net_buffer_length=16M ${lfsqw_SqlOpt}${lvsqw_AdditionalOption} -R -q --databases ${lvsqw_DbName}' | ||
− | |||
− | |||
##Globaly forcing return code for scripts | ##Globaly forcing return code for scripts | ||
#export gvsqw_ForcedReturnCodeScript_sqwmys_DumpDatabase=0 | #export gvsqw_ForcedReturnCodeScript_sqwmys_DumpDatabase=0 | ||
− | #for | + | #for SQWareWeb |
− | |||
− | |||
#export gvsqw_WebDbaDirSlowQuery='Directory to store SlowQuery files' | #export gvsqw_WebDbaDirSlowQuery='Directory to store SlowQuery files' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</pre> | </pre> |
Revision as of 17:48, 5 April 2014
File content:
#!/bin/ksh ################################################################### # SQWareProduction for Mysql module of dbSQWare is developped with GPL License 3.0 : # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # dbSQWare is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # # For information : contact@dbsqware.com or www.dbsqware.com ################################################################### ## @Synopsis Global var for Mysql ## @Copyright Copyright 2010-2014, OctopusDBA (www.octopusdba.com) ## @License GPL v3 #global if [ -r "/var/lib/mysql/mysql.sock" ] then export gvsqw_MysqlSock='/var/lib/mysql/mysql.sock' elif [ -r "/var/lib/mysqld/mysql.sock" ] then export gvsqw_MysqlSock='/var/lib/mysqld/mysql.sock' elif [ -r "/var/lib64/mysql/mysql.sock" ] then export gvsqw_MysqlSock='/var/lib64/mysql/mysql.sock' elif [ -r "/var/lib64/mysqld/mysql.sock" ] then export gvsqw_MysqlSock='/var/lib64/mysqld/mysql.sock' else export gvsqw_MysqlSock='$MYSQL_HOME/tmp/$MYSQL_SID.sock' fi export gvsqw_DbaUser="$gvsqw_UserExec" export gvsqw_ConnectString='-S $gvsqw_MysqlSock -u $gvsqw_DbaUser' export gvsqw_DistConnectString='-h $gvsqw_MysqlHost -P $gvsqw_MysqlPort -u$gvsqw_DbaUser -p$gvsqw_DbaUserPasswd' export gvsqw_SuppArchSlow=30 export gvsqw_RootAdmin='$HOME/${MYSQL_SID}' export gvsqw_RootAdminDisable='$HOME' export gvsqw_RootAdminDist='$HOME/admin/mysql/${MYSQL_SID}' export gvsqw_RootCfg='$gvsqw_RootAdmin/sqwConfig' export gvsqw_RootDbf='/$(echo ${HOME}|cut -d/ -f2)/data/${MYSQL_SID}' #export gvsqw_GenExcludeDatabasesWhereClause="and SCHEMA_NAME not in ('SQWareProduction','${MYSQL_SID}','tmp','logs') and SCHEMA_NAME not like '%#%' and SCHEMA_NAME not like '% %'" export gvsqw_GenExcludeDatabasesWhereClause="and table_schema not like '%#%' and table_schema not like '% %'" export gvsqw_DbAlias='$MYSQL_SID' export gvsqw_NbThreadOptimize=2 export gvsqw_NbThreadAnalyze=2 export gvsqw_NbThreadDump=2 #for indicators export gvsqw_SizeMinTableIndicators=1 #for Dump scripts export gvsqw_RootDump='$HOME/mys_dump/$MYSQL_SID' export gvsqw_DumpNbGeneration=2 export gvsqw_ConsistentInnoDb="--single-transaction" export gvsqw_ConsistentOthers="--lock-tables" export gvsqw_MysqlDumpOpt='$gvsqw_ConnectString --create-options -f --max_allowed_packet=1000000000 --net_buffer_length=16M ${lfsqw_SqlOpt}${lvsqw_AdditionalOption} -R -q --databases ${lvsqw_DbName}' ##Globaly forcing return code for scripts #export gvsqw_ForcedReturnCodeScript_sqwmys_DumpDatabase=0 #for SQWareWeb #export gvsqw_WebDbaDirSlowQuery='Directory to store SlowQuery files'