SlideShare a Scribd company logo
1 of 53
HISTORY
By Marvin De Guzman
•MySQL was created by a Swedish
company named MySQL AB
David Axmark Allan Larsson Michael Widenius
founded by..
• Original development of MySQL by Widenius and
Axmark began in 1994.
• The first version of MySQL appeared on 23 May
1995.
• It was initially created for personal usage from
mSQL based on the low-level language ISAM,
which the creators considered too slow and
inflexible. They created a new SQL interface, while
keeping the same API as mSQL. By keeping the
API consistent with the mSQL system, many
developers were able to use MySQL instead of the
mSQL antecedent.
• MySQL, the open source database product
that puts the "M" in LAMP, was created
by MySQL AB, a company founded in
1995 in Sweden.
• In 2008, MySQL AB announced that it
had agreed to be bought by Sun
Microsystems for $1 billion.
PURPOSE
The application is used for a wide range
of purposes, including data warehousing,
e-commerce, and logging applications.
The most common use for mySQL
however is for the purpose of a web
database.
CONTENT
By Dessiree “Daps” Ann T. Palac
MySQL is a free, open-source
database management system; A
DBMS is a system that manages
databases and connects them to
software.
WHAT IT CAN DO?
•You can store data in tables, create
indexes on the data and query the
data using SQL (structured query
language) queries.
•Generally used as the backend data
store for Internet sites such as
Facebook, Twitter, to some extent
Google and numerous other sites.
WHAT IT CAN DO?
•Applications access the data in the
database using an API.
•Multi-Tier Architecture - a client–
server architecture in which
presentation, application
processing, and data management
functions are physically separated.
WHAT IT CAN DO?
• Powering Web 2.0 - enable transactional and
interactive web-based applications to meet the
needs of growing users and data.
Web 2.0 - describes World Wide
Web websites that emphasize user-generated
content, usability and interoperability for users.
• Data Warehouse: Keeping Information Safe -
MySQL offers an array of storage engines, both
developed in-house and externally
USABILITY
By Reymark Mercado
A REVIEW FROM THE INTERNET
By Reymark Mercado
A REVIEW FROM THE INTERNET
By Reymark Mercado
A REVIEW FROM THE INTERNET
By Reymark Mercado
A REVIEW FROM THE INTERNET
By Reymark Mercado
WHAT WE CAN SAY
ABOUT MYSQL
• Finds Help and Support that easy –
Being an open sourced there is
massive amount of help on the
internet via simple search.
• It is Easy to Setup - just a few clicks
of an install shield! it will run on
any modern laptop
WHAT WE CAN SAY
ABOUT MYSQL
• Scalability - will scale to almost the
largest data; with a footprint of only 1MB
holding terabytes of information.
• High Performance - allows database
professionals to configure the MySQL
database server specifically for particular
applications, with the end result being
amazing performance results.
WHAT WE CAN SAY
ABOUT MYSQL
• Easy to Use – Being an open sourced
there is massive amount of help on the
internet via simple search.
• Comprehensive Application Development
- it provides comprehensive support for
every app development need. Within the
database, support can be found for stored
procedures, triggers, functions and more.
STRUCTURE &
NAVIGATION
By Carl Justin Santos
ADVANTAGES
OF MY SQL
Advantages Of Using MySQL
It’s Easy To Use
MySQL is very easy to install, and thanks to a bevy of
third-party tools that can be added to the database,
setting up an implementation is a relatively simple
task. In addition, it’s also an easy database to work
with. So long as you understand the language, you
shouldn’t run into too many problems.
Advantages Of Using MySQL
Support Is Readily Available
Whenever Necessary
Although Oracle’s history of supporting its customers can be
spotty at best, the nature of MySQL – which got its start as
an open-source platform – means that there’s a large and
thriving community of developers and enthusiasts to which
one can turn for help. This is due in large part to the
popularity of the solution, the end result of which is no
shortage of experts.
Advantages Of Using MySQL
It’s Open-Source (Sort Of)
Oracle’s purchase of Sun Microsystems (and by
association, MySQL) was met with some contention
from the development community. The general fear
was that Oracle would transform the tool into a
closed, proprietary ecosystem. Thankfully, though
Oracle has tightened its grip on MySQL somewhat, it
can still be considered an open-source database
option, as the code is still available for free online.
Advantages Of Using MySQL
It’s Incredibly Inexpensive
Depending on what you plan to use it for, a MySQL
implementation could range in price from free to
$10,000 or more. Either way, it’s significantly less
expensive than most other database options on the
market (save for MySQL’s open-source competitors).
Advantages Of Using MySQL
It’s An Industry Standard
(And Still Extremely Popular)
Although MySQL’s popularity has waned somewhat
in recent years, it remains one of the most-used
database systems in the world. It’s compatible with
virtually every operating system, and is more or less
an industry standard. This is, of course, in spite of all
the folks who say it’s on the way out.
Advantages Of Using MySQL
It’s An Industry Standard
(And Still Extremely Popular)
Although MySQL’s popularity has waned somewhat
in recent years, it remains one of the most-used
database systems in the world. It’s compatible with
virtually every operating system, and is more or less
an industry standard. This is, of course, in spite of all
the folks who say it’s on the way out.
DISADVANTAGES
OF MYSQL
Disadvantages Of Using MySQL
It’s Got A Few Stability Issues
According to Digital Ocean, MySQL tends to be
somewhat less reliable than its peers. These stability
issues are related to the manner in which it handles
certain functions (such as references, transactions,
and auditing). While the database is certainly still
usable in light of these problems, they do tend to
make MySQL a poor choice for certain use cases.
Disadvantages Of Using MySQL
It Suffers From Relatively Poor
Performance Scaling
Although MySQL is equipped to handle a virtually
limitless volume of data, it has a troubling tendency
to come grinding to a halt if it’s forced to deal with too
many operations at a given time. This relatively poor
performance scaling means that anyone with high
concurrency levels should probably look into an
alternative.
Disadvantages Of Using MySQL
Development Is
Not Community Driven
and Hence Has Lagged Since Oracle has taken the helm of
MySQL’s development, progress appears to have ground to a
halt, with only one major release in the past several years.
The company doesn’t accept community-developed patches,
nor has it bothered to offer users any sort of roadmap for
MySQL development. There’s really no way for developers to
discuss the database management system with Oracle – and
that’s a problem.
Disadvantages Of Using MySQL
Its Functionality Tends To Be
Heavily Dependant On Addons
Although MySQL is relatively easy to set up, it tends to have less
out-of-the-box functionality than many other database systems on
the market. Certain features – such as text search and ACID
compliance – are dependant not on the core engine but on
applications and add-ons. While it’s true that there exists a plethora
of well-made applications for MySQL, tracking them down can
sometimes be a pain, and might cause some developers to simply
choose an alternative which – while not as easily installed – offers
more immediate functionality.
Disadvantages Of Using MySQL
Not surprisingly, MySQL isn’t designed
to do everything
(nor should it be)
The database isn’t fully SQL-compliant, and tends to be
limited in areas including data warehousing, fault tolerance,
and performance diagnostics (among others). Developers
may find this relative dearth of functionality frustrating,
particularly if they’re used to a more full-featured
alternative.
VISUAL
APPEARANCE
By John Clarence Carlos
OVERALL
EXPERIENCE
By Gervin Paul Villena
GO TO THERE OFFICIAL WEBSITE
GO TO THERE OFFICIAL WEBSITE
SCROLL DOWN
CLICK TO OPEN
Wait for it
Usability of MySQL
Usability of MySQL
Usability of MySQL

