All Downloads are FREE. Search and download functionalities are using the official Maven repository.

t.piezo-worker_2.11.1.12.source-code.create_database.sql Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
#
# One time setup for the environment.
# Must be run by a DB user with the necessary permissions.
#

DROP DATABASE IF EXISTS jobs;
CREATE DATABASE jobs;
GRANT ALL PRIVILEGES ON jobs.* TO dev@'localhost' IDENTIFIED BY 'dev';
GRANT ALL PRIVILEGES ON jobs.* TO dev@'%' IDENTIFIED BY 'dev';




© 2015 - 2025 Weber Informatics LLC | Privacy Policy