[DBIx-Class-Devel] Re: [sql-translator] Invalid statement: Was expecting comment, or use, or set, or drop, or create, or alter, or insert, or delimiter, or empty statement (#33)

rw1 notifications at github.com
Fri Aug 2 14:11:26 GMT 2013


The solution was to run the mysqldump command differently, then the sqlt command worked:

```
[username at hostname ~] mysqldump -u root -pmysql_root_password --no-data database_name > example.sql
```


---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/issues/33#issuecomment-22007991
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20130802/9d8cefa0/attachment.htm


More information about the DBIx-Class-Devel mailing list