More Related Content

What's hot

Be Proactive: A Good DBA Goes Looking for Signs of Trouble | IDERA
Be Proactive: A Good DBA Goes Looking for Signs of Trouble | IDERABe Proactive: A Good DBA Goes Looking for Signs of Trouble | IDERA
Be Proactive: A Good DBA Goes Looking for Signs of Trouble | IDERAIDERA Software
 
MySQL Performance Schema in Action
MySQL Performance Schema in Action MySQL Performance Schema in Action
MySQL Performance Schema in Action Mydbops
 
Microsoft Azure - Bringing Cloud to your Enterprise by Atidan
Microsoft Azure - Bringing Cloud to your Enterprise by AtidanMicrosoft Azure - Bringing Cloud to your Enterprise by Atidan
Microsoft Azure - Bringing Cloud to your Enterprise by AtidanDavid J Rosenthal
 
High Performance and Scalability Database Design
High Performance and Scalability Database DesignHigh Performance and Scalability Database Design
High Performance and Scalability Database DesignTung Ns
 
Cassandra Development Nirvana
Cassandra Development Nirvana Cassandra Development Nirvana
Cassandra Development Nirvana DataStax
 
My First 90 days with Vitess
My First 90 days with VitessMy First 90 days with Vitess
My First 90 days with VitessMorgan Tocker
 
