Versions Compared

Key

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

...

  1. Checkout the project
    No Format
    svn checkout https://svn.kuali.org/repos/ole/branches/dev/50-upgrade-test-1 ole
  2. Change into the directory for the ole-sql module
    No Format
    cd ole/ole-app/ole-db/ole-sql
  3. Bundle the SQL
    No Format
    mvn clean install
  4. Execute the SQL
    No Format
    mvn initialize -Pdb,mysql -N
  5. The default MySQL process assumes
    1. There is a MySQL server (running locally
    2. The MySQL server is version 5.1+) running locally
    3. The MySQL server is listening for connections on the default port for MySQL - 3306
    4. The JDBC connection URL that needs to respond is - jdbc:mysql://localhost
    5. The root user for MySQL does not have a password
    6. The process will create a database user named OLE with the password OLE
    7. The process will create and populate a database named OLE

...