SlideShare a Scribd company logo
1 of 30
Download to read offline
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.1
Advantages of Commercial
MySQL vs. Community Edition
Mario Beck
MySQL Sales Consulting Manager EMEA
Mario.Beck@oracle.com
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.2
The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied
upon in making purchasing decision. The development, release, and timing of any
features or functionality described for Oracle’s products remains at the sole discretion
of Oracle.
Safe Harbor Statement
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.3
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons
 MySQL Tools
 MySQL Support
 MySQL Licensing
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.4
MySQL 5.5
MySQL Cluster 7.3
MySQL Enterprise Monitor 2.3 & 3.0
MySQL Enterprise Backup
Security
Scalability
HA
Audit
MySQL 5.6
MySQL Workbench 6.0
M y S Q L U t i l i t i e s
M y S Q L
A p p l i e r f o r
H a d o o p
MySQL Workbench 5.2 & 6.0
M y S Q L E n t e r p r i s e
O r a c l e C e r t i f i c a t i o n s
Almost 4 Years of MySQL Innovation
M y S Q L C l u s t e r
M a n a g e rWindows installer & Tools
MySQL Cluster 7.2
MySQL Cluster 7.1
MySQLMigration
Wizard
MySQL 5.7
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.5
MySQL Enterprise Monitor 2.2
MySQL Cluster 7.1
MySQL Cluster Manager 1.0
MySQL Workbench 5.2
MySQL Database 5.5
MySQL Enterprise Backup 3.5
MySQL Enterprise Monitor 2.3
Driving MySQL Innovation
MySQL since 2010 (SUN  Oracle), part 1
All GA! - 2010
MySQL Cluster Manager 1.1
Oracle VM Template for MySQL
Enterprise Edition
MySQL Enterprise Oracle
Certifications
MySQL Windows Installer
MySQL Enterprise Security
MySQL Enterprise Scalability
MySQL Enterprise Backup 3.7
MySQL Cluster 7.2
MySQL Cluster Manager 1.2
MySQL Utilities 1.0
MySQL Migration Wizard
MySQL for Excel 1.0 / 1.1
MySQL Enterprise Backup 3.8
MySQL Enterprise Audit
MySQL Enterprise HA (DRBD)
All GA! - 2011
MySQL Database 5.6
MySQL Utilities 1.3
MySQL Cluster 7.3
MySQL Workbench 6.0
MySQL Enterprise Monitor 3.0
MySQL Enterprise Backup 3.9
MySQL Yum Linux repository
All GA! - 2012 All GA! - 2013
and Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.6
MySQL Cluster Manager 1.3
MySQL Workbench 6.2
MySQL for Excel 1.2
MySQL Enterprise Backup 3.11
Oracle Grid Infrastructure
Agents for MySQL
Latest:
MySQL 5.5.41 / 5.6.22
MySQL Cluster 7.2.18 / 7.3.7
GA! – 2014DMR* Q1 / 2014
*Development Milestone Release
MySQL Utilities Fabric 1.4.4 (GA)
MySQL 5.7.5 m15
- Throughput improvements
- Optimizer improvements
- more online DDL
- temporary tables in InnoDB
- Execution plan of running statements
- GIS: Spatial Indexes
and Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver
Driving MySQL Innovation
MySQL since 2010 (SUN  Oracle), part 2
Labs – Q1 / 2014
MySQL with InnoDB PageIO Compression
MySQL GIS, InnoDB R-tree, Parser Refactoring
MySQL Cluster 7.4.0
MySQL Multi-source Replication
MySQL JSON UDFs 0.3.1
MySQL Applier for Hadoop
Proxy 0.8.3 (Alpha)
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.7
Oracle Premier
Lifetime Support
Oracle Product
Certifications/Integrations
MySQL Enterprise
High Availability
MySQL Enterprise
Security
MySQL Enterprise
Scalability
MySQL Enterprise
Backup
MySQL Enterprise
Monitor/Query Analyzer
MySQL Workbench
MySQL Enterprise Edition
Highest Levels of Security, Performance and Availability
MySQL Enterprise
Audit
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.8
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons
 MySQL Tools
 MySQL Support
 MySQL Licensing
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.9
 Out-of-the-box logging of connections, logins, query
activity across all or specific MySQL servers
 User defined policies, filtering and log rotation
 Dynamically enabled, disabled: no server restart
 XML-based audit stream per Oracle audit specification
 Easily implemented via MySQL 5.5 Audit API
 MySQL 5.5.28 and higher
MySQL Enterprise Audit
Policy-based Auditing for MySQL Applications
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.10
MySQL Enterprise Encryption
Standards Based Cryptography
 MySQL encryption libraries
– Symmetric encryption AES256
– Public-key / asymmetric cryptography
 Key management
– Generate public and private keys
– Key exchange methods: RSA, DSA, DH
 Sign and verify data
– Cryptographic hashing for digital signing, verification, & validation
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.11
 PAM (Pluggable Authentication Modules)
- Access external authentication methods
- Standard interface (Unix, LDAP, Kerberos, others)
- proxied and non-proxied users
 Windows
- Access native Windows services
- Authenticate users already logged into Windows (Windows Active
Directory)
 Pluggable Authentication API
