Oracle Certified Professional, MySQL 5.6 Database Administrator

Similar documents
SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases.

D61830GC30. MySQL for Developers. Summary. Introduction. Prerequisites. At Course completion After completing this course, students will be able to:

DBA Tutorial Kai Voigt Senior MySQL Instructor Sun Microsystems Santa Clara, April 12, 2010

MySQL for Beginners Ed 3

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam

Administering a Microsoft SQL Server 2000 Database

Database Administration with MySQL

Tier Architectures. Kathleen Durant CS 3200

Administering a Microsoft SQL Server 2000 Database

Oracle Architecture, Concepts & Facilities

New Features in MySQL 5.0, 5.1, and Beyond

Microsoft SQL Database Administrator Certification

MySQL 6.0 Backup. Replication and Backup Team. Dr. Lars Thalmann Dr. Charles A. Bell Rafal Somla. Presented by, MySQL & O Reilly Media, Inc.

MySQL Storage Engines

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

SCALABLE DATA SERVICES

Tushar Joshi Turtle Networks Ltd

Part 3. MySQL DBA I Exam

W I S E. SQL Server 2008/2008 R2 Advanced DBA Performance & WISE LTD.

Administering a Microsoft SQL Server 2000 Database

DB2 - DATABASE SECURITY

Determining your storage engine usage

50238: Introduction to SQL Server 2008 Administration

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs

Oracle to SQL Server 2005 Migration

MOC 20462C: Administering Microsoft SQL Server Databases

Microsoft SQL Server Beginner course content (3-day)

Best Practices for Using MySQL in the Cloud

6231A - Maintaining a Microsoft SQL Server 2008 Database

StoreGrid Backup Server With MySQL As Backend Database:

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

EMBL-EBI. Database Replication - Distribution

ORACLE DATABASE ADMINISTRATION PROGRAM LEARNING OUTCOMES

The Ultimate Remote Database Administration Tool for Oracle, SQL Server and DB2 UDB

BIGDATA GREENPLUM DBA INTRODUCTION COURSE OBJECTIVES COURSE SUMMARY HIGHLIGHTS OF GREENPLUM DBA AT IQ TECH

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

Arbortext Content Manager 9.0/9.1 Curriculum Guide

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added?

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.

Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications

Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led

Course Outline: Course 6317: Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills

Oracle Database 12c: Admin, Install and Upgrade Accelerated

MySQL 5.0 vs. Microsoft SQL Server 2005

MS SQL Server 2014 New Features and Database Administration

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

MySQL Administration and Management Essentials

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server.

Percona Server features for OpenStack and Trove Ops

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

Configuring Apache Derby for Performance and Durability Olav Sandstå

CribMaster Database and Client Requirements

Microsoft Official Courseware

Firebird. A really free database used in free and commercial projects

SQL Server Training Course Content

10775A Administering Microsoft SQL Server 2012 Databases

MySQL Enterprise Monitor

MS Design, Optimize and Maintain Database for Microsoft SQL Server 2008

Course 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

Maintaining a Microsoft SQL Server 2008 Database

Database Extension 1.5 ez Publish Extension Manual

Database as a Service (DaaS) Version 1.02

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system.

Administering Microsoft SQL Server 2012 Databases


MS-10775: Administering Microsoft SQL Server 2012 Databases. Course Objectives. Required Exam(s) Price. Duration. Methods of Delivery.

Oracle Database 12c: New Features for Administrators

ORACLE DATABASE 11G: COMPLETE

Course Syllabus. At Course Completion

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led

High Availability Solutions for the MariaDB and MySQL Database

Administering a SQL Database Infrastructure (MS )

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW

General DBA Best Practices

Administering Microsoft SQL Server 2012 Databases

ExecuTrain Course Outline MOC 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

Implementing a Microsoft SQL Server 2005 Database

Microsoft SQL Server 2008 Administrator's Pocket Consultant

ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR. Enterprise Manager Express home page versus Enterprise Manager Database Control

David Dye. Extract, Transform, Load

10775 Administering Microsoft SQL Server Databases

Below are the some of the new features of SQL Server that has been discussed in this course

Designing a Microsoft SQL Server 2005 Infrastructure

Netezza PureData System Administration Course

DATABASE ADMINISTRATION (DBA) SERVICES

Before attending this course, participants should have:

Oracle 11g Database Administration

