Tag Archives: phpmyadmin

Increasing the PHP file upload limit for phpMyAdmin on IIS/FastCGI [SOLVED]

Recently I encountered a somewhat unusual web host. They were running FastCGI/PHP on MS IIS and they needed their PHP file upload limits increased. This is trivial on a normal PHP installation, but it took a bit more sleuthing to determine the proper location(s) for php.ini on this IIS install. For reference, here are the locations: C:\Program Files\PHP\v7.4\php.ini C:\Program Files (x86)\PHP\v5.3\php.ini The changes needed were: upload_max_filesize = 200M post_max_size =200M A few tips: Make the changes to the proper php.ini

mysql error 1130 host is not allowed to connect to this mysql server

Question from Steve. Hello, I installed XAMPP on my Window sLaptop and then tried to access it via Navicat from my Desktop as root I get this error: mysql error number 1130 host STEVE-DESKTOP is not allowed to connect to this mysql server Can you please help me? Answer from JD. Sure Steve, I am happy to help! Your issue is caused by there being insufficient permissions in the MySQL users table, specifically your desktop machine does not have permissions