mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix remaining typos
This commit is contained in:
committed by
Daniel Black
parent
bc87abc381
commit
40c5b62531
@ -786,7 +786,7 @@ DELIMITER ;
|
||||
-- Get warnings (if any)
|
||||
SHOW WARNINGS;
|
||||
|
||||
# Convering the host name to lower case for existing users
|
||||
# Converting the host name to lower case for existing users
|
||||
UPDATE user SET host=LOWER( host ) WHERE LOWER( host ) <> host;
|
||||
|
||||
DELIMITER //
|
||||
|
Reference in New Issue
Block a user