Select Page

News

Our Blog

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:...

read more
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...

read more
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 ‘root’ user...

read more