Versions Compared

Key

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

...

Create a new account which have all permission

Code Block
languagetext
> CREEATEuse onos
> CREATE USER onos WITH PASSWORD 'onos.password' WITH ALL PRIVILEGES

...