<p>The solution was to run the mysqldump command differently, then the sqlt command worked:</p>

<pre><code>[username@hostname ~] mysqldump -u root -pmysql_root_password --no-data database_name &gt; example.sql
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href='https://github.com/dbsrgits/sql-translator/issues/33#issuecomment-22007991'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/4W3BWTo7EIi_7vx28Xzl_pEm47qFiTasAgCOLZ3vKm0uFNSpr6buJYzu4buw20ln.gif' height='1' width='1'></p>