MySQL Enterprise Security
External Authentication
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.12
 MySQL default thread-handling – excellent
performance, can limit scalability as user connections
grow
 MySQL Thread Pool improves sustained
performance/scale as user connections grow
 Thread Pool API
Ensures better, sustained performance as user loads continue to grow.
MySQL Enterprise Scalability
MySQL Thread Pool
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.13
MySQL Enterprise Edition
With Thread Pool
MySQL Community Server
Without Thread Pool
20x Better Scalability with Thread Pool
0
1.000
2.000
3.000
4.000
5.000
6.000
7.000
8.000
TransactionsPerSecond
Simultaneous Database Connections
MySQL 5.5 Sysbench OLTP Read/Write
MySQL 5.5.16
Oracle Linux 6.1, Unbreakable Kernel 2.6.32
2 sockets, 24 cores, 2 X 12-core
Intel(R) Xeon(R) X5670 2.93GHz CPUs
72GB DDR3 RAM
2 X LSI SCSI Disk (MR9261-8i) (597GB)
With Thread Pool Enabled
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.14
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons
 MySQL Tools
 MySQL Support
 MySQL Licensing
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.15
Availability monitoring
Performance monitoring
Configuration monitoring
All available metrics collected
– Allowing for custom
threshold based incident
reports
MySQL auto-detection
Oracle Enterprise Manager for MySQL
Performance
Availability
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.16
A Virtual MySQL DBA Assistant!
 Web-based, global view of
MySQL/Cluster applications (on-
premise and Cloud deployments)
 Automated, rules-based monitoring and
alerts (SMTP, SNMP enabled)
 Query capture, monitoring, analysis and
tuning, correlated with Monitor graphs
 Real-time Replication Monitor with auto-
discovery of master-slave topologies
 Integrated with Oracle Support
MySQL Enterprise Monitor
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.17
 Online Backup for InnoDB (scriptable interface)
 Full, Incremental, Partial Backups (with compression)
 Point in Time, Full, Partial Recovery options
 Parallel, multi-threaded backup/recovery operations
 Metadata on status, progress, history
 Unlimited Database Size
 Cross-Platform
- Windows, Linux, Unix
 Certified with Oracle Secure Backup
MEB Backup
Files
MySQL
Database Files
mysqlbackup
Ensures quick, online backup and recovery of your on premise and Cloud
based MySQL applications.
MySQL Enterprise Backup
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.18
Database Design
- Visual Design, modeling
- Forward/Reverse Engineer
- Schema validation, Schema doc
SQL Development
- SQL Editor - Color Syntax Highlighting
- Objects - Import/Export, Browse/Edit
Database Administration
- Status, Configuration, Start/Stop
- Users, Security, Sessions
- Import/Export Dump Files
New! Database Migration Wizard
for SQL Server, Sybase, PostgreSQLMySQL Workbench
Saves you time developing and
managing your MySQL applications.
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.19
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons
 MySQL Tools
 MySQL Support
 MySQL Licensing
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.20
 Oracle Fusion MiddleWare
- WebLogic Server
- Database Adapter for Oracle SOA Suite
- Oracle Business Process Management
- Oracle Virtual Directory
- Oracle Data Integrator
- Oracle Enterprise Performance Management
- Oracle Identity Analytics
- Open SSO STS, Open SSO Fedlet
All ship with MySQL 5.x JDBC driver
Oracle Product Integrations/Certifications
Available Now
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.21
 Oracle Linux (w/DRBD Stack)
 Oracle VM
 Oracle VM Template for MySQL EE
 Oracle Solaris Clustering
 Oracle GoldenGate
 Oracle Secure Backup
 Oracle Database Firewall
 Oracle Clusterware
Oracle Product Integrations/Certifications
Available Now
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.22
 Largest Team of MySQL Experts
 Backed by MySQL Developers
 Forward Compatible Hot Fixes
 MySQL Maintenance Releases
 Direct Access to MySQL Support Engineers
 Support in 29 Languages
 24/7/365
 Unlimited Incidents
 Knowledge Base
 MySQL Consultative Support
"The rep that assisted me was simply
outstanding. He immediately recognized
the cause of my problem and provided the
resolution.”
mysql.com/support/quotes
Only From
Oracle
Oracle Premier Lifetime Support for MySQL
Rely on the Experts
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.23
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons
 MySQL Tools
 MySQL Support
 MySQL Licensing
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.24
 Dual Licensing for MySQL and MySQL Cluster
 GPLv2 (GNU Public License, version 2)
 Commercial License
 Which one to choose: http://www.mysql.com/about/legal/licensing/oem/
OEMs (Original Equipment Manufacturers), ISVs (Independent
Software Vendors), VARs (Value Added Resellers) and other
distributors that combine and distribute commercially licensed
software with MySQL software and do not wish to distribute the
source code for the commercially licensed software under version 2
of the GNU General Public License (the "GPL") must enter into a
commercial license agreement with Oracle.
MySQL Licensing
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.25
 Easy to use for your customers
 Zero maintenance for MySQL database
 Simplifies your support
 More cost effective licensing model („Embedded Software License“)
