I have a view in phpmyadmin and I would like to download the table that the view creates in a SQL file. (click on view->export data->ok)
But when I import the downloaded SQL file in Sequel Pro I get the error:
[ERROR in query 7] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<br />
<b>Fatal error</b>: Uncaught Error: Call to a member function has() on n' at line 4
So that basically means there is no data in the exported file. How can I download the data resulting from a View in phpmyadmin correctly?