This is a simple project that explains how you can use a Raspberry Pi collect sensor data and save this data to a MySQL database. Also shows you how you can access data from a MySQL database in ...
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" pi@raspberrypi:~ $ docker run --name mysql01 -e MYSQL_ROOT_PASSWORD=xxx -p 3306:3306 --rm biarms/mysql:5.7 Initializing database 180501 14:07:45 [Warning] ...
I’ve been wondering how the Raspberry Pi would handle WordPress. I’ve found some instructions using Apache 2, but this may not be the best server to use for this type of low-end hardware. nginx server ...
I put together a little DIY fieldwork database server using nearly entirely open source tools and software. It consists of a Raspberry Pi operating on a local network, which contains a MariaDB server, ...