It seems that some versions of MySQL on Windows load with STRICT_ALL_TABLES mode enabled. This breaks the installer, as it prevents some queries is step 3 from writing to the database. Disabling STRICT_ALL_TABLES on MySQL launch should solve this issue.