Skip to content

Commit

Permalink
fix: corrected DB name
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Nov 20, 2024
1 parent cc92032 commit 8c43dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision-mysql80.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GRANT ALL ON discovery.* TO 'discov001'@'%';

CREATE DATABASE IF NOT EXISTS designer;
CREATE USER IF NOT EXISTS 'designer001'@'%' IDENTIFIED BY 'password';
GRANT ALL ON discovery.* TO 'designer001'@'%';
GRANT ALL ON designer.* TO 'designer001'@'%';

CREATE DATABASE IF NOT EXISTS ecommerce;
CREATE USER IF NOT EXISTS 'ecomm001'@'%' IDENTIFIED BY 'password';
Expand Down

0 comments on commit 8c43dbf

Please sign in to comment.