Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:1100_inst_guide:0350_db_integration:0100_mysql [2023/07/29 02:17] – removed - external edit (Unknown date) 127.0.0.1 | docs:1100_inst_guide:0350_db_integration:0100_mysql [2025/10/29 23:57] (current) – aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | [< | ||
| + | ===== MySQL ===== | ||
| + | If you do not have MySQL database software you can download one free of charge from the MySQL web site at [[https:// | ||
| + | |||
| + | - Start the AwareIM Control Panel | ||
| + | - Select the Settings/ | ||
| + | - Enter credentials of the MySQL account. Note that the account you specify here must have root user privileges, otherwise AwareIM will not work | ||
| + | - Specify MySQL server name and the port number where MySQL listens to requests (if these are different from the default values) | ||
| + | - Click OK and restart AwareIM | ||
| + | |||
| + | |||
| + | |||
| + | If you installed AwareIM as Windows service you can perform database integration manually without using the AwareIM Control Panel. To do this: | ||
| + | |||
| + | |||
| + | - Delete the default '' | ||
| + | - Rename the file '' | ||
| + | - Use any text editor to change server name, port and root user credentials to the following lines in the '' | ||
| + | |||
| + | < | ||
| + | DriverURL=jdbc: | ||
| + | DriverTestURL=jdbc: | ||
| + | BootstrapURL=jdbc: | ||
| + | </ | ||
| + | |||
| + | {{simplenavi> | ||