Skip to content

Developer Notes

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


MariaDB Notes

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

DataSource Notes

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.

See Also

Clone this wiki locally