...
Info |
---|
Starting October 11, 2024 (Zephyr Enterprise 8.2), the Zephyr Enterprise documentation moved from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise documentation page. Please Please see: https://support.smartbear.com/zephyr-enterprise/docs/en/zephyr-enterprise/zephyr-installation--and-upgrade-guides/zephyr-on-premise-production-installation/connecting-to-an-external-database/mysql.html |
Anchor | ||||
---|---|---|---|---|
|
Supported Databases
...
The following steps will need to be followed:
- Step 1: Login to your MySQL Server
- Step 2: Create a new user for Zephyr
- Step 3: Set permissions for remote access
- Step 4: Set Memory and Max Connections
- Step 5: Install Zephyr and Connect to the Database
Anchorstep1 step1
step1 | |
step1 |
Step 1: Login to your MySQL Server
...
zephyrDBuser represents the username and ZephyrDBuserPass is the password for the newly created user from Step 2.
The '*.*' is granting permissions to all databases. Replace 127.0.01 with the IP address of the server Zephyr will be installed on. This command will grant access to ALL databases for the IP addresses given. The minimum permission requirement are the privileges to create and populate tables.
...