Benefits of Integration
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.26
Summary
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons (Auditing, ThreadPools, External Authentication)
 MySQL Tools (Enterprise Monitor, Enterprise Backup, Workbench)
 MySQL Support (7x24, Consultative Support, Certifications)
 MySQL Licensing (Protect your IPR, Integrate MySQL and Your Application)
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.27
 mysql.com
- MySQL Products and Editions
- TCO calculator
- Customer use cases and success stories
 dev.mysql.com
- Downloads, Documentation
- Forums
- PlanetMySQL
 eDelivery.oracle.com
- Download and evaluate all MySQL products
Learn More
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.28
Stay Tuned!
 News from the MySQL Server Team
– http://mysqlserverteam.com/
 News from the broader MySQL engineering teams
– http://insidemysql.com/
 MySQL performance benchmarks and news
– http://dimitrik.free.fr/blog/index.html
 Get the latest 5.7 DMR
– All Platforms http://dev.mysql.com/downloads/mysql/
– YUM repo - http://dev.mysql.com/downloads/repo/
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.29
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons (Auditing, ThreadPools, External Authentication)
 MySQL Tools (Enterprise Monitor, Enterprise Backup, Workbench)
 MySQL Support (7x24, Consultative Support, Certifications)
 MySQL Licensing (Protect your IPR, Integrate MySQL and Your Application)
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.30

More Related Content

What's hot

Always on in sql server 2017
Always on in sql server 2017Always on in sql server 2017
Always on in sql server 2017Gianluca Hotz
 
Less05 asm instance
Less05 asm instanceLess05 asm instance
Less05 asm instanceAmit Bhalla
 
MySQL InnoDB Cluster - A complete High Availability solution for MySQL
MySQL InnoDB Cluster - A complete High Availability solution for MySQLMySQL InnoDB Cluster - A complete High Availability solution for MySQL
MySQL InnoDB Cluster - A complete High Availability solution for MySQLOlivier DASINI
 
Percona Live 2022 - MySQL Architectures
Percona Live 2022 - MySQL ArchitecturesPercona Live 2022 - MySQL Architectures
Percona Live 2022 - MySQL ArchitecturesFrederic Descamps
 
MySQL 8.0 EXPLAIN ANALYZE
MySQL 8.0 EXPLAIN ANALYZEMySQL 8.0 EXPLAIN ANALYZE
MySQL 8.0 EXPLAIN ANALYZENorvald Ryeng
 
HA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybridHA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybridJames Serra
 
MySQL InnoDB Cluster: High Availability Made Easy!
MySQL InnoDB Cluster: High Availability Made Easy!MySQL InnoDB Cluster: High Availability Made Easy!
MySQL InnoDB Cluster: High Availability Made Easy!Vittorio Cioe
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONMarkus Michalewicz
 
MySQL Database Architectures - MySQL InnoDB ClusterSet 2021-11
MySQL Database Architectures - MySQL InnoDB ClusterSet 2021-11MySQL Database Architectures - MySQL InnoDB ClusterSet 2021-11
MySQL Database Architectures - MySQL InnoDB ClusterSet 2021-11Kenny Gryp
 
MySQL Shell - The Best MySQL DBA Tool
MySQL Shell - The Best MySQL DBA ToolMySQL Shell - The Best MySQL DBA Tool
MySQL Shell - The Best MySQL DBA ToolMiguel Araújo
 
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewHA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewMarkus Michalewicz
 
MySQL Database Architectures - InnoDB ReplicaSet & Cluster
MySQL Database Architectures - InnoDB ReplicaSet & ClusterMySQL Database Architectures - InnoDB ReplicaSet & Cluster
MySQL Database Architectures - InnoDB ReplicaSet & ClusterKenny Gryp
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMarkus Michalewicz
 
A Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle CloudA Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle CloudMarkus Michalewicz
 
ProxySQL and the Tricks Up Its Sleeve - Percona Live 2022.pdf
ProxySQL and the Tricks Up Its Sleeve - Percona Live 2022.pdfProxySQL and the Tricks Up Its Sleeve - Percona Live 2022.pdf
ProxySQL and the Tricks Up Its Sleeve - Percona Live 2022.pdfJesmar Cannao'
 
MySQL Innovation Day Chicago - MySQL HA So Easy : That's insane !!
MySQL Innovation Day Chicago  - MySQL HA So Easy : That's insane !!MySQL Innovation Day Chicago  - MySQL HA So Easy : That's insane !!
MySQL Innovation Day Chicago - MySQL HA So Easy : That's insane !!Frederic Descamps
 
What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)Satishbabu Gunukula
 
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the CloudOracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the CloudMarkus Michalewicz
 
Introduction to microservices
Introduction to microservicesIntroduction to microservices
Introduction to microservicesAnil Allewar
 

What's hot (20)

Always on in sql server 2017
Always on in sql server 2017Always on in sql server 2017
Always on in sql server 2017
 
Less05 asm instance
Less05 asm instanceLess05 asm instance
Less05 asm instance
 
MySQL InnoDB Cluster - A complete High Availability solution for MySQL
MySQL InnoDB Cluster - A complete High Availability solution for MySQLMySQL InnoDB Cluster - A complete High Availability solution for MySQL
MySQL InnoDB Cluster - A complete High Availability solution for MySQL
 
