Column |
---|
The for Zephyr Enterprise Data Center will be referenced as part of the installation of Zephyr Enterprise Data Center. It will need to be installed separately and prior to the installation of Zephyr Enterprise Data Center. These instructions will help you connect your Zephyr Enterprise Data Center installation to a Microsoft SQL Server Database
This guide is for setting up a instance of MySQL to allow use for Zephyr Enterprise Server and Data Center. This guide assumes MySQL is already present and in its desired root location |
...
Supported Databases
...
MySQL Community Server
...
Code Block |
---|
|
CREATE USER 'zephyrDBuser@'localhost' IDENTIFIED BY 'zephyrDBuserPass'; |
Step 3: Set permissions for remote access
Now type the below command to make the Database accessible remotely.
...
Set the following values for the parameters:
Parameter | Minimum value |
---|
innodb_buffer_pool_size= | 4096M |
query_cache_size= | 1M |
key_buffer_size= | 8M |
max_connections= | 500 |
If no lines contain these parameters, then create new lines for them.
...
Info |
---|
|
MySQL Logging If you are having problems with your MySQL database after making these changes, please consult your OS's application logs for issue details. |
Back to Top ^