Page tree

Versions Compared

Key

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

...

Code Block
languagesql
CREATE DATABASE wordpresskryptondbwpkryptondb;
GRANT ALL PRIVILEGES ON wordpresskryptondbwpkryptondb.* TO "wpkryptonuser"@"localhost" IDENTIFIED BY "password";
FLUSH PRIVILEGES;
EXIT

Explain variables on a table, wordpresskryptondbwpkryptondb, wpkryptonuser, localhost, password.

...