I must have phrased it wrong, I meant im adding to the table, and the reason I use command line is cause ever 5 minutes it executes that command line, adds eveything from input into the table, then it erases the input and waits for the next 5 minutes.
Thats why I use commandline, because it is automated, and does this every 5 minutes
so I do the -e or --execute=
and then in the file:
USE database
insert into table,....
exit