How to import a SQL file?

I converted my zotero.sqlite to zotero.sql. The command I used is

sqlite3 zotero.sqlite .dump > zotero.sql

And I removed my .mozilla directory. How can I get my zotero database back to the newly installed Zotero?
  • Next time you can just keep the zotero.sqlite file. To recreate the file, use the command:

    sqlite3 zotero.sqlite < zotero.sql

    Then put this file in the zotero directory in your new Firefox profile directory.

This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.