Skip to content

Instantly share code, notes, and snippets.

@al102964
Created February 2, 2020 18:03
Show Gist options
  • Save al102964/fcd6ddedcf1c02770964642b673acdd6 to your computer and use it in GitHub Desktop.
Save al102964/fcd6ddedcf1c02770964642b673acdd6 to your computer and use it in GitHub Desktop.
CREATE DATABASE mlflow_db;
CREATE USER mlflow_user WITH PASSWORD 'mlflow';
GRANT ALL PRIVILEGES ON DATABASE mlflow_db TO mlflow_user;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment