11
spooky
6y

the web developer equivalent of waiting for code to compile is waiting for your local test DB to be populated with recent data from the production DB

Comments
  • 3
    Just load it from file in mysql cli

    mysql: database_name < db_file.sql

    Done.
  • 3
    Who needs a local test DB anyways? Just test/develop in production 👌😁
Add Comment