Percona Live 2022 - MySQL Architectures
Percona Live 2022 - MySQL ArchitecturesPercona Live 2022 - MySQL Architectures
Percona Live 2022 - MySQL Architectures
 
MySQL 8.0 EXPLAIN ANALYZE
MySQL 8.0 EXPLAIN ANALYZEMySQL 8.0 EXPLAIN ANALYZE
MySQL 8.0 EXPLAIN ANALYZE
 
HA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybridHA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybrid
 
MySQL InnoDB Cluster: High Availability Made Easy!
MySQL InnoDB Cluster: High Availability Made Easy!MySQL InnoDB Cluster: High Availability Made Easy!
MySQL InnoDB Cluster: High Availability Made Easy!
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLON
 
MySQL Database Architectures - MySQL InnoDB ClusterSet 2021-11
MySQL Database Architectures - MySQL InnoDB ClusterSet 2021-11MySQL Database Architectures - MySQL InnoDB ClusterSet 2021-11
MySQL Database Architectures - MySQL InnoDB ClusterSet 2021-11
 
MySQL Shell - The Best MySQL DBA Tool
MySQL Shell - The Best MySQL DBA ToolMySQL Shell - The Best MySQL DBA Tool
MySQL Shell - The Best MySQL DBA Tool
 
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewHA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
 
MySQL Database Architectures - InnoDB ReplicaSet & Cluster
MySQL Database Architectures - InnoDB ReplicaSet & ClusterMySQL Database Architectures - InnoDB ReplicaSet & Cluster
MySQL Database Architectures - InnoDB ReplicaSet & Cluster
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19c
 
A Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle CloudA Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle Cloud
 
ProxySQL and the Tricks Up Its Sleeve - Percona Live 2022.pdf
ProxySQL and the Tricks Up Its Sleeve - Percona Live 2022.pdfProxySQL and the Tricks Up Its Sleeve - Percona Live 2022.pdf
ProxySQL and the Tricks Up Its Sleeve - Percona Live 2022.pdf
 
MySQL Innovation Day Chicago - MySQL HA So Easy : That's insane !!
MySQL Innovation Day Chicago  - MySQL HA So Easy : That's insane !!MySQL Innovation Day Chicago  - MySQL HA So Easy : That's insane !!
MySQL Innovation Day Chicago - MySQL HA So Easy : That's insane !!
 
What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)
 
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the CloudOracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
 
Amazon Aurora: Under the Hood
Amazon Aurora: Under the HoodAmazon Aurora: Under the Hood
Amazon Aurora: Under the Hood
 
Introduction to microservices
Introduction to microservicesIntroduction to microservices
Introduction to microservices
 

Viewers also liked

Difference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleDifference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleSteve Johnson
 
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource docMysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource docAnanda Dwi Satrio
 
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...Blackboard APAC
 
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...Blackboard APAC
 
Oracle mysql comparison
Oracle mysql comparisonOracle mysql comparison
Oracle mysql comparisonArun Sharma
 
Comparing 30 MongoDB operations with Oracle SQL statements
Comparing 30 MongoDB operations with Oracle SQL statementsComparing 30 MongoDB operations with Oracle SQL statements
Comparing 30 MongoDB operations with Oracle SQL statementsLucas Jellema
 
Integrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and MoodleIntegrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and MoodleNetSpot Pty Ltd
 
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource
Mysql vs oracle Kecepatan Transaksi, Index, dan ResourceMysql vs oracle Kecepatan Transaksi, Index, dan Resource
Mysql vs oracle Kecepatan Transaksi, Index, dan ResourceAnanda Dwi Satrio
 
Integrating the Student Information System and Blackboard - you just press a ...
Integrating the Student Information System and Blackboard - you just press a ...Integrating the Student Information System and Blackboard - you just press a ...
Integrating the Student Information System and Blackboard - you just press a ...Blackboard APAC
 
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard CollaborateGetting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard CollaborateMike Shaffer
 
Incorporating ResearchReady into Blackboard Learn Using LTI Integration
Incorporating ResearchReady into Blackboard Learn Using LTI IntegrationIncorporating ResearchReady into Blackboard Learn Using LTI Integration
Incorporating ResearchReady into Blackboard Learn Using LTI IntegrationImagine Easy Solutions
 
Blackboard
BlackboardBlackboard
Blackboardzeniaaa
 
Embedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard LearnEmbedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard LearnBlackboardEMEA
 

Viewers also liked (13)

Difference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleDifference Between Sql - MySql and Oracle
Difference Between Sql - MySql and Oracle
 
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource docMysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
 
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
 
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
 
Oracle mysql comparison
Oracle mysql comparisonOracle mysql comparison
Oracle mysql comparison
 
Comparing 30 MongoDB operations with Oracle SQL statements
Comparing 30 MongoDB operations with Oracle SQL statementsComparing 30 MongoDB operations with Oracle SQL statements
Comparing 30 MongoDB operations with Oracle SQL statements
 
Integrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and MoodleIntegrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and Moodle
 
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource
Mysql vs oracle Kecepatan Transaksi, Index, dan ResourceMysql vs oracle Kecepatan Transaksi, Index, dan Resource
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource
 
