SlideShare une entreprise Scribd logo
1  sur  25
Télécharger pour lire hors ligne
MariaDB: The New M
       in LAMP
     Open Paradigms in Education, OPEN’11
               New Delhi, India
              Colin Charles
colin@montyprogram.com / byte@bytebot.net
         http://bytebot.net/blog/
           @bytebot on Twitter
use ENGINE=CSV;


• LOAD DATA INFILE ‘foo.csv’ INTO TABLE
  foo;
“The greatest problem
  for opensource is
 graduation” -- Keith
       Packard
Aims for the day

• Harness more contributors to MariaDB
• Show you what’s available and where
  contributions can be made
• Answer your queries, concerns
Have you ever...
• Submitted a bug report?
• Contributed to a Wiki page or
  Knowledgebase?
• Hopped on IRC, at #project?
• Uses some open source software?
• Evangelised about your favourite software?
You’re already a
contributor to OSS
MariaDB backstory
• Why?
 • MySQL: open source product, not project
• When?
• Who?
 • Governance: Open Database Alliance, not
    one corporate entity
What is MariaDB?

• A branch of MySQL with more features?
• A branch of MySQL with better features?
• A fork?
MariaDB is...
community developed,
   feature enhanced,
 backward compatible
Aims

• 100% compatible, drop-in replacement
• Stable (bug-free) releases
• Data centre use, high performance use,
  scale out use
• GPLv2
What’s in MariaDB 5.1?
• Storage engines                  •   Table elimination

  • XtraDB, PBXT,                  •   Thread pool
       FederatedX, Maria
                                   •   Croatian collations
•   Extended statistics for slow
    query log                      •   Bug fixes

•   PROCESSLIST with               •   Test cases and coverage
    microsecond precision
                                   •   Removal of mutexes
•   All Google+Facebook
    patches
                                   •   Compiler warnings gone!
New in MariaDB 5.2
•   Virtual columns            •   Group commit in Aria

•   Pluggable authentication   •   Optimiser improvements

•   Userstats v2               •   Row based replication
                                   improvements
•   Partitioned MyISAM
    keycache                   •   CREATE TABLE can be
                                   extended via storage
•   New storage engines:           engine API
    OQENGINE, SphinxSE
                               •   MySQL 5.1.53
How open are we?

• Mailing lists: Launchpad
• Code hosting: Launchpad
• Worklog
• Knowledgebase
Testing MariaDB
•   Use the Sandbox

•   http://mysqlsandbox.net/
Worklog
Open Courseware
• Buying rights to books
• Database training is generally proprietary
• Is MariaDB/MySQL the best for today?
• Presentations, teach-the-trainer, exercises
• Videos? Audio podcasts?
• Interactive Flash?
Knowledgebase




•   GFDL, CC-BY   •   Internationalisation next
Good test databases

• SakilaSampleDB
 • http://forge.mysql.com/wiki/
        SakilaSampleDB
•   http://dev.mysql.com/doc/

    •   Sakila sample database, world database (used in
        MySQL training) and menagerie database (used in a
        book titled Beginning MySQL)
Contributing isn’t only
   about coding
• Write a blog, talk about MariaDB
• MariaDB Ambassadors
• Write Knowledgebase entries/answer Q’s
• Evangelise
• Package for your distribution of choice!
The future?
•   There is no “one” tree   •   HandlerSocket: access
                                 data in SQL/NoSQL
    •   MySQL, Percona,          way; persistent storage;
                                 high load usage
        MariaDB

•   GIS                      •   MySQL + memcached is
                                 common
•   Batched Key Access
                                 •   PK lookups, cached
                                     rows in
                                     HandlerSocket
Thoughts
•   Teach/learn principles,    •   Successful opensource
    not a software package         projects tend to need
    per se                         corporate backers (not
                                   a backer)
•   Opensource and open
    content does not take
    away jobs, it creates it
                                   •   but trust not their
                                       pre-packaged
    and keeps profits within            educational materials!
    the local economy
                               •   Open core is not the
                                   best for you
