MySQL
Export data to MySQL
What it does
Export data to a MySQL database
MySQL is an open source relational database management system developed by Oracle.
Settings
Username
the user name to connect the MySQL database
Password
the password to connect the MySQL database
Database full URL
the database url, for example:
mysql://localhost:3306/[your datebase]
Table
the table in the database to work on
Advanced Settings
Overwrite
Overwrite the data in the table or append to the end
Tips
- Your table is automatically overriden if it already exists.
- You table is created if it does not exist.