drop database if exists depot_dev ; create database depot_dev ; grant all on depot_dev.* to depot@localhost identified by 'depot' ; drop database if exists depot_test ; create database depot_test ; grant all on depot_test.* to depot@localhost identified by 'depot' ; drop database if exists depot ; create database depot ; grant all on depot.* to depot@localhost identified by 'depot' ;