Read More WWebsite and Hosting Tips MySQL 5.6 and Enable Slow Query LoggingbyMarketing01/10/2014 The commented out examples in the default configuration file (/etc/mysql/my.cnf) that comes with my MySQL 5.6 when installed…
Read More WWebsite and Hosting Tips Export Windows Event logs with PowerShellbyMarketing14/08/2013 1. Create a text file 2. Paste the following command in: Get-Eventlog -LogName application -EntryType Error,Warning | Export-csv…