Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 9
Next »
DEFAULT PROCESS
- Checkout the project
- Change into the directory for the ole-sql module
- Bundle the SQL
- Execute the SQL
- 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 password OLE
- The process will create and populate a database named
OLE