Setup Guide

2. Switch to stratus schema using the following command:
--use stratus;
Figure 32. Stratus schema
3. Run the following command to identify the loca_infile value from Wyse Management Suite schema:
SHOW VARIABLES WHERE Variable_name = 'local_infile';
Figure 33. Local infile value
4. Verify the local_infile value.
If the value is ON, go to step 5.
5. Go to Start > Services and right-click Dell WMS: MariaDB.
6. Go to the path mentioned in the Path to executable field.
7. Open the my.ini file and paste the following configuration after [mysqld]:
local-infile=0
24
Server hardening for MariaDB/MySQL