CREATE DATABASE IF NOT EXISTS roasted_dry_food_test;
GRANT ALL PRIVILEGES ON roasted_dry_food_test.* TO 'landing'@'%';
