esxcli system snmp set –communities public esxcli system snmp set –targets pod23-esx-01a.pml.local@161/public esxcli system snmp set –enable true esxcli system snmp test esx…
Enterprise/
shell> mysql -u username -p mysql> PURGE BINARY LOGS TO 'mysql-bin.000015'; Alternatively, you can remove the binary older than a specific date. shell> mysql -u username -…
#Advanced Options "/S /v"/qn REBOOT=R""
mysql> pager less; PAGER set to ‘less’ Выводим информацию о текущих установках глобальных переменных: mysql> SHOW VARIABLES; | slow_query_log | OFF | | slow_query_log_…
I skimmed over this thread and I think I can help clarify the innodb, rsync, and lvm situation. The basic issue with just running rsync on the files under a running mysqld is that…
http://<FQDN or IP Address>:9443/vsphere-client/ vCLI VMware vSphere® Management Assistant (vMA): - virtual appliance VMware vSphere® PowerCLI: • Automation tool for a…
1. Download and install the latest version http://www.percona.com/downloads/XtraBackup/LATEST/ #For Debian wget http://www.percona.com/downloads/XtraBackup/LATEST/deb/squeeze/x86_6…
http://www.selectorweb.com/sql_sybase.html
Show process list: SHOW PROCESSLIST; asd Properties of Transactions: Transactions have the following four standard properties, usually referred to by the acronym ACID: Atomicity:…
mysql> SHOW TABLES LIKE "phpbb_%"; /* list all phpBB tables */ mysql> DROP TABLES LIKE "phpbb_%"; /* DROP THEM? Quite a naive approach.. */ Well, even before executing it I w…