Book Image

MariaDB Cookbook

By : Daniel Bartholomew
Book Image

MariaDB Cookbook

By: Daniel Bartholomew

Overview of this book

Table of Contents (20 chapters)
MariaDB Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. Diving Deep into MariaDB

In this chapter, we will cover the following recipes:

  • Importing the data exported by mysqldump

  • Using SHOW EXPLAIN with running queries

  • Using LIMIT ROWS EXAMINED

  • Using INSTALL SONAME

  • Producing HTML output

  • Producing XML output

  • Migrating a table from MyISAM to Aria

  • Migrating a table from MyISAM or Aria to InnoDB or XtraDB