MP have meetings twice
        yearly
• February 2010: Iceland
• October 2010: Istanbul, Turkey
• March 2011: Lisbon, Portugal
• All contributors are invited to attend
Resources

• #mariadb on irc.freenode.net
• Lists on launchpad
• http://planet.mysql.com/
• http://planetmariadb.org/
• http://kb.askmonty.org/
Q&A? / Thanks
email: colin@montyprogram.com / byte@bytebot.net
                  twitter: @bytebot
             url: http://bytebot.net/blog/

Contenu connexe

Tendances

Maria db the new mysql (Colin Charles)
Maria db the new mysql (Colin Charles)Maria db the new mysql (Colin Charles)
Maria db the new mysql (Colin Charles)
Ontico
 
MariaDB 10 and what's new with the project
MariaDB 10 and what's new with the projectMariaDB 10 and what's new with the project
MariaDB 10 and what's new with the project
Colin Charles
 

Tendances (20)

MariaDB 10.1 what's new and what's coming in 10.2 - Tokyo MariaDB Meetup
MariaDB 10.1   what's new and what's coming in 10.2 - Tokyo MariaDB MeetupMariaDB 10.1   what's new and what's coming in 10.2 - Tokyo MariaDB Meetup
MariaDB 10.1 what's new and what's coming in 10.2 - Tokyo MariaDB Meetup
 
Securing your MySQL / MariaDB Server data
Securing your MySQL / MariaDB Server dataSecuring your MySQL / MariaDB Server data
Securing your MySQL / MariaDB Server data
 
MariaDB 10: The Complete Tutorial
MariaDB 10: The Complete TutorialMariaDB 10: The Complete Tutorial
MariaDB 10: The Complete Tutorial
 
A beginners guide to MariaDB
A beginners guide to MariaDBA beginners guide to MariaDB
A beginners guide to MariaDB
 
MariaDB Server & MySQL Security Essentials 2016
MariaDB Server & MySQL Security Essentials 2016MariaDB Server & MySQL Security Essentials 2016
MariaDB Server & MySQL Security Essentials 2016
 
The Proxy Wars - MySQL Router, ProxySQL, MariaDB MaxScale
The Proxy Wars - MySQL Router, ProxySQL, MariaDB MaxScaleThe Proxy Wars - MySQL Router, ProxySQL, MariaDB MaxScale
The Proxy Wars - MySQL Router, ProxySQL, MariaDB MaxScale
 
The MySQL Server ecosystem in 2016
The MySQL Server ecosystem in 2016The MySQL Server ecosystem in 2016
The MySQL Server ecosystem in 2016
 
MariaDB: in-depth (hands on training in Seoul)
MariaDB: in-depth (hands on training in Seoul)MariaDB: in-depth (hands on training in Seoul)
MariaDB: in-depth (hands on training in Seoul)
 
Maria db the new mysql (Colin Charles)
Maria db the new mysql (Colin Charles)Maria db the new mysql (Colin Charles)
Maria db the new mysql (Colin Charles)
 
Distributions from the view a package
Distributions from the view a packageDistributions from the view a package
Distributions from the view a package
 
Why MariaDB?
Why MariaDB?Why MariaDB?
Why MariaDB?
 
Best practices for MySQL/MariaDB Server/Percona Server High Availability
Best practices for MySQL/MariaDB Server/Percona Server High AvailabilityBest practices for MySQL/MariaDB Server/Percona Server High Availability
Best practices for MySQL/MariaDB Server/Percona Server High Availability
 
The Great Consolidation - Entertainment Weekly Migration Case Study - SANDcam...
The Great Consolidation - Entertainment Weekly Migration Case Study - SANDcam...The Great Consolidation - Entertainment Weekly Migration Case Study - SANDcam...
The Great Consolidation - Entertainment Weekly Migration Case Study - SANDcam...
 
MariaDB 10 and what's new with the project
MariaDB 10 and what's new with the projectMariaDB 10 and what's new with the project
MariaDB 10 and what's new with the project
 
