> # ./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
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
