Versions Compared

Key

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

...

Code Block
use regdb;

Execute the mysql.sql database script against the pointed database using following command.

Code Block
mysql> source <path to the script>\mysql.sql;
Note

 If you are using MySQL 5.7 or later version, use mysql5.7.sql script and execute the above command modified as following.

Code Block
mysql> source <path to the script>\mysql5.7.sql;

...