corrected random character in file

This commit is contained in:
TristanAncelet 2021-08-30 15:26:11 -05:00
parent 0aaaf27a1a
commit bb7ff08265

View File

@ -39,7 +39,7 @@ After creating a database and creating a few tables, I created a user and gave t
var1 TEXT NOT NULL,
var2 INT AUTOINCREMENT,
);
4
CREATE USER 'user'@'ip address';IDENTIFIED BY Password('password');
GRANT ALL PRIVILEGES ON 'test_database'.* TO 'user'@'ip address';