Configuring Environment Settings for Data Export
Configuring Environment Settings for Data Export
Edit the importexporttool.config file and configure the environment settings for the system from which you are exporting data.
For example, for a MySQL database named commercedb on the local machine
running on port 3306, your settings should look similar to this:
db.connection.url=jdbc:mysql://localhost:3306/commercedb?AutoReconnect=true&useUnicode=true&characterEncoding=utf-8 db.connection.username=root db.connection.password=root db.connection.driver_class=com.mysql.jdbc.Driver