I have taken backup of my website using phpmyadmin and the size of mysql database is 100MB in size. My i want to restore the same on my local system but when ever i try to restore phpmyadmin show size error message. Kindly advice me.
You can use command line to restore the backup with the following command mysql -umysql_username -p db_name < backup.sql Code (markup): or increase upload file limit in PHP.