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