Versions Compared

Key

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

...

CREATE USER 'mystorage'@'localhost' identified by 'mystorage';

GRANT ALL PRIVILEGES ON dbTestdemo.* To 'mystorage'@'localhost';

...