mariadb insert

This commit is contained in:
2020-05-16 22:36:18 +02:00
parent 9907a66542
commit cec66d0028
4 changed files with 89 additions and 25 deletions

View File

@@ -18,6 +18,7 @@
[mqserver]
hostname = 192.168.1.241
port = 5672
user = alex
password = batt1l0
csv_queue = task_queue
@@ -27,4 +28,13 @@
path = /home/
[csvelab]
logfilename = csvElab.log
logfilename = csvElab.log
[db]
hostname = 192.168.1.241
user = root
password = batt1l0
dbname = ase
tablename = rawdata
maxInsertRow = 20000
valueNum = 16