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 6
Next »
DEFAULT PROCESS
- Checkout the project
- Change into the directory for the ole-sql module
- Bundle the SQL
- Execute the SQL
- The default process assumes the following
- There is a MySQL server (version 5.1+) running locally on port 3306 (the default)
- The JDBC connection url it uses is
jdbc:mysql://localhost
- The
root
user for MySQL does not have a password