Oracle to Cassandra Core Concepts Guid Part 1: A new hope
Oracle to Cassandra Core Concepts Guid Part 1: A new hopeOracle to Cassandra Core Concepts Guid Part 1: A new hope
Oracle to Cassandra Core Concepts Guid Part 1: A new hopeDataStax
 
Advanced SQL Server Performance Tuning | IDERA
Advanced SQL Server Performance Tuning | IDERAAdvanced SQL Server Performance Tuning | IDERA
Advanced SQL Server Performance Tuning | IDERAIDERA Software
 
Gerenciando recursos computacionais com Apache Mesos
Gerenciando recursos computacionais com Apache MesosGerenciando recursos computacionais com Apache Mesos
Gerenciando recursos computacionais com Apache Mesostdc-globalcode
 
Reporting from the Trenches: Intuit & Cassandra
Reporting from the Trenches: Intuit & CassandraReporting from the Trenches: Intuit & Cassandra
Reporting from the Trenches: Intuit & CassandraDataStax
 
Making Every Drop Count: How i20 Addresses the Water Crisis with the IoT and ...
Making Every Drop Count: How i20 Addresses the Water Crisis with the IoT and ...Making Every Drop Count: How i20 Addresses the Water Crisis with the IoT and ...
Making Every Drop Count: How i20 Addresses the Water Crisis with the IoT and ...DataStax
 
AWS Summit Milan - AWS RDS for your data (and your sleep)
AWS Summit Milan - AWS RDS for your data (and your sleep)AWS Summit Milan - AWS RDS for your data (and your sleep)
AWS Summit Milan - AWS RDS for your data (and your sleep)Matteo Moretti
 
Monitoring MySQL at scale
Monitoring MySQL at scaleMonitoring MySQL at scale
Monitoring MySQL at scaleOvais Tariq
 
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd KnownCassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd KnownDataStax
 
Azure database services for PostgreSQL and MySQL
Azure database services for PostgreSQL and MySQLAzure database services for PostgreSQL and MySQL
Azure database services for PostgreSQL and MySQLAmit Banerjee
 
Troubleshooting your elasticsearch cluster like a support engineer
Troubleshooting your elasticsearch cluster like a support engineerTroubleshooting your elasticsearch cluster like a support engineer
Troubleshooting your elasticsearch cluster like a support engineerImma Valls Bernaus
 
From PoCs to Production
From PoCs to ProductionFrom PoCs to Production
From PoCs to ProductionDataStax
 
Real-time personal trainer on the SMACK stack
Real-time personal trainer on the SMACK stackReal-time personal trainer on the SMACK stack
Real-time personal trainer on the SMACK stackAnirvan Chakraborty
 
How jKool Analyzes Streaming Data in Real Time with DataStax
How jKool Analyzes Streaming Data in Real Time with DataStaxHow jKool Analyzes Streaming Data in Real Time with DataStax
How jKool Analyzes Streaming Data in Real Time with DataStaxDataStax
 
Introducing DataStax Enterprise 4.7
Introducing DataStax Enterprise 4.7Introducing DataStax Enterprise 4.7
Introducing DataStax Enterprise 4.7DataStax
 

What's hot (20)

Be Proactive: A Good DBA Goes Looking for Signs of Trouble | IDERA
Be Proactive: A Good DBA Goes Looking for Signs of Trouble | IDERABe Proactive: A Good DBA Goes Looking for Signs of Trouble | IDERA
Be Proactive: A Good DBA Goes Looking for Signs of Trouble | IDERA
 
