Revision 7684
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
147 | 147 |
For MySQL inputs (exports and live DB connections): |
148 | 148 |
For .sql exports: |
149 | 149 |
Place the original .sql file in _src/ (*not* in _MySQL/) |
150 |
Create a database for the MySQL export in phpMyAdmin |
|
151 |
bin/mysql_bien database <inputs/<datasrc>/_src/export.sql |
|
150 |
Follow the steps starting with Install the staging tables below. |
|
151 |
This is for an initial sync to get the file onto vegbiendev. |
|
152 |
On vegbiendev: |
|
153 |
Create a database for the MySQL export in phpMyAdmin |
|
154 |
bin/mysql_bien database <inputs/<datasrc>/_src/export.sql |
|
152 | 155 |
mkdir inputs/<datasrc>/_MySQL/ |
153 | 156 |
cp -p lib/MySQL.{data,schema}.sql.make inputs/<datasrc>/_MySQL/ |
154 | 157 |
Edit _MySQL/*.make for the DB connection |
Also available in: Unified diff
README.TXT: Datasource setup: MySQL inputs: .sql exports: Added steps to sync the export to vegbiendev. Specified that the database for the MySQL export should be created on vegbiendev.