Integrating the Student Information System and Blackboard - you just press a ...
Integrating the Student Information System and Blackboard - you just press a ...Integrating the Student Information System and Blackboard - you just press a ...
Integrating the Student Information System and Blackboard - you just press a ...
 
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard CollaborateGetting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
 
Incorporating ResearchReady into Blackboard Learn Using LTI Integration
Incorporating ResearchReady into Blackboard Learn Using LTI IntegrationIncorporating ResearchReady into Blackboard Learn Using LTI Integration
Incorporating ResearchReady into Blackboard Learn Using LTI Integration
 
Blackboard
BlackboardBlackboard
Blackboard
 
Embedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard LearnEmbedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard Learn
 

Similar to MySQL Community and Commercial Edition

20140722 Taiwan MySQL User Group Meeting Tech Updates
20140722 Taiwan MySQL User Group Meeting Tech Updates20140722 Taiwan MySQL User Group Meeting Tech Updates
20140722 Taiwan MySQL User Group Meeting Tech UpdatesRyusuke Kajiyama
 
MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15MySQL Brasil
 
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...GeneXus
 
Mysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesMysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesTarique Saleem
 
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL SupportMysql User Camp
 
Oracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLOracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLMario Beck
 
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014Manuel Contreras
 
MySQL Technology Overview
MySQL Technology OverviewMySQL Technology Overview
MySQL Technology OverviewKeith Hollman
 
MySQL Tech Tour 2015 - Alt Intro
MySQL Tech Tour 2015 - Alt IntroMySQL Tech Tour 2015 - Alt Intro
MySQL Tech Tour 2015 - Alt IntroMark Swarbrick
 
MySQL London Tech Tour March 2015 - Embedded Database of Choice
MySQL London Tech Tour March 2015 - Embedded Database of ChoiceMySQL London Tech Tour March 2015 - Embedded Database of Choice
MySQL London Tech Tour March 2015 - Embedded Database of ChoiceMark Swarbrick
 
MySQL Enterprise Edition Overview
MySQL Enterprise Edition OverviewMySQL Enterprise Edition Overview
MySQL Enterprise Edition OverviewMario Beck
 
Megha_Osi my sql productroadmap
Megha_Osi my sql productroadmapMegha_Osi my sql productroadmap
Megha_Osi my sql productroadmapOpenSourceIndia
 
MySQL Web Reference Architecture
MySQL Web Reference Architecture MySQL Web Reference Architecture
MySQL Web Reference Architecture Ricky Setyawan
 
MySQL enterprise edition
MySQL enterprise edition MySQL enterprise edition
MySQL enterprise edition Mark Swarbrick
 
MySQL London Tech Tour March 2015 - Whats New
MySQL London Tech Tour March 2015 - Whats NewMySQL London Tech Tour March 2015 - Whats New
MySQL London Tech Tour March 2015 - Whats NewMark Swarbrick
 
MySQL for Oracle DBAs
MySQL for Oracle DBAsMySQL for Oracle DBAs
MySQL for Oracle DBAsMario Beck
 
MySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeMySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeArnab Ray
 

Similar to MySQL Community and Commercial Edition (20)

20140722 Taiwan MySQL User Group Meeting Tech Updates
20140722 Taiwan MySQL User Group Meeting Tech Updates20140722 Taiwan MySQL User Group Meeting Tech Updates
20140722 Taiwan MySQL User Group Meeting Tech Updates
 
MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15
 
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...
 
MySQL Latest News
MySQL Latest NewsMySQL Latest News
MySQL Latest News
 
Mysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesMysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New Features
 
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 
MySQL
MySQLMySQL
MySQL
 
Oracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLOracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQL
 
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014
 
MySQL Technology Overview
MySQL Technology OverviewMySQL Technology Overview
MySQL Technology Overview
 
MySQL Tech Tour 2015 - Alt Intro
MySQL Tech Tour 2015 - Alt IntroMySQL Tech Tour 2015 - Alt Intro
MySQL Tech Tour 2015 - Alt Intro
 
MySQL London Tech Tour March 2015 - Embedded Database of Choice
MySQL London Tech Tour March 2015 - Embedded Database of ChoiceMySQL London Tech Tour March 2015 - Embedded Database of Choice
MySQL London Tech Tour March 2015 - Embedded Database of Choice
 
MySQL Enterprise Edition Overview
MySQL Enterprise Edition OverviewMySQL Enterprise Edition Overview
MySQL Enterprise Edition Overview
 
Megha_Osi my sql productroadmap
Megha_Osi my sql productroadmapMegha_Osi my sql productroadmap
Megha_Osi my sql productroadmap
 
MySQL Web Reference Architecture
MySQL Web Reference Architecture MySQL Web Reference Architecture
MySQL Web Reference Architecture
 
MySQL Tech Tour Nov, 2013
MySQL Tech Tour Nov, 2013MySQL Tech Tour Nov, 2013
MySQL Tech Tour Nov, 2013
 
MySQL enterprise edition
MySQL enterprise edition MySQL enterprise edition
MySQL enterprise edition
 
MySQL London Tech Tour March 2015 - Whats New
MySQL London Tech Tour March 2015 - Whats NewMySQL London Tech Tour March 2015 - Whats New
MySQL London Tech Tour March 2015 - Whats New
 
