1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-07 23:03:08 +02:00
Files
OpenIntegrations/docs/en/cli/mysql/ExecuteSQLQuery/bat.txt

6 lines
282 B
Plaintext
Raw Normal View History

2025-10-07 15:34:22 +00:00
:: JSON data can also be passed as a path to a .json file
2025-04-06 16:33:41 +03:00
oint mysql ExecuteSQLQuery ^
2025-10-07 15:34:22 +00:00
--sql "https://hut.openintegrations.dev/test_data/TEST_DATA2.sql" ^
2025-09-15 16:30:36 +03:00
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
2025-10-07 15:34:22 +00:00
--tls "{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true}"