AV-004: Administering and Programming with ORACLE

Oracle USF

Oracle Database 11g: Administration I

Oracle Database 10g: Administration Workshop II Release 2

Choosing the Right Way of Migrating MySQL Databases

Project Manager 1 Post == Experience years in Project Management in reputed company, Salary Rs.1,20,000/-

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database: SQL and PL/SQL Fundamentals NEW

6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

Products and Solutions

Transcription:

Oracle Certified Professional, MySQL 5.6 Database Administrator Introduction MySQL Overview, Products, Services MySQL Services and Support Supported Operating Services MySQL Certification Program Training Curriculum Paths MySQL Documentation Resources MySQL Architecture Describe the client/server model Understand communication protocols Understand how the server supports storage engines Explain the basics of how MySQL uses memory and disk space System Administration Choose between types of MySQL distributions Install the MySQL Server Describe the MySQL Server installation file structure Start and stop the MySQL server Upgrade MySQL Run multiple MySQL servers on a single host Server Configuration Set up MySQL server configuration files Explain the purpose of dynamic server variables Review the server status variables available Configure operational characteristics of the MySQL server Describe the available log files Explain binary logging Clients and Tools Describe the available clients for administrative tasks Use MySQL administrative clients Use the mysql command line clients Use the mysqladmin for administrative tasks

Describe available MySQL tools List the available APIs (drivers and connectors) Data Types Describe the major categories of data types Explain the meaning of NULL Describe column attributes Explain character set usage with data types Choose an appropriate data type Obtaining Metadata List the various metadata access methods available Recognize the structure of the INFORMATION_SCHEMA database schema Use the available commands to view metadata Describe differences between SHOW statements and INFORMATION_SCHEMA tables Use the mysqlshow client program Use INFORMATION_SCHEMA to create shell commands and SQL statements Transaction and Locking Use transaction control statement to run multiple SQL statements concurrently Explain the ACID properties Describe the transaction isolation levels Use locking to protect transactions InnoDB Storage Engine Describe the InnoDB storage engine Set the storage engine to InnoDB Illustrate the InnoDB tablespace storage system Efficiently configure the tablespace Use foreign keys to attain referential integrity Explain InnoDB locking Other Storage Engines Explain the general purpose of storage engines in MySQL List the storage engines available for MySQL Describe the key features of the MyISAM storage engine Describe the key features of the MEMORY storage engine

Give an overview of other storage engines: FEDERATED, ARCHIVE, BLACKHOLE, NDBCLUSTER Choose an appropriate storage engine Partitioning Define partitioning and its particular use in MySQL Determine server partitioning support List the reasons for using partitioning Explain the types of partitioning Create partitioned tables Describe subpartitioning Obtain partitioning metadata Use partitioning to improve performance User Management Depict the user connection and query process List requirements for user authentication Use SHOW PROCESSLIST to show which threads are running Create, modify and drop user accounts List requirements for user authorization Describe the levels of access privileges for users List the types of privileges Grant, modify and revoke user privileges Security Recognize common security risks Describe security risks specific to the MySQL installation List security problems and counter-measures for network, operating system, filesystem and users Protect your data Use SSL for secure MySQL server connections Explain how SSH enables a secure remote connection to the MySQL server Find additional information for common security issues Table Maintenance Recognize types of table maintenance operations Execute SQL statements for table maintenance Client and utility programs for table maintenance Maintain tables according to specific storage engines

Exporting and Importing Data Exporting Data using SQL Importing Data using SQL Programming Inside MySQL Creating and executing Stored Routines Describing stored routine execution security Creating and executing triggers Creating, altering and dropping events Explaining even execution scheduling Views Defining views Reasons to use views Altering, checking and removing a view Setting privileges for views MySQL Backup and Recovery Describing backup basics Types of backups Backup tools and utilities Making binary and text backups Role of log and status files in backups Data Recovery Introduction to Replication Describing MySQL Replication Managing the MySQL Binary Log Explaining MySQL replication threads and files Setting up a MySQL Replication Environment Monitoring MySQL Replication Troubleshooting MySQL Replication Introduction to Performance Tuning Using EXPLAIN to Analyze Queries General Table Optimizations Monitoring status variables that affect performance Setting and Interpreting MySQL server Variables

Conclusion Course Overview MySQL Curriculum Course Evaluation Thank You! Q&A Session