MySQL for Oracle DBAs
MySQL for Oracle DBAsMySQL for Oracle DBAs
MySQL for Oracle DBAs
 
MySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeMySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime Time
 

More from Mario Beck

MySQL Cloud Service
MySQL Cloud ServiceMySQL Cloud Service
MySQL Cloud ServiceMario Beck
 
MySQL Enterprise Backup
MySQL Enterprise BackupMySQL Enterprise Backup
MySQL Enterprise BackupMario Beck
 
MySQL Document Store
MySQL Document StoreMySQL Document Store
MySQL Document StoreMario Beck
 
MySQL for Software-as-a-Service (SaaS)
MySQL for Software-as-a-Service (SaaS)MySQL for Software-as-a-Service (SaaS)
MySQL for Software-as-a-Service (SaaS)Mario Beck
 
NoSQL and MySQL: News about JSON
NoSQL and MySQL: News about JSONNoSQL and MySQL: News about JSON
NoSQL and MySQL: News about JSONMario Beck
 
MySQL 5.7: Focus on Replication
MySQL 5.7: Focus on ReplicationMySQL 5.7: Focus on Replication
MySQL 5.7: Focus on ReplicationMario Beck
 
MySQL 5.7: Focus on InnoDB
MySQL 5.7: Focus on InnoDBMySQL 5.7: Focus on InnoDB
MySQL 5.7: Focus on InnoDBMario Beck
 
MySQL 5.7: What's New, Nov. 2015
MySQL 5.7: What's New, Nov. 2015MySQL 5.7: What's New, Nov. 2015
MySQL 5.7: What's New, Nov. 2015Mario Beck
 
MySQL Security
MySQL SecurityMySQL Security
MySQL SecurityMario Beck
 
MySQL's Performance Schema, SYS Schema and Workbench Integration
MySQL's Performance Schema, SYS Schema and Workbench IntegrationMySQL's Performance Schema, SYS Schema and Workbench Integration
MySQL's Performance Schema, SYS Schema and Workbench IntegrationMario Beck
 
MySQL Enterprise Monitor
MySQL Enterprise MonitorMySQL Enterprise Monitor
MySQL Enterprise MonitorMario Beck
 

More from Mario Beck (12)

MySQL Cloud Service
MySQL Cloud ServiceMySQL Cloud Service
MySQL Cloud Service
 
MySQL Enterprise Backup
MySQL Enterprise BackupMySQL Enterprise Backup
MySQL Enterprise Backup
 
MySQL Document Store
MySQL Document StoreMySQL Document Store
MySQL Document Store
 
MySQL for Software-as-a-Service (SaaS)
MySQL for Software-as-a-Service (SaaS)MySQL for Software-as-a-Service (SaaS)
MySQL for Software-as-a-Service (SaaS)
 
NoSQL and MySQL: News about JSON
NoSQL and MySQL: News about JSONNoSQL and MySQL: News about JSON
NoSQL and MySQL: News about JSON
 
MySQL 5.7: Focus on Replication
MySQL 5.7: Focus on ReplicationMySQL 5.7: Focus on Replication
MySQL 5.7: Focus on Replication
 
MySQL 5.7: Focus on InnoDB
MySQL 5.7: Focus on InnoDBMySQL 5.7: Focus on InnoDB
MySQL 5.7: Focus on InnoDB
 
MySQL 5.7: What's New, Nov. 2015
MySQL 5.7: What's New, Nov. 2015MySQL 5.7: What's New, Nov. 2015
MySQL 5.7: What's New, Nov. 2015
 
MySQL Security
MySQL SecurityMySQL Security
MySQL Security
 
MySQL Cluster
MySQL ClusterMySQL Cluster
MySQL Cluster
 
MySQL's Performance Schema, SYS Schema and Workbench Integration
MySQL's Performance Schema, SYS Schema and Workbench IntegrationMySQL's Performance Schema, SYS Schema and Workbench Integration
MySQL's Performance Schema, SYS Schema and Workbench Integration
 
MySQL Enterprise Monitor
MySQL Enterprise MonitorMySQL Enterprise Monitor
MySQL Enterprise Monitor
 