MySQL Performance Schema in Action
MySQL Performance Schema in Action MySQL Performance Schema in Action
MySQL Performance Schema in Action
 
Microsoft Azure - Bringing Cloud to your Enterprise by Atidan
Microsoft Azure - Bringing Cloud to your Enterprise by AtidanMicrosoft Azure - Bringing Cloud to your Enterprise by Atidan
Microsoft Azure - Bringing Cloud to your Enterprise by Atidan
 
High Performance and Scalability Database Design
High Performance and Scalability Database DesignHigh Performance and Scalability Database Design
High Performance and Scalability Database Design
 
Cassandra Development Nirvana
Cassandra Development Nirvana Cassandra Development Nirvana
Cassandra Development Nirvana
 
My First 90 days with Vitess
My First 90 days with VitessMy First 90 days with Vitess
My First 90 days with Vitess
 
Oracle to Cassandra Core Concepts Guid Part 1: A new hope
Oracle to Cassandra Core Concepts Guid Part 1: A new hopeOracle to Cassandra Core Concepts Guid Part 1: A new hope
Oracle to Cassandra Core Concepts Guid Part 1: A new hope
 
Advanced SQL Server Performance Tuning | IDERA
Advanced SQL Server Performance Tuning | IDERAAdvanced SQL Server Performance Tuning | IDERA
Advanced SQL Server Performance Tuning | IDERA
 
Gerenciando recursos computacionais com Apache Mesos
Gerenciando recursos computacionais com Apache MesosGerenciando recursos computacionais com Apache Mesos
Gerenciando recursos computacionais com Apache Mesos
 
Reporting from the Trenches: Intuit & Cassandra
Reporting from the Trenches: Intuit & CassandraReporting from the Trenches: Intuit & Cassandra
Reporting from the Trenches: Intuit & Cassandra
 
Making Every Drop Count: How i20 Addresses the Water Crisis with the IoT and ...
Making Every Drop Count: How i20 Addresses the Water Crisis with the IoT and ...Making Every Drop Count: How i20 Addresses the Water Crisis with the IoT and ...
Making Every Drop Count: How i20 Addresses the Water Crisis with the IoT and ...
 
AWS Summit Milan - AWS RDS for your data (and your sleep)
AWS Summit Milan - AWS RDS for your data (and your sleep)AWS Summit Milan - AWS RDS for your data (and your sleep)
AWS Summit Milan - AWS RDS for your data (and your sleep)
 
Monitoring MySQL at scale
Monitoring MySQL at scaleMonitoring MySQL at scale
Monitoring MySQL at scale
 
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd KnownCassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
 
Azure database services for PostgreSQL and MySQL
Azure database services for PostgreSQL and MySQLAzure database services for PostgreSQL and MySQL
Azure database services for PostgreSQL and MySQL
 
Troubleshooting your elasticsearch cluster like a support engineer
Troubleshooting your elasticsearch cluster like a support engineerTroubleshooting your elasticsearch cluster like a support engineer
Troubleshooting your elasticsearch cluster like a support engineer
 
From PoCs to Production
From PoCs to ProductionFrom PoCs to Production
From PoCs to Production
 
Real-time personal trainer on the SMACK stack
Real-time personal trainer on the SMACK stackReal-time personal trainer on the SMACK stack
Real-time personal trainer on the SMACK stack
 
How jKool Analyzes Streaming Data in Real Time with DataStax
How jKool Analyzes Streaming Data in Real Time with DataStaxHow jKool Analyzes Streaming Data in Real Time with DataStax
How jKool Analyzes Streaming Data in Real Time with DataStax
 
Introducing DataStax Enterprise 4.7
Introducing DataStax Enterprise 4.7Introducing DataStax Enterprise 4.7
Introducing DataStax Enterprise 4.7
 

Similar to Usability of MySQL

Advantage & Disadvantage of MySQL
Advantage & Disadvantage of MySQLAdvantage & Disadvantage of MySQL
Advantage & Disadvantage of MySQLKentAnderson43
 
Mysql
MysqlMysql
MysqlSHC
 
