转载参考:
http://blog.itpub.net/23718752/viewspace-1633856/?page=2
http://blog.itpub.net/23718752/viewspace-1621159/
http://education.oracle.com/pls/web_prod-plq-dad/ou_product_category.getPage?p_cat_id=159
1. Use MySQL client programs to interface with the MySQL Server interactively and in batch
o http://dev.mysql.com/doc/refman/5.6/en/programs-client.html
2. Describe how MySQL uses disk and memory resources
o http://dev.mysql.com/doc/refman/5.6/en/memory-use.html
o http://dev.mysql.com/doc/refman/5.6/en/disk-issues.html
3. List and describe key characteristics of standard MySQL storage engines including InnoDB, NDB, MyISAM, MEMORY, FEDERATED
o http://dev.mysql.com/doc/refman/5.6/en/storage-engines.html
1. Select, deploy, start and stop MySQL using appropriate binary packages for Windows and Linux platforms
o http://dev.mysql.com/doc/refman/5.6/en/binary-installation.html
o http://dev.mysql.com/doc/refman/5.6/en/windows-installation.html
o http://dev.mysql.com/doc/mysql-startstop-excerpt/5.6/en/index.html
2. Configure MySQL Server deployments using options files, command-line options and server variables
o http://dev.mysql.com/doc/refman/5.6/en/server-parameters.html
3. Identify, configure, locate and describe appropriate use cases for MySQL the error, binary, general query and slow query log
o http://dev.mysql.com/doc/refman/5.6/en/server-logs.html
1. Describe appropriate steps to secure a MySQL deployment at the operating system, filesystem and network levels
o http://dev.mysql.com/doc/refman/5.6/en/faqs-security.html
2. Create and maintain user accounts with appropriate privileges and configuration
o http://dev.mysql.com/doc/refman/5.6/en/privilege-system.html
o http://dev.mysql.com/doc/refman/5.6/en/user-account-management.html
3. Deploy and configure MySQL Enterprise Audit
o http://www.mysql.com/products/enterprise/audit.html
o http://dev.mysql.com/doc/refman/5.5/en/audit-log-plugin.html
1. Configure and leverage PERFORMANCE_SCHEMA tables to identify and diagnose performance problems
o http://dev.mysql.com/doc/refman/5.6/en/performance-schema.html
2. Obtain MySQL metadata from INFORMATION_SCHEMA tables
o http://dev.mysql.com/doc/refman/5.6/en/information-schema.html
1. Demonstrate ability to diagnose and optimize poorly-performing queries
o http://dev.mysql.com/doc/refman/5.6/en/statement-optimization.html
o http://dev.mysql.com/doc/refman/5.6/en/execution-plan-information.html
2. Tune MySQL Server configuration for best performance
o http://dev.mysql.com/doc/refman/5.6/en/optimizing-innodb.html
o http://dev.mysql.com/doc/refman/5.6/en/optimizing-myisam.html
o http://dev.mysql.com/doc/refman/5.6/en/optimizing-memory-tables.html
3. Create and utilize table partitioning
o http://dev.mysql.com/doc/refman/5.6/en/partitioning.html
4. Apply best practices in optimizing schema objects
o http://dev.mysql.com/doc/refman/5.6/en/optimizing-database-structure.html
o http://dev.mysql.com/doc/refman/5.6/en/optimization-indexes.html
5. Demonstrate understanding of locking concepts as applied to MySQL Server and storage engines
o http://dev.mysql.com/doc/refman/5.6/en/locking-issues.html
1. Create and restore logical backups using mysqldump
o http://dev.mysql.com/doc/mysql-backup-excerpt/5.6/en/using-mysqldump.html
2. Create and restore binary backups
o http://dev.mysql.com/doc/mysql-backup-excerpt/5.6/en/innodb-backup.html
o http://dev.mysql.com/doc/refman/5.6/en/mysql-enterprise-backup.html
3. Use backups for data recovery
o http://dev.mysql.com/doc/mysql-backup-excerpt/5.6/en/point-in-time-recovery.html
1. Describe, configure, deploy and troubleshoot MySQL replication
o http://dev.mysql.com/doc/refman/5.6/en/replication-semisync.html
o http://dev.mysql.com/doc/refman/5.6/en/replication.html
2. Describe and contrast characteristics of common MySQL high availability solutions (MySQL Cluster, DRBD, Windows Failover Clustering, Solaris Cluster, OVM Template for MySQL Enterprise)
o http://dev.mysql.com/doc/mysql-ha-scalability/en/index.html