Revision 7691
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/BRIT/_MySQL/MySQL.data.sql.make | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 |
env server=bien@localhost data=1 my2pg_export BRIT specimen_flat |
|
2 |
env server=localhost data=1 my2pg_export --user=bien BRIT specimen_flat |
inputs/BRIT/_MySQL/MySQL.schema.sql.make | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 |
env server=bien@localhost schema=1 my2pg_export BRIT specimen_flat |
|
2 |
env server=localhost schema=1 my2pg_export --user=bien BRIT specimen_flat |
Also available in: Unified diff
inputs/BRIT/_MySQL/MySQL.*.sql.make: Fixed bug where needs to be set to just localhost and --user to bien instead