corrected random character in file
This commit is contained in:
parent
0aaaf27a1a
commit
bb7ff08265
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user