you are right, could quote the dbi or escape \; , both works --to "dbi:mysql:database=kasp;host=localhost" --to dbi:mysql:database=kasp\;host=localhost
excellent support. thanks, -- arun On 22 March 2017 at 14:34, Yuri Schaeffer <[email protected]> wrote: > > # ./enforcer/utils/convert_database.pl.patched --from > > dbi:SQLite:dbname=/var/opendnssec/kasp.db --to > > dbi:mysql:database=kasp;host=localhost --to-username kaspuser > > --to-password kasp > > Not sure from the top of my head what the syntax is but you have a > semicolon (;) after database-kasp. Either you made a typo or need to > quote/escape some things in the commandline. > > The whole "host=localhost --to-username kaspuser --to-password kasp" > did not end up as input to the script. > > root and localhost are assumed when not given. Therefore your second > attempt did work. > > //Yuri > >
_______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
