Skip to content

Commit 1ddda69

Browse files
committed
sql: remove unnecessary 'copy' from FLUSH PRIVILEGES description
1 parent a2c1ed6 commit 1ddda69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql-statements/sql-statement-flush-privileges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: An overview of the usage of FLUSH PRIVILEGES for the TiDB database.
55

66
# FLUSH PRIVILEGES
77

8-
The statement `FLUSH PRIVILEGES` instructs TiDB to reload the in-memory copy of privileges from the privilege tables. You must execute this statement after manually editing tables such as `mysql.user`. However, executing this statement is not necessary after using privilege statements like `GRANT` or `REVOKE`. To execute this statement, the `RELOAD` privilege is required.
8+
The statement `FLUSH PRIVILEGES` instructs TiDB to reload the in-memory privileges from the privilege tables. You must execute this statement after manually editing tables such as `mysql.user`. However, executing this statement is not necessary after using privilege statements like `GRANT` or `REVOKE`. To execute this statement, the `RELOAD` privilege is required.
99

1010
## Synopsis
1111

0 commit comments

Comments
 (0)