Recommended Services
Supported Scripts
Tag: logs
Website
MySQL 5.6 and Enable Slow Query Logging
The commented out examples in the default configuration file (https://97a481b0.rocketcdn.me/etc/mysql/my.cnf) that comes with my MySQL 5.6 when installed through ...
Website
Export Windows Event logs with PowerShell
1. Create a text file
2. Paste the following command in:
Get-Eventlog -LogName application -EntryType Error,Warning | Export-csv application_logs.csv | Get-Eventlog ...