Skip to content

Developer Notes

Ryan Slominski edited this page Apr 12, 2023 · 18 revisions

MariaDB Notes

Connect to mysql with

mysql -u myapi -p -A archive

Dump all data from table_1 on Aug. 12 2019 with

mysqldump  -t -u myapi -p archive table_1 --single-transaction --compact --where="time between 420257825449574400 and 420281018272972800" > /tmp/dump.sql

DataSource Notes

JLab deployments.properties can be found at:

You can use a Tomcat context.xml to define JNDI DataSources. See myquery docker example context.xml.

Clone this wiki locally