Sorry, we don't support your browser.  Install a modern browser

Import additional rows into Live MySQL database.#130

In the recent update, you have added the ability to add records to a manual table.
This is what I’d like for a server-side processing table connection
I can manually update (adding rows) by transferring a CSV file to the server and then running SQL statement LOAD DATA INFILE ‘/var/lib/mysql-files/…
(It’s quick and easy)

I want to now enable the client to do the same process with wpDataTables

4 years ago