Revision 6372
Added by Aaron Marcuse-Kubitza almost 12 years ago
README.TXT | ||
---|---|---|
99 | 99 |
cp -p lib/MySQL.{data,schema}.sql.make inputs/<datasrc>/_MySQL/ |
100 | 100 |
Edit _MySQL/*.make for the DB connection |
101 | 101 |
For a .sql export, use your local MySQL DB |
102 |
Install the export according to Install the staging tables below |
|
102 | 103 |
Add input data for each table present in the datasource: |
103 | 104 |
For .sql exports, you must use the name of the table in the DB export |
104 | 105 |
For CSV files, you can use any name. It's recommended to use a table |
Also available in: Unified diff
README.TXT: Datasource setup: MySQL inputs: Added step to install the export, which needs to happen before mapping individual tables