Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
update set host='%' from user where user='root';
flush;

If everything is okay, you can check it as following

...