20090425mysqlslides 12593434194072-phpapp02
20090425mysqlslides 12593434194072-phpapp0220090425mysqlslides 12593434194072-phpapp02
20090425mysqlslides 12593434194072-phpapp02Vinamra Mittal
 
Case study on mysql in rdbms
Case study on mysql in rdbmsCase study on mysql in rdbms
Case study on mysql in rdbmsRajalakshmiK19
 
kelompok 2 inggris my sql.pptx
kelompok 2 inggris my sql.pptxkelompok 2 inggris my sql.pptx
kelompok 2 inggris my sql.pptxKulaNami
 
The benefits of My sql
The benefits of My sqlThe benefits of My sql
The benefits of My sqlCacheWorks©
 
My sql enterprise_edition_wp_v38
My sql enterprise_edition_wp_v38My sql enterprise_edition_wp_v38
My sql enterprise_edition_wp_v38Jeton Selimi
 
MySQL - powering the web economy v1.0
MySQL - powering the web economy v1.0MySQL - powering the web economy v1.0
MySQL - powering the web economy v1.0IDG Romania
 
MySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeMySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeArnab Ray
 
MySQL fundraising pitch deck ($16 million Series B round - 2003)
MySQL fundraising pitch deck ($16 million Series B round - 2003)MySQL fundraising pitch deck ($16 million Series B round - 2003)
MySQL fundraising pitch deck ($16 million Series B round - 2003)Robin Wauters
 
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...Ivan Zoratti
 
Mysql Enterprise Edition Feature and Tools
Mysql  Enterprise Edition Feature and Tools Mysql  Enterprise Edition Feature and Tools
Mysql Enterprise Edition Feature and Tools jones4u
 
PgSQL vs MySQL
PgSQL vs MySQLPgSQL vs MySQL
PgSQL vs MySQLxlight
 

Similar to Usability of MySQL (20)

Advantage & Disadvantage of MySQL
Advantage & Disadvantage of MySQLAdvantage & Disadvantage of MySQL
Advantage & Disadvantage of MySQL
 
MySQL
MySQL MySQL
MySQL
 
Mysql
MysqlMysql
Mysql
 
20090425mysqlslides 12593434194072-phpapp02
20090425mysqlslides 12593434194072-phpapp0220090425mysqlslides 12593434194072-phpapp02
20090425mysqlslides 12593434194072-phpapp02
 
Introduction to Mysql
Introduction to MysqlIntroduction to Mysql
Introduction to Mysql
 
Case study on mysql in rdbms
Case study on mysql in rdbmsCase study on mysql in rdbms
Case study on mysql in rdbms
 
kelompok 2 inggris my sql.pptx
kelompok 2 inggris my sql.pptxkelompok 2 inggris my sql.pptx
kelompok 2 inggris my sql.pptx
 
MySQL overview
MySQL overviewMySQL overview
MySQL overview
 
The benefits of My sql
The benefits of My sqlThe benefits of My sql
The benefits of My sql
 
My sql enterprise_edition_wp_v38
My sql enterprise_edition_wp_v38My sql enterprise_edition_wp_v38
My sql enterprise_edition_wp_v38
 
MySQL - powering the web economy v1.0
MySQL - powering the web economy v1.0MySQL - powering the web economy v1.0
MySQL - powering the web economy v1.0
 
MySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeMySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime Time
 
MySQL
MySQLMySQL
MySQL
 
MySQL fundraising pitch deck ($16 million Series B round - 2003)
MySQL fundraising pitch deck ($16 million Series B round - 2003)MySQL fundraising pitch deck ($16 million Series B round - 2003)
MySQL fundraising pitch deck ($16 million Series B round - 2003)
 
Mysql an introduction
Mysql an introductionMysql an introduction
Mysql an introduction
 
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
 
My sql
 My sql My sql
My sql
 
Mysql Enterprise Edition Feature and Tools
Mysql  Enterprise Edition Feature and Tools Mysql  Enterprise Edition Feature and Tools
Mysql Enterprise Edition Feature and Tools
 
My sql
My sqlMy sql
My sql
 
PgSQL vs MySQL
PgSQL vs MySQLPgSQL vs MySQL
PgSQL vs MySQL
 

More from KentAnderson43

