Page tree

Versions Compared

Key

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

...

Code Block
themeFadeToGrey
$ SET PASSWORD FOR 'root'@'localhost' = PASSWORD('custompassword');

...

Code Block
themeFadeToGrey
$ show databases;

(Make sure you have put semicolon(;) in the end of the line) to see the list of databases.

...

Code Block
themeFadeToGrey
$ create database gogs;

MySQL cmd create database

To check if database was created write the line

Code Block
themeFadeToGrey
$ show databases

again.

MySQL cmd check database

If “gogs” database is present in the list, you are good to go. Enter “exit” and close the cmd.