Image Perfect requires a local MySQL 8.0+ server. Follow the instructions below based on whether you’re a developer or an end user.
📌 Note: Follow these steps if you're a developer who wants to modify or contribute to ImagePerfect.
-
Download the MySQL MSI Installer (8.0+).
-
Run
mysql-installer-community-8.0.42.0.msi. -
Choose Full Setup, then click Next and Execute
-
Continue through the installation, accepting the default settings:
-
After installation, MySQL Workbench and Shell should open automatically.
✅ Next Step: Open MySQL Command Line Client and run the SQL commands below to set up the database schema.
📌 Note: Use this setup if you only plan to run Image Perfect without contributing to the codebase.
-
Download the MySQL MSI Installer (8.0+).
-
Run
mysql-installer-community-8.0.42.0.msi. -
Choose Server Only, then click Next and Execute.
-
Use the following configuration options:
-
Continue through the installer keeping default settings
📌 Note: Choosing Manual setup allows later configuration of MySQL memory usage via
my.ini(located atC:\ProgramData\MySQL\MySQL Server 8.0). Learn more here. The defaults should work fine for most users.
✅ Once MySQL is installed, open MySQL Command Line Client and run the database setup commands.
✅ When that's complete, you're ready to run Image Perfect!









