...
The example installation incorporates the minimum requirements for MySQL. It is suitable as an initial configuration for many instances of PhixFlow, but note that some of the options may need to change over time as the work carried out by PhixFlow increases.
Windows/Antivirus
MySQL may not be compatible with on-access anti-virus software, so this must be disabled for the MySQL data folder(s).
For full details for creating an exception see https://support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26#:~:text=Go%20to%20Start%20%3E%20Settings%20%3E%20Update,%2C%20file%20types%2C%20or%20process. However, for example, if you are on Windows, and using Windows Defender, do the following:
Start → Settings → Update & Security → Windows Security → Virus & threat protection → [Virus & threat protection Manage settings] → Exclusions [Add or remove exclusions] → Add an exclusion
Select Process and enter the exact path and name of the executable for the service e.g.
C:\Program Files\[mysql install dir]\bin\mysqld.exe
Minimum requirements
The following are the minimum requirements for a MySQL installation to support PhixFlow.
...
Go to https://dev.mysql.com/downloads/windows/installer/8.0.html and select either download - mysql-installer-web-community-8.0.23.msi
is recommended if you have a good internet connection, otherwise choose mysql-installer-community-8.0.23.msi
. Note that both of these installations installation packages are 32-bit but will work perfectly well on a can install either the 32-bit or 64-bit computerversions of MySQL.
At the next page you are invited to create an account but you do not have to - note the link No thanks, just start my download at the bottom of the page
...