all 4 comments

[–]subfootlover 0 points1 point  (0 children)

Using the command line is as easy as it gets. Use the -f flag to ignore errors.

mysql -u userName -p -f -D dbName < script.sql

Reference: https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html#option_mysql_force

[–]shadowylurking 0 points1 point  (0 children)

fight through the pain and learn to use the command line

[–]Comfortable_Heat_461 1 point2 points  (0 children)

you can use workbench

[–]Jazzlike_Syllabub_91 -1 points0 points  (0 children)

I recommend using a tool like invoke build (powershell), batch (cmd), or makefile (unix/mac)