Can't import sample sakila database to table plus.
When I try to import sakila database from mysql i am having this error?
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 'DELIMITER ;;
CREATE TRIGGER ins_film AFTER INSERT ON film FOR EACH ROW BEGIN' at line 5
I was facing the same problem when importing using tableplus as well as sequel pro. Then imported via cli and it worked fine. after importing I used the tableplus to access the data and it is working fine.
You can use "Restore" option instead. Importing didn't work for me because of versions mismatch - 5.7 for the SQL file for Sakila, v8 for my local database.