Recently uploaded

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Recently uploaded (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

MySQL Community and Commercial Edition

  • 1. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.1 Advantages of Commercial MySQL vs. Community Edition Mario Beck MySQL Sales Consulting Manager EMEA Mario.Beck@oracle.com
  • 2. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decision. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. Safe Harbor Statement
  • 3. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.3 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons  MySQL Tools  MySQL Support  MySQL Licensing  Questions?
  • 4. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.4 MySQL 5.5 MySQL Cluster 7.3 MySQL Enterprise Monitor 2.3 & 3.0 MySQL Enterprise Backup Security Scalability HA Audit MySQL 5.6 MySQL Workbench 6.0 M y S Q L U t i l i t i e s M y S Q L A p p l i e r f o r H a d o o p MySQL Workbench 5.2 & 6.0 M y S Q L E n t e r p r i s e O r a c l e C e r t i f i c a t i o n s Almost 4 Years of MySQL Innovation M y S Q L C l u s t e r M a n a g e rWindows installer & Tools MySQL Cluster 7.2 MySQL Cluster 7.1 MySQLMigration Wizard MySQL 5.7
  • 5. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.5 MySQL Enterprise Monitor 2.2 MySQL Cluster 7.1 MySQL Cluster Manager 1.0 MySQL Workbench 5.2 MySQL Database 5.5 MySQL Enterprise Backup 3.5 MySQL Enterprise Monitor 2.3 Driving MySQL Innovation MySQL since 2010 (SUN  Oracle), part 1 All GA! - 2010 MySQL Cluster Manager 1.1 Oracle VM Template for MySQL Enterprise Edition MySQL Enterprise Oracle Certifications MySQL Windows Installer MySQL Enterprise Security MySQL Enterprise Scalability MySQL Enterprise Backup 3.7 MySQL Cluster 7.2 MySQL Cluster Manager 1.2 MySQL Utilities 1.0 MySQL Migration Wizard MySQL for Excel 1.0 / 1.1 MySQL Enterprise Backup 3.8 MySQL Enterprise Audit MySQL Enterprise HA (DRBD) All GA! - 2011 MySQL Database 5.6 MySQL Utilities 1.3 MySQL Cluster 7.3 MySQL Workbench 6.0 MySQL Enterprise Monitor 3.0 MySQL Enterprise Backup 3.9 MySQL Yum Linux repository All GA! - 2012 All GA! - 2013 and Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver
  • 6. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.6 MySQL Cluster Manager 1.3 MySQL Workbench 6.2 MySQL for Excel 1.2 MySQL Enterprise Backup 3.11 Oracle Grid Infrastructure Agents for MySQL Latest: MySQL 5.5.41 / 5.6.22 MySQL Cluster 7.2.18 / 7.3.7 GA! – 2014DMR* Q1 / 2014 *Development Milestone Release MySQL Utilities Fabric 1.4.4 (GA) MySQL 5.7.5 m15 - Throughput improvements - Optimizer improvements - more online DDL - temporary tables in InnoDB - Execution plan of running statements - GIS: Spatial Indexes and Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver Driving MySQL Innovation MySQL since 2010 (SUN  Oracle), part 2 Labs – Q1 / 2014 MySQL with InnoDB PageIO Compression MySQL GIS, InnoDB R-tree, Parser Refactoring MySQL Cluster 7.4.0 MySQL Multi-source Replication MySQL JSON UDFs 0.3.1 MySQL Applier for Hadoop Proxy 0.8.3 (Alpha)
  • 7. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.7 Oracle Premier Lifetime Support Oracle Product Certifications/Integrations MySQL Enterprise High Availability MySQL Enterprise Security MySQL Enterprise Scalability MySQL Enterprise Backup MySQL Enterprise Monitor/Query Analyzer MySQL Workbench MySQL Enterprise Edition Highest Levels of Security, Performance and Availability MySQL Enterprise Audit
  • 8. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.8 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons  MySQL Tools  MySQL Support  MySQL Licensing  Questions?
  • 9. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.9  Out-of-the-box logging of connections, logins, query activity across all or specific MySQL servers  User defined policies, filtering and log rotation  Dynamically enabled, disabled: no server restart  XML-based audit stream per Oracle audit specification  Easily implemented via MySQL 5.5 Audit API  MySQL 5.5.28 and higher MySQL Enterprise Audit Policy-based Auditing for MySQL Applications
  • 10. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.10 MySQL Enterprise Encryption Standards Based Cryptography  MySQL encryption libraries – Symmetric encryption AES256 – Public-key / asymmetric cryptography  Key management – Generate public and private keys – Key exchange methods: RSA, DSA, DH  Sign and verify data – Cryptographic hashing for digital signing, verification, & validation
  • 11. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.11  PAM (Pluggable Authentication Modules) - Access external authentication methods - Standard interface (Unix, LDAP, Kerberos, others) - proxied and non-proxied users  Windows - Access native Windows services - Authenticate users already logged into Windows (Windows Active Directory)  Pluggable Authentication API MySQL Enterprise Security External Authentication
  • 12. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.12  MySQL default thread-handling – excellent performance, can limit scalability as user connections grow  MySQL Thread Pool improves sustained performance/scale as user connections grow  Thread Pool API Ensures better, sustained performance as user loads continue to grow. MySQL Enterprise Scalability MySQL Thread Pool
  • 13. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.13 MySQL Enterprise Edition With Thread Pool MySQL Community Server Without Thread Pool 20x Better Scalability with Thread Pool 0 1.000 2.000 3.000 4.000 5.000 6.000 7.000 8.000 TransactionsPerSecond Simultaneous Database Connections MySQL 5.5 Sysbench OLTP Read/Write MySQL 5.5.16 Oracle Linux 6.1, Unbreakable Kernel 2.6.32 2 sockets, 24 cores, 2 X 12-core Intel(R) Xeon(R) X5670 2.93GHz CPUs 72GB DDR3 RAM 2 X LSI SCSI Disk (MR9261-8i) (597GB) With Thread Pool Enabled
  • 14. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.14 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons  MySQL Tools  MySQL Support  MySQL Licensing  Questions?
  • 15. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.15 Availability monitoring Performance monitoring Configuration monitoring All available metrics collected – Allowing for custom threshold based incident reports MySQL auto-detection Oracle Enterprise Manager for MySQL Performance Availability
  • 16. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.16 A Virtual MySQL DBA Assistant!  Web-based, global view of MySQL/Cluster applications (on- premise and Cloud deployments)  Automated, rules-based monitoring and alerts (SMTP, SNMP enabled)  Query capture, monitoring, analysis and tuning, correlated with Monitor graphs  Real-time Replication Monitor with auto- discovery of master-slave topologies  Integrated with Oracle Support MySQL Enterprise Monitor
  • 17. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.17  Online Backup for InnoDB (scriptable interface)  Full, Incremental, Partial Backups (with compression)  Point in Time, Full, Partial Recovery options  Parallel, multi-threaded backup/recovery operations  Metadata on status, progress, history  Unlimited Database Size  Cross-Platform - Windows, Linux, Unix  Certified with Oracle Secure Backup MEB Backup Files MySQL Database Files mysqlbackup Ensures quick, online backup and recovery of your on premise and Cloud based MySQL applications. MySQL Enterprise Backup
  • 18. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.18 Database Design - Visual Design, modeling - Forward/Reverse Engineer - Schema validation, Schema doc SQL Development - SQL Editor - Color Syntax Highlighting - Objects - Import/Export, Browse/Edit Database Administration - Status, Configuration, Start/Stop - Users, Security, Sessions - Import/Export Dump Files New! Database Migration Wizard for SQL Server, Sybase, PostgreSQLMySQL Workbench Saves you time developing and managing your MySQL applications.
  • 19. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.19 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons  MySQL Tools  MySQL Support  MySQL Licensing  Questions?
  • 20. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.20  Oracle Fusion MiddleWare - WebLogic Server - Database Adapter for Oracle SOA Suite - Oracle Business Process Management - Oracle Virtual Directory - Oracle Data Integrator - Oracle Enterprise Performance Management - Oracle Identity Analytics - Open SSO STS, Open SSO Fedlet All ship with MySQL 5.x JDBC driver Oracle Product Integrations/Certifications Available Now
  • 21. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.21  Oracle Linux (w/DRBD Stack)  Oracle VM  Oracle VM Template for MySQL EE  Oracle Solaris Clustering  Oracle GoldenGate  Oracle Secure Backup  Oracle Database Firewall  Oracle Clusterware Oracle Product Integrations/Certifications Available Now
  • 22. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.22  Largest Team of MySQL Experts  Backed by MySQL Developers  Forward Compatible Hot Fixes  MySQL Maintenance Releases  Direct Access to MySQL Support Engineers  Support in 29 Languages  24/7/365  Unlimited Incidents  Knowledge Base  MySQL Consultative Support "The rep that assisted me was simply outstanding. He immediately recognized the cause of my problem and provided the resolution.” mysql.com/support/quotes Only From Oracle Oracle Premier Lifetime Support for MySQL Rely on the Experts
  • 23. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.23 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons  MySQL Tools  MySQL Support  MySQL Licensing  Questions?
  • 24. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.24  Dual Licensing for MySQL and MySQL Cluster  GPLv2 (GNU Public License, version 2)  Commercial License  Which one to choose: http://www.mysql.com/about/legal/licensing/oem/ OEMs (Original Equipment Manufacturers), ISVs (Independent Software Vendors), VARs (Value Added Resellers) and other distributors that combine and distribute commercially licensed software with MySQL software and do not wish to distribute the source code for the commercially licensed software under version 2 of the GNU General Public License (the "GPL") must enter into a commercial license agreement with Oracle. MySQL Licensing
  • 25. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.25  Easy to use for your customers  Zero maintenance for MySQL database  Simplifies your support  More cost effective licensing model („Embedded Software License“) Benefits of Integration
  • 26. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.26 Summary  Oracle’s Investment in MySQL  MySQL Server Add-Ons (Auditing, ThreadPools, External Authentication)  MySQL Tools (Enterprise Monitor, Enterprise Backup, Workbench)  MySQL Support (7x24, Consultative Support, Certifications)  MySQL Licensing (Protect your IPR, Integrate MySQL and Your Application)  Questions?
  • 27. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.27  mysql.com - MySQL Products and Editions - TCO calculator - Customer use cases and success stories  dev.mysql.com - Downloads, Documentation - Forums - PlanetMySQL  eDelivery.oracle.com - Download and evaluate all MySQL products Learn More
  • 28. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.28 Stay Tuned!  News from the MySQL Server Team – http://mysqlserverteam.com/  News from the broader MySQL engineering teams – http://insidemysql.com/  MySQL performance benchmarks and news – http://dimitrik.free.fr/blog/index.html  Get the latest 5.7 DMR – All Platforms http://dev.mysql.com/downloads/mysql/ – YUM repo - http://dev.mysql.com/downloads/repo/
  • 29. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.29 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons (Auditing, ThreadPools, External Authentication)  MySQL Tools (Enterprise Monitor, Enterprise Backup, Workbench)  MySQL Support (7x24, Consultative Support, Certifications)  MySQL Licensing (Protect your IPR, Integrate MySQL and Your Application)  Questions?
  • 30. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.30