How to write the data frame in R into MySQL?
R
MySQL
dateTime host authId sessionId status action
See help(dbSendQuery) for generic update ... statements in SQL, and help(dbWriteTable) to write an entire data frame to a new table.
help(dbSendQuery)
update ...
help(dbWriteTable)