<p>on fedora 19 with mariadb:</p>
<ol>
<li><p>yum install perl-SQL-Translator</p></li>
<li><p>[username@hostname ~] mysqldump -u root -pmysql_root_password database_name > example.sql</p></li>
<li><p>[username@hostname ~] sqlt-graph -f MySQL -o example.png -t png example.sql</p></li>
</ol><p>error:</p>
<p>ERROR (line 36): Invalid statement: Was expecting comment, <br>
or use, or set, or drop, or create, or alter, or insert, or <br>
delimiter, or empty statement<br>
Error: translate: Error with parser 'SQL::Translator::Parser::MySQL':<br><br>
no results at /usr/bin/sqlt-graph line 195.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/dbsrgits/sql-translator/issues/33'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/4W3BWTo7EIi_7vx28Xzl_pEm47qFiTasAgCOLZ3vKm0uFNSpr6buJYzu4buw20ln.gif' height='1' width='1'></p>