-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Notes
Ryan Slominski edited this page Apr 12, 2023
·
18 revisions
Connect to MariaDB 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
JLab deployments.properties can be built from various deployment configs found in the accelerator network on a network share at /cs/certified/config/mya
.
You can use a Tomcat context.xml to define JNDI DataSources. See myquery docker example context.xml.