mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-27 13:57:46 +00:00
3 lines
72 B
SQL
3 lines
72 B
SQL
USE mysql;
|
|
UPDATE user SET Host='%' WHERE User='root';
|
|
FLUSH PRIVILEGES; |