My first moments with MongoDB
My first moments with MongoDBMy first moments with MongoDB
My first moments with MongoDB
 
The Complete MariaDB Server Tutorial - Percona Live 2015
The Complete MariaDB Server Tutorial - Percona Live 2015The Complete MariaDB Server Tutorial - Percona Live 2015
The Complete MariaDB Server Tutorial - Percona Live 2015
 
MariaDB: The New M In LAMP - SCALE10x
MariaDB: The New M In LAMP - SCALE10xMariaDB: The New M In LAMP - SCALE10x
MariaDB: The New M In LAMP - SCALE10x
 
Meet MariaDB 10.1 at the Bulgaria Web Summit
Meet MariaDB 10.1 at the Bulgaria Web SummitMeet MariaDB 10.1 at the Bulgaria Web Summit
Meet MariaDB 10.1 at the Bulgaria Web Summit
 
Tuning Linux for your database FLOSSUK 2016
Tuning Linux for your database FLOSSUK 2016Tuning Linux for your database FLOSSUK 2016
Tuning Linux for your database FLOSSUK 2016
 
MariaDB 10 Tutorial - 13.11.11 - Percona Live London
MariaDB 10 Tutorial - 13.11.11 - Percona Live LondonMariaDB 10 Tutorial - 13.11.11 - Percona Live London
MariaDB 10 Tutorial - 13.11.11 - Percona Live London
 

Similaire à Open11 maria db the new m in lamp

My sql roadmap 2008 2009
My sql roadmap 2008 2009My sql roadmap 2008 2009
My sql roadmap 2008 2009
xKinAnx
 
Big Data Strategy for the Relational World
Big Data Strategy for the Relational World Big Data Strategy for the Relational World
Big Data Strategy for the Relational World
Andrew Brust
 

Similaire à Open11 maria db the new m in lamp (20)

MariaDB 初学者指南
MariaDB 初学者指南MariaDB 初学者指南
MariaDB 初学者指南
 
The MySQL Server ecosystem in 2016
The MySQL Server ecosystem in 2016The MySQL Server ecosystem in 2016
The MySQL Server ecosystem in 2016
 
MariaDB: The 2012 Edition
MariaDB: The 2012 EditionMariaDB: The 2012 Edition
MariaDB: The 2012 Edition
 
MariaDB - the "new" MySQL is 5 years old and everywhere (LinuxCon Europe 2015)
MariaDB - the "new" MySQL is 5 years old and everywhere (LinuxCon Europe 2015)MariaDB - the "new" MySQL is 5 years old and everywhere (LinuxCon Europe 2015)
MariaDB - the "new" MySQL is 5 years old and everywhere (LinuxCon Europe 2015)
 
MySQL Ecosystem in 2023 - FOSSASIA'23 - Alkin.pptx.pdf
MySQL Ecosystem in 2023 - FOSSASIA'23 - Alkin.pptx.pdfMySQL Ecosystem in 2023 - FOSSASIA'23 - Alkin.pptx.pdf
MySQL Ecosystem in 2023 - FOSSASIA'23 - Alkin.pptx.pdf
 
OSDC 2017 | Lessons from database failures by Colin Charles
OSDC 2017 | Lessons from database failures by Colin CharlesOSDC 2017 | Lessons from database failures by Colin Charles
OSDC 2017 | Lessons from database failures by Colin Charles
 
MariaDB keynote - fossasia 2014
MariaDB keynote - fossasia 2014MariaDB keynote - fossasia 2014
MariaDB keynote - fossasia 2014
 
Databases in the hosted cloud
Databases in the hosted cloudDatabases in the hosted cloud
Databases in the hosted cloud
 
The MySQL ecosystem - understanding it, not running away from it!
The MySQL ecosystem - understanding it, not running away from it! The MySQL ecosystem - understanding it, not running away from it!
The MySQL ecosystem - understanding it, not running away from it!
 
Intro to Big Data
Intro to Big DataIntro to Big Data
Intro to Big Data
 
