Changelog
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
find / -name mysql
/usr/local/mysql
and /usr/local/mariadb
/usr/local/mariadb/bin/mysql -u root -p
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
mod_python
is inactive, while mod_wsgi
is currently uncompilable on the QNAP. Need to look for alternative scripting languages.LAMP looks like the minimalist way to go.
Graph plotting
another test