Revision 7689
Added by Aaron Marcuse-Kubitza over 11 years ago
MySQL.schema.sql.make | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 |
env server=[ssh_user@]ssh_host schema=1 my2pg_export database tables... |
|
2 |
env server=[ssh_user@]ssh_host schema=1 my2pg_export [--user=db_user] database tables... |
Also available in: Unified diff
lib/MySQL.*.sql.make: Added --user option to demonstrate how to set the DB user vs. the ssh user