Group Abstract Group Abstract

Message Boards Message Boards

1
|
3K Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

Can Mathematica export a MySQL database from a Dataset or entity object?

POSTED BY: Peter Burbery
Posted 3 years ago

The easiest way to do this is to export the data as CSV and use mysqlimport from the command line to import it. You may have to convert any data that is not purely numeric or text (e.g. Quantity, DateObject, ...) before using Export.

You could also convert your data to a format suitable for SQLImport.

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard