Skip to content

Commit 6450f43

Browse files
authored
Merge pull request #8 from calvinscottforbes/patch-2
Fixed password
2 parents 491ddc4 + b8f1d08 commit 6450f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/init.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE USER 'auth_user'@'localhost' IDENTIFIED BY 'Aauth123';
1+
CREATE USER 'auth_user'@'localhost' IDENTIFIED BY 'Auth123';
22

33
CREATE DATABASE auth;
44

0 commit comments

Comments
 (0)