A 10 minute primer on MariaDB.
The articles in this section have been designed to be read sequentially, first to last. Links have been provided at the bottom of every page so that you don't have to come back here to get to the next article.
-
A MariaDB Primer 01 - Intro
This primer should get you up and going with the MariaDB mysql command-line... -
A MariaDB Primer 02 - Logging In
Log into the server that has access to the MySQL database you want to use, ... -
A MariaDB Primer 03 - Viewing
To get data out of a MariaDB, or any other, database, you need to ask it a ... -
A MariaDB Primer 04 - Inserting
To insert data into a database table, we use an insert statement (I say "st... -
A MariaDB Primer 05 - Modifying
On the previous page, we found an error in one of the entries in the Books ...