Be faster then rabbits
Be faster then rabbitsBe faster then rabbits
Be faster then rabbits
 
Kafka 0.8.0 Presentation to Atlanta Java User's Group March 2013
Kafka 0.8.0 Presentation to Atlanta Java User's Group March 2013Kafka 0.8.0 Presentation to Atlanta Java User's Group March 2013
Kafka 0.8.0 Presentation to Atlanta Java User's Group March 2013
 
5 NoSQL Options - Toronto - May 2018
5 NoSQL Options - Toronto - May 20185 NoSQL Options - Toronto - May 2018
5 NoSQL Options - Toronto - May 2018
 
MySQL Options in OpenStack
MySQL Options in OpenStackMySQL Options in OpenStack
MySQL Options in OpenStack
 
My sql roadmap 2008 2009
My sql roadmap 2008 2009My sql roadmap 2008 2009
My sql roadmap 2008 2009
 
Urbanesia - Development History
Urbanesia - Development HistoryUrbanesia - Development History
Urbanesia - Development History
 
Big Data Strategy for the Relational World
Big Data Strategy for the Relational World Big Data Strategy for the Relational World
Big Data Strategy for the Relational World
 
OpenStack Days East -- MySQL Options in OpenStack
OpenStack Days East -- MySQL Options in OpenStackOpenStack Days East -- MySQL Options in OpenStack
OpenStack Days East -- MySQL Options in OpenStack
 
Architecting Your First Big Data Implementation
Architecting Your First Big Data ImplementationArchitecting Your First Big Data Implementation
Architecting Your First Big Data Implementation
 
MySQL overview
MySQL overviewMySQL overview
MySQL overview
 

Plus de Colin Charles

Plus de Colin Charles (11)

Differences between MariaDB 10.3 & MySQL 8.0
Differences between MariaDB 10.3 & MySQL 8.0Differences between MariaDB 10.3 & MySQL 8.0
Differences between MariaDB 10.3 & MySQL 8.0
 
What is MariaDB Server 10.3?
What is MariaDB Server 10.3?What is MariaDB Server 10.3?
What is MariaDB Server 10.3?
 
Databases in the hosted cloud
Databases in the hosted cloud Databases in the hosted cloud
Databases in the hosted cloud
 
MySQL features missing in MariaDB Server
MySQL features missing in MariaDB ServerMySQL features missing in MariaDB Server
MySQL features missing in MariaDB Server
 
Databases in the Hosted Cloud
Databases in the Hosted CloudDatabases in the Hosted Cloud
Databases in the Hosted Cloud
 
Best practices for MySQL High Availability Tutorial
Best practices for MySQL High Availability TutorialBest practices for MySQL High Availability Tutorial
Best practices for MySQL High Availability Tutorial
 
Percona ServerをMySQL 5.6と5.7用に作るエンジニアリング(そしてMongoDBのヒント)
Percona ServerをMySQL 5.6と5.7用に作るエンジニアリング(そしてMongoDBのヒント)Percona ServerをMySQL 5.6と5.7用に作るエンジニアリング(そしてMongoDBのヒント)
Percona ServerをMySQL 5.6と5.7用に作るエンジニアリング(そしてMongoDBのヒント)
 
Forking Successfully - or is a branch better?
Forking Successfully - or is a branch better?Forking Successfully - or is a branch better?
Forking Successfully - or is a branch better?
 
The MySQL Server Ecosystem in 2016
The MySQL Server Ecosystem in 2016The MySQL Server Ecosystem in 2016
The MySQL Server Ecosystem in 2016
 
Meet MariaDB Server 10.1 London MySQL meetup December 2015
Meet MariaDB Server 10.1 London MySQL meetup December 2015Meet MariaDB Server 10.1 London MySQL meetup December 2015
Meet MariaDB Server 10.1 London MySQL meetup December 2015
 
Cool MariaDB Plugins
Cool MariaDB Plugins Cool MariaDB Plugins
Cool MariaDB Plugins
 

