File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,10 @@ GRANT ALL ON `reports_v1`.* TO 'analytics001'@'%' IDENTIFIED BY 'password';
3838
3939CREATE DATABASE IF NOT EXISTS ` enterprise_catalog` ;
4040GRANT ALL ON ` enterprise_catalog` .* TO ' catalog001' @' %' IDENTIFIED BY ' password' ;
41+
4142CREATE DATABASE IF NOT EXISTS designer;
4243GRANT ALL ON discovery.* TO ' designer001' @' %' IDENTIFIED BY ' password' ;
4344
44-
45- CREATE DATABASE IF NOT EXISTS license_manager;
46- GRANT ALL ON license_manager.* TO ' license_manager001' @' %' IDENTIFIED BY ' password' ;
47- CREATE DATABASE IF NOT EXISTS ` enterprise_catalog` ;
48- GRANT ALL ON ` enterprise_catalog` .* TO ' catalog001' @' %' IDENTIFIED BY ' password' ;
49-
5045CREATE DATABASE IF NOT EXISTS license_manager;
5146GRANT ALL ON license_manager.* TO ' license_manager001' @' %' IDENTIFIED BY ' password' ;
5247
You can’t perform that action at this time.
0 commit comments