Select Page
Change Import file size limit in PHPMyAdmin

Change Import file size limit in PHPMyAdmin

When you try to import database throught PHPMyadmin you have limitation: (Max: 8,192KiB) To increase the PHPMyadmin import limitation. you need to find your server php.ini file then find the line of post_max_size change it to the value that you want. for example:...
WordPress invalid menu items

WordPress invalid menu items

You can Remove invalid menu items under “appearance->menu” from the dashboard. If you want restore the menu item. you need check if the page or post on the trash bin. if you can find them from the trash, then you need restore them back. If you can not find them in the...
WordPress multilanguage Garbled – Solved

WordPress multilanguage Garbled – Solved

If your WordPress multilingual website shows garbled like the picture showing on top. then it must be something wrong with your WordPress language file. Because WordPress can be used in a variety of languages, it must store each language in a separate file. Each...
Remote access mysql database using phpMyAdmin

Remote access mysql database using phpMyAdmin

mysqli_real_connect(): (HY000/1130): Host ‘192.168.1.6’ is not allowed to connect to this MySQL server Reason: This error occurs due to the default configuration the MySQL database is currently using. This configuration allows connections only from the...