Dernier

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Dernier (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
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...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

Open11 maria db the new m in lamp

  • 1. MariaDB: The New M in LAMP Open Paradigms in Education, OPEN’11 New Delhi, India Colin Charles colin@montyprogram.com / byte@bytebot.net http://bytebot.net/blog/ @bytebot on Twitter
  • 2.
  • 3. use ENGINE=CSV; • LOAD DATA INFILE ‘foo.csv’ INTO TABLE foo;
  • 4. “The greatest problem for opensource is graduation” -- Keith Packard
  • 5. Aims for the day • Harness more contributors to MariaDB • Show you what’s available and where contributions can be made • Answer your queries, concerns
  • 6. Have you ever... • Submitted a bug report? • Contributed to a Wiki page or Knowledgebase? • Hopped on IRC, at #project? • Uses some open source software? • Evangelised about your favourite software?
  • 8. MariaDB backstory • Why? • MySQL: open source product, not project • When? • Who? • Governance: Open Database Alliance, not one corporate entity
  • 9. What is MariaDB? • A branch of MySQL with more features? • A branch of MySQL with better features? • A fork?
  • 10. MariaDB is... community developed, feature enhanced, backward compatible
  • 11. Aims • 100% compatible, drop-in replacement • Stable (bug-free) releases • Data centre use, high performance use, scale out use • GPLv2
  • 12. What’s in MariaDB 5.1? • Storage engines • Table elimination • XtraDB, PBXT, • Thread pool FederatedX, Maria • Croatian collations • Extended statistics for slow query log • Bug fixes • PROCESSLIST with • Test cases and coverage microsecond precision • Removal of mutexes • All Google+Facebook patches • Compiler warnings gone!
  • 13. New in MariaDB 5.2 • Virtual columns • Group commit in Aria • Pluggable authentication • Optimiser improvements • Userstats v2 • Row based replication improvements • Partitioned MyISAM keycache • CREATE TABLE can be extended via storage • New storage engines: engine API OQENGINE, SphinxSE • MySQL 5.1.53
  • 14. How open are we? • Mailing lists: Launchpad • Code hosting: Launchpad • Worklog • Knowledgebase
  • 15. Testing MariaDB • Use the Sandbox • http://mysqlsandbox.net/
  • 17. Open Courseware • Buying rights to books • Database training is generally proprietary • Is MariaDB/MySQL the best for today? • Presentations, teach-the-trainer, exercises • Videos? Audio podcasts? • Interactive Flash?
  • 18. Knowledgebase • GFDL, CC-BY • Internationalisation next
  • 19. Good test databases • SakilaSampleDB • http://forge.mysql.com/wiki/ SakilaSampleDB • http://dev.mysql.com/doc/ • Sakila sample database, world database (used in MySQL training) and menagerie database (used in a book titled Beginning MySQL)
  • 20. Contributing isn’t only about coding • Write a blog, talk about MariaDB • MariaDB Ambassadors • Write Knowledgebase entries/answer Q’s • Evangelise • Package for your distribution of choice!
  • 21. The future? • There is no “one” tree • HandlerSocket: access data in SQL/NoSQL • MySQL, Percona, way; persistent storage; high load usage MariaDB • GIS • MySQL + memcached is common • Batched Key Access • PK lookups, cached rows in HandlerSocket
  • 22. Thoughts • Teach/learn principles, • Successful opensource not a software package projects tend to need per se corporate backers (not a backer) • Opensource and open content does not take away jobs, it creates it • but trust not their pre-packaged and keeps profits within educational materials! the local economy • Open core is not the best for you
  • 23. MP have meetings twice yearly • February 2010: Iceland • October 2010: Istanbul, Turkey • March 2011: Lisbon, Portugal • All contributors are invited to attend
  • 24. Resources • #mariadb on irc.freenode.net • Lists on launchpad • http://planet.mysql.com/ • http://planetmariadb.org/ • http://kb.askmonty.org/
  • 25. Q&A? / Thanks email: colin@montyprogram.com / byte@bytebot.net twitter: @bytebot url: http://bytebot.net/blog/