Database

Changelog

  • 2023-05-02: Old writeup...

Demo of conflicts…?

Some quick notes for MariaDB on the QNAP. Meant to be direct port of MySQL (but both are open-source…?)

Dump of everything I was working on today and yesterday. Still trying to figure out how to do RESTful APIs.

Setting up

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 493
Server version: 5.5.57-MariaDB MariaDB Server

Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> USE test;
Database changed
MariaDB [test]> SELECT * from test_table;
+----+--------+------------+---------+
| id | name   | date       | workout |
+----+--------+------------+---------+
|  1 | justin | 0000-00-00 |       1 |
|  2 | justin | 0000-00-00 |       1 |
+----+--------+------------+---------+
2 rows in set (0.00 sec)

MariaDB

SQL server

Sending and processing POST requests

LAMP looks like the minimalist way to go.

Graph plotting

another test