- The top 5 proactive measures to minimize MySQL downtime
- The small improvements of MySQL 5.6: Duplicate Index Detection
- Keynotes, BOFs, and the Community Networking Reception at Percona Live MySQL Conference and Expo
- Analyzing Slow Query Table in MySQL 5.6
- Percona Toolkit by example – pt-stalk
- innodb_stats_on_metadata and slow queries on INFORMATION_SCHEMA
- [Webinar: SQL Query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Google Fonts Preview</title> | |
| <style> | |
| #preview { | |
| margin: 0 auto; | |
| text-align: center; | |
| width: 80%; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # Shameless copy from qwiklab | |
| import boto.ec2, os, datetime | |
| MAX_SNAPSHOTS = 2 # Number of snapshots to keep | |
| # Connect to EC2 in this region | |
| region = os.environ.get('EC2_REGION') | |
| connection = boto.ec2.connect_to_region(region) |
OlderNewer