Revision 7529
Added by Aaron Marcuse-Kubitza almost 12 years ago
README.TXT | ||
---|---|---|
149 | 149 |
cp -p lib/MySQL.{data,schema}.sql.make inputs/<datasrc>/_MySQL/ |
150 | 150 |
Edit _MySQL/*.make for the DB connection |
151 | 151 |
For a .sql export, use your local MySQL DB |
152 |
Install the export according to Install the staging tables below
|
|
152 |
Skip the Add input data for each table section
|
|
153 | 153 |
Add input data for each table present in the datasource: |
154 | 154 |
For .sql exports, you must use the name of the table in the DB export |
155 | 155 |
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 instruction to skip the Add input data for each table section