Closed m-bosch closed 5 years ago
While testing with several project we noticed that importing the sql through Laravel is slow and breaks for large SQL files.
I suggest we make (perhaps optional) the import on command-line level with something like:
exec(mysql ......... < database.sql)
While testing with several project we noticed that importing the sql through Laravel is slow and breaks for large SQL files.
I suggest we make (perhaps optional) the import on command-line level with something like: