<div dir="ltr">you are right, could quote the dbi or escape \;   , both works<br> <br>--to "dbi:mysql:database=kasp;host=localhost"<br>--to dbi:mysql:database=kasp\;host=localhost<br><div class="gmail_extra"><br></div><div class="gmail_extra">excellent support.<br><br></div><div class="gmail_extra">thanks,<br>--<br></div><div class="gmail_extra">arun<br><br></div><div class="gmail_extra"><div class="gmail_quote">On 22 March 2017 at 14:34, Yuri Schaeffer <span dir="ltr"><<a href="mailto:yuri@nlnetlabs.nl" target="_blank">yuri@nlnetlabs.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> # ./enforcer/utils/convert_<wbr>database.pl.patched --from<br>
> dbi:SQLite:dbname=/var/<wbr>opendnssec/kasp.db  --to<br>
> dbi:mysql:database=kasp;host=<wbr>localhost  --to-username kaspuser<br>
> --to-password kasp<br>
<br>
</span>Not sure from the top of my head what the syntax is but you have a<br>
semicolon (;) after database-kasp. Either you made a typo or need to<br>
quote/escape some things in the commandline.<br>
<br>
The whole "host=localhost  --to-username kaspuser --to-password kasp"<br>
did not end up as input to the script.<br>
<br>
root and localhost are assumed when not given. Therefore your second<br>
attempt did work.<br>
<span class="HOEnZb"><font color="#888888"><br>
//Yuri<br>
<br>
</font></span></blockquote></div><br></div></div>