...
| Code Block |
|---|
update set host='%' from user where user='root';
flush; |
If everything is okay, you can check it as following
...
...
| Code Block |
|---|
update set host='%' from user where user='root';
flush; |
If everything is okay, you can check it as following
...