[Opendnssec-user] Exporting database schema version is not supported for conversion

Arun Natarajan arun at arunns.com
Wed Mar 22 11:40:40 UTC 2017


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 <yuri at nlnetlabs.nl> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opendnssec.org/pipermail/opendnssec-user/attachments/20170322/3c68500d/attachment.htm>


More information about the Opendnssec-user mailing list