Revision 7690
Added by Aaron Marcuse-Kubitza almost 12 years ago
README.TXT | ||
---|---|---|
155 | 155 |
mkdir inputs/<datasrc>/_MySQL/ |
156 | 156 |
cp -p lib/MySQL.{data,schema}.sql.make inputs/<datasrc>/_MySQL/ |
157 | 157 |
Edit _MySQL/*.make for the DB connection |
158 |
For a .sql export, use server=bien@localhost
|
|
158 |
For a .sql export, use server=localhost and --user=bien
|
|
159 | 159 |
Skip the Add input data for each table section |
160 | 160 |
For MS Access databases: |
161 | 161 |
Place the .mdb or .accdb file in _src/ |
Also available in: Unified diff
README.TXT: Datasource setup: MySQL inputs: Editing _MySQL/*.make: Fixed bug where $server needs to be set to just localhost and --user to bien instead.