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