Revision 7687
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 your local MySQL DB
|
|
158 |
For a .sql export, use server=bien@localhost
|
|
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/ |
... | ... | |
193 | 193 |
that depend on it |
194 | 194 |
Install the staging tables: |
195 | 195 |
make inputs/<datasrc>/reinstall quiet=1 & |
196 |
For a MySQL .sql export, this must be done on vegbiendev |
|
196 | 197 |
To view progress: tail -f inputs/<datasrc>/<table>/logs/install.log.sql |
197 | 198 |
View the logs: tail -n +1 inputs/<datasrc>/*/logs/install.log.sql |
198 | 199 |
tail provides a header line with the filename |
Also available in: Unified diff
README.TXT: Datasource setup: MySQL inputs: Editing _MySQL/*.make: Specified that $server needs to be set to bien@localhost. Install the staging tables: Specified that for a MySQL .sql export, this must be done on vegbiendev.