George herbert mead & erving goffman
George herbert mead & erving goffmanGeorge herbert mead & erving goffman
George herbert mead & erving goffmanKentAnderson43
 
Determinants of personality development
Determinants of personality developmentDeterminants of personality development
Determinants of personality developmentKentAnderson43
 
Database Management System
Database Management SystemDatabase Management System
Database Management SystemKentAnderson43
 
BIRTHDAYS in SAUDI ARABIA
BIRTHDAYS in SAUDI ARABIABIRTHDAYS in SAUDI ARABIA
BIRTHDAYS in SAUDI ARABIAKentAnderson43
 
BIRTHDAYS in PHILIPPINES
BIRTHDAYS in PHILIPPINESBIRTHDAYS in PHILIPPINES
BIRTHDAYS in PHILIPPINESKentAnderson43
 
Determinants of personality development
Determinants of personality developmentDeterminants of personality development
Determinants of personality developmentKentAnderson43
 
CRYPTOCURRENCY : BITCOIN
CRYPTOCURRENCY : BITCOINCRYPTOCURRENCY : BITCOIN
CRYPTOCURRENCY : BITCOINKentAnderson43
 
BUSINESS ETHICS IN SAUDI ARABIA
BUSINESS ETHICS IN SAUDI ARABIABUSINESS ETHICS IN SAUDI ARABIA
BUSINESS ETHICS IN SAUDI ARABIAKentAnderson43
 
BUSINESS ETHICS of PHILIPPINES
BUSINESS ETHICS of PHILIPPINESBUSINESS ETHICS of PHILIPPINES
BUSINESS ETHICS of PHILIPPINESKentAnderson43
 
Elements of Visual Arts
Elements of Visual ArtsElements of Visual Arts
Elements of Visual ArtsKentAnderson43
 
Visual Appearance of MySQL
Visual Appearance of MySQLVisual Appearance of MySQL
Visual Appearance of MySQLKentAnderson43
 
Overall Experience of MySQL
Overall Experience of MySQLOverall Experience of MySQL
Overall Experience of MySQLKentAnderson43
 

More from KentAnderson43 (20)

George herbert mead & erving goffman
George herbert mead & erving goffmanGeorge herbert mead & erving goffman
George herbert mead & erving goffman
 
Family structure
Family structureFamily structure
Family structure
 
Determinants of personality development
Determinants of personality developmentDeterminants of personality development
Determinants of personality development
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Collective behavior
Collective behaviorCollective behavior
Collective behavior
 
DEATH in SAUDI ARABIA
DEATH in SAUDI ARABIADEATH in SAUDI ARABIA
DEATH in SAUDI ARABIA
 
BIRTHDAYS in SAUDI ARABIA
BIRTHDAYS in SAUDI ARABIABIRTHDAYS in SAUDI ARABIA
BIRTHDAYS in SAUDI ARABIA
 
BIRTHDAYS in PHILIPPINES
BIRTHDAYS in PHILIPPINESBIRTHDAYS in PHILIPPINES
BIRTHDAYS in PHILIPPINES
 
DUAL CAREER FAMILY
DUAL CAREER FAMILYDUAL CAREER FAMILY
DUAL CAREER FAMILY
 
Determinants of personality development
Determinants of personality developmentDeterminants of personality development
Determinants of personality development
 
CRYPTOCURRENCY : BITCOIN
CRYPTOCURRENCY : BITCOINCRYPTOCURRENCY : BITCOIN
CRYPTOCURRENCY : BITCOIN
 
BUSINESS ETHICS IN SAUDI ARABIA
BUSINESS ETHICS IN SAUDI ARABIABUSINESS ETHICS IN SAUDI ARABIA
BUSINESS ETHICS IN SAUDI ARABIA
 
PHILIPPINE GOVERNMENT
PHILIPPINE GOVERNMENTPHILIPPINE GOVERNMENT
PHILIPPINE GOVERNMENT
 
DEATH in PHILIPPINES
DEATH in PHILIPPINESDEATH in PHILIPPINES
DEATH in PHILIPPINES
 
3D PRINTING
3D PRINTING3D PRINTING
3D PRINTING
 
