mariadb

如何更改 user 视图(表)中的 host 列的值

文档: https://mariadb.com/kb/en/rename-user/
RENAME USER "root"@"localhost" TO "root"@"%";