August 24, 20214 yr comment_15444 I have installed the newest version of Uniform on win 10, created some databases, tables and populated them with simple data...basically tested if everything works using simple pages. It takes about 2000ms for every page load. It seems that problem is somewhere in mysql config probably. I've tried to change entries in windows hosts file, I have switched off ipv6 on every network adapter and still nothing. I've read that skip_name_resolve position my be helpfull but I dont know how to use it. For comparison I have installed laragon and everything runs lightning fast in about 50ms. Report
August 28, 20214 yr comment_15456 Here's what I did to fix this. Open UniServerZ\core\mysql\my.ini Replace line 15 bind-address=127.0.0.1 with bind-address=:: That did the trick for me. Hope this will help you as well! Report
December 12, 20232 yr comment_18200 I had the same problem and your suggestion solved it. THANK YOU!! (btw: using CodeIgniter 4 on Windows 11) Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.