If you do not have MySQL database software you can download one free of charge from the MySQL web site at https://dev.mysql.com/downloads. Run MySQL installation program and follow the instructions (see MySQL Installation Guide for details). We recommend that you install MySQL as a Windows service. Once the installation has been completed make sure that MySQL is running and perform the integration steps described below.
If you installed Aware IM as Windows service you can perform database integration manually without using the Aware IM Control Panel. To do this:
AwareIM/bin/BASServer.props
file which contains default database settingsBASServerMySQL.props
to BASServer.props
BASServer.props
file:DriverURL=jdbc:mysql://localhost/BASDB?user=root&password=blah DriverTestURL=jdbc:mysql://localhost/BASDBTEST?user=root&password=blah BootstrapURL=jdbc:mysql://localhost/?user=root&password=blah