mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
MINOR: Add PROCESS Priviledge (#16275)
* Fix PROCESS Priviledge issue * Add Flush priviledges
This commit is contained in:
parent
448f286ee3
commit
a47191ecaf
@ -3,5 +3,7 @@ CREATE DATABASE airflow_db CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
CREATE USER 'openmetadata_user'@'%' IDENTIFIED BY 'openmetadata_password';
|
||||
CREATE USER 'airflow_user'@'%' IDENTIFIED BY 'airflow_pass';
|
||||
GRANT ALL PRIVILEGES ON openmetadata_db.* TO 'openmetadata_user'@'%' WITH GRANT OPTION;
|
||||
GRANT PROCESS, USAGE ON *.* TO 'openmetadata_user'@'%';
|
||||
GRANT ALL PRIVILEGES ON airflow_db.* TO 'airflow_user'@'%' WITH GRANT OPTION;
|
||||
FLUSH PRIVILEGES;
|
||||
commit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user