Tag Archives: import

Increase phpMyAdmin file import size

Description: phpMyAdmin allows by default a maximum upload size of 8Mb for importing a sql file.This can be sometimes too small. Solution: The maximum import size is stored in the php.ini file located in the PHP directory. Look for the … Continue reading

Posted in System | Tagged , , , | Leave a comment

MySQL database import using Command Line under Windows

Description: Import larger databases can cause timeouts or errors in phpMyAdmin. For this situations we need to use the command line import. Solution: The file we need is mysql.exe situated in the xampp directory under \xampp\mysql\bin\ . Then 2 steps are … Continue reading

Posted in SQL | Tagged , , | Leave a comment