CREATE DATABASE project_development_master CREATE DATABASE project_test_master CREATE DATABASE project_development_otherbranch CREATE DATABASE project_test_otherbranch #from the shell USE project_development_master; \. development_snapshot.sql USE project_development_otherbranch; \. development_snapshot.sql