fixed another character
This commit is contained in:
parent
bb7ff08265
commit
e05b072708
@ -40,7 +40,7 @@ After creating a database and creating a few tables, I created a user and gave t
|
|||||||
var2 INT AUTOINCREMENT,
|
var2 INT AUTOINCREMENT,
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE USER 'user'@'ip address';IDENTIFIED BY Password('password');
|
CREATE USER 'user'@'ip address' IDENTIFIED BY Password('password');
|
||||||
|
|
||||||
GRANT ALL PRIVILEGES ON 'test_database'.* TO 'user'@'ip address';
|
GRANT ALL PRIVILEGES ON 'test_database'.* TO 'user'@'ip address';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user