Versions Compared

Key

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

...

Type the password when asked. MySQLDDL.txt records the output of the script so that you can refer back to it later.

Linux

  • cd <Unzip Folder>/database/mysql/install
  • /path/to/mysql -u username -h hostname --port=3306 -p < CreateFlexDeploySchemas.sql > MySQLDDL.txt

Windows

  • cd <Unzip Folder>/database/mysql/install
  • "C:\path to\mysql" -u username -h hostname --port=3306 -p < CreateFlexDeploySchemas.sql > MySQLDDL.txt

...