MariaDB Standard Developer Cheat Sheet

Use this developer cheat sheet to get started with MariaDB basics. Cheat sheet includes how to:

  • Connect and communicate with MariaDB command-line client
  • Create and drop a database and column from a table
  • Show and browse details of schemas, tables and fields
  • Select data from a MariaDB table
  • Insert, update and delete data within a MariaDB table
  • Select data by joining multiple tables
  • Perform common admin tasks