BUSINESS ETHICS of PHILIPPINES
BUSINESS ETHICS of PHILIPPINESBUSINESS ETHICS of PHILIPPINES
BUSINESS ETHICS of PHILIPPINES
 
Elements of Visual Arts
Elements of Visual ArtsElements of Visual Arts
Elements of Visual Arts
 
Visual Appearance of MySQL
Visual Appearance of MySQLVisual Appearance of MySQL
Visual Appearance of MySQL
 
Overall Experience of MySQL
Overall Experience of MySQLOverall Experience of MySQL
Overall Experience of MySQL
 
History of MySQL
History of MySQLHistory of MySQL
History of MySQL
 

Recently uploaded

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 

Recently uploaded (20)

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 

Usability of MySQL

  • 2. •MySQL was created by a Swedish company named MySQL AB David Axmark Allan Larsson Michael Widenius founded by..
  • 3. • Original development of MySQL by Widenius and Axmark began in 1994. • The first version of MySQL appeared on 23 May 1995. • It was initially created for personal usage from mSQL based on the low-level language ISAM, which the creators considered too slow and inflexible. They created a new SQL interface, while keeping the same API as mSQL. By keeping the API consistent with the mSQL system, many developers were able to use MySQL instead of the mSQL antecedent.
  • 4. • MySQL, the open source database product that puts the "M" in LAMP, was created by MySQL AB, a company founded in 1995 in Sweden. • In 2008, MySQL AB announced that it had agreed to be bought by Sun Microsystems for $1 billion.
  • 5. PURPOSE The application is used for a wide range of purposes, including data warehousing, e-commerce, and logging applications. The most common use for mySQL however is for the purpose of a web database.
  • 7. MySQL is a free, open-source database management system; A DBMS is a system that manages databases and connects them to software.
  • 8. WHAT IT CAN DO? •You can store data in tables, create indexes on the data and query the data using SQL (structured query language) queries. •Generally used as the backend data store for Internet sites such as Facebook, Twitter, to some extent Google and numerous other sites.
  • 9. WHAT IT CAN DO? •Applications access the data in the database using an API. •Multi-Tier Architecture - a client– server architecture in which presentation, application processing, and data management functions are physically separated.
  • 10. WHAT IT CAN DO? • Powering Web 2.0 - enable transactional and interactive web-based applications to meet the needs of growing users and data. Web 2.0 - describes World Wide Web websites that emphasize user-generated content, usability and interoperability for users. • Data Warehouse: Keeping Information Safe - MySQL offers an array of storage engines, both developed in-house and externally
  • 12. A REVIEW FROM THE INTERNET By Reymark Mercado
  • 13. A REVIEW FROM THE INTERNET By Reymark Mercado
  • 14. A REVIEW FROM THE INTERNET By Reymark Mercado
  • 15. A REVIEW FROM THE INTERNET By Reymark Mercado
  • 16. WHAT WE CAN SAY ABOUT MYSQL • Finds Help and Support that easy – Being an open sourced there is massive amount of help on the internet via simple search. • It is Easy to Setup - just a few clicks of an install shield! it will run on any modern laptop
  • 17. WHAT WE CAN SAY ABOUT MYSQL • Scalability - will scale to almost the largest data; with a footprint of only 1MB holding terabytes of information. • High Performance - allows database professionals to configure the MySQL database server specifically for particular applications, with the end result being amazing performance results.
  • 18. WHAT WE CAN SAY ABOUT MYSQL • Easy to Use – Being an open sourced there is massive amount of help on the internet via simple search. • Comprehensive Application Development - it provides comprehensive support for every app development need. Within the database, support can be found for stored procedures, triggers, functions and more.
  • 21. Advantages Of Using MySQL It’s Easy To Use MySQL is very easy to install, and thanks to a bevy of third-party tools that can be added to the database, setting up an implementation is a relatively simple task. In addition, it’s also an easy database to work with. So long as you understand the language, you shouldn’t run into too many problems.
  • 22. Advantages Of Using MySQL Support Is Readily Available Whenever Necessary Although Oracle’s history of supporting its customers can be spotty at best, the nature of MySQL – which got its start as an open-source platform – means that there’s a large and thriving community of developers and enthusiasts to which one can turn for help. This is due in large part to the popularity of the solution, the end result of which is no shortage of experts.
  • 23. Advantages Of Using MySQL It’s Open-Source (Sort Of) Oracle’s purchase of Sun Microsystems (and by association, MySQL) was met with some contention from the development community. The general fear was that Oracle would transform the tool into a closed, proprietary ecosystem. Thankfully, though Oracle has tightened its grip on MySQL somewhat, it can still be considered an open-source database option, as the code is still available for free online.
  • 24. Advantages Of Using MySQL It’s Incredibly Inexpensive Depending on what you plan to use it for, a MySQL implementation could range in price from free to $10,000 or more. Either way, it’s significantly less expensive than most other database options on the market (save for MySQL’s open-source competitors).
  • 25. Advantages Of Using MySQL It’s An Industry Standard (And Still Extremely Popular) Although MySQL’s popularity has waned somewhat in recent years, it remains one of the most-used database systems in the world. It’s compatible with virtually every operating system, and is more or less an industry standard. This is, of course, in spite of all the folks who say it’s on the way out.
  • 26. Advantages Of Using MySQL It’s An Industry Standard (And Still Extremely Popular) Although MySQL’s popularity has waned somewhat in recent years, it remains one of the most-used database systems in the world. It’s compatible with virtually every operating system, and is more or less an industry standard. This is, of course, in spite of all the folks who say it’s on the way out.
  • 28. Disadvantages Of Using MySQL It’s Got A Few Stability Issues According to Digital Ocean, MySQL tends to be somewhat less reliable than its peers. These stability issues are related to the manner in which it handles certain functions (such as references, transactions, and auditing). While the database is certainly still usable in light of these problems, they do tend to make MySQL a poor choice for certain use cases.
  • 29. Disadvantages Of Using MySQL It Suffers From Relatively Poor Performance Scaling Although MySQL is equipped to handle a virtually limitless volume of data, it has a troubling tendency to come grinding to a halt if it’s forced to deal with too many operations at a given time. This relatively poor performance scaling means that anyone with high concurrency levels should probably look into an alternative.
  • 30. Disadvantages Of Using MySQL Development Is Not Community Driven and Hence Has Lagged Since Oracle has taken the helm of MySQL’s development, progress appears to have ground to a halt, with only one major release in the past several years. The company doesn’t accept community-developed patches, nor has it bothered to offer users any sort of roadmap for MySQL development. There’s really no way for developers to discuss the database management system with Oracle – and that’s a problem.
  • 31. Disadvantages Of Using MySQL Its Functionality Tends To Be Heavily Dependant On Addons Although MySQL is relatively easy to set up, it tends to have less out-of-the-box functionality than many other database systems on the market. Certain features – such as text search and ACID compliance – are dependant not on the core engine but on applications and add-ons. While it’s true that there exists a plethora of well-made applications for MySQL, tracking them down can sometimes be a pain, and might cause some developers to simply choose an alternative which – while not as easily installed – offers more immediate functionality.
  • 32. Disadvantages Of Using MySQL Not surprisingly, MySQL isn’t designed to do everything (nor should it be) The database isn’t fully SQL-compliant, and tends to be limited in areas including data warehousing, fault tolerance, and performance diagnostics (among others). Developers may find this relative dearth of functionality frustrating, particularly if they’re used to a more full-featured alternative.
  • 35.
  • 36. GO TO THERE OFFICIAL WEBSITE
  • 37. GO TO THERE OFFICIAL WEBSITE
  • 38.
  • 39.
  • 40.
  • 41.
  • 43.
  • 44.
  • 46.
  • 47.
  • 48.
  • 49.

Editor's Notes

  1. Open source – free siyang galawin o iedit.
  2. Backend data store - accessed by users indirectly
  3. API – (Application program interface) – it is a set of tools, protocols & etc. It specifies how software components should interact. 
  4. Web 2.0 - describes World Wide Web websites that emphasize user-generated content (made available to social media websites), usability (ease of use, even by non-experts)  and interoperability (a website can work well with other products, systems and devices) for users. Datawarehouse to keep your data stored, organized, and safe for easy access. which allow you to create, retrieve, update, and delete