Sometimes when trying to upload some huge SQL file using PHPMYADMIN we might come across this ERROR MESSAGE
Error: You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit
There is simple a fix for this:-
Find the config.inc.php file located in the phpmyadmin directory. In my case it is located here:
1 |
H:\xampp\phpMyAdmin\upload\config.inc.php |
Find the line with $cfg['UploadDir'] on it and update it to:
1 |
$cfg['UploadDir'] = 'upload'; |
Create a directory called ‘upload’ within the phpmyadmin directory.
1 |
C:\wamp\apps\phpmyadmin3.2.0.1\upload\ |
Then place the large sql file that you are trying to import into the new upload directory. Now when you go onto the db import page within phpmyadmin console you will notice a drop down present that wasn’t there before – it contains all of the sql files in the upload directory that you have just created. You can now select this and begin the import.
The new option that you see in the import page will be similar to this
:
Incoming search terms:
- phpmyadmin import large file (24)
- import large file phpmyadmin (17)
- import inurl:/register intext:upcoming intext:published intext:submit intext:tag cloud -inurl: php (11)
- import large files phpmyadmin (7)
- phpmyadmin import large files (7)
- xampp phpmyadmin upload limit (6)
- how to import large file in phpmyadmin (6)
- phpmyadmin import multiple files (5)
- wamp You probably tried to upload too large file Please refer to documentation for ways to workaround this limit (5)
- you probably tried to upload too large file in xampp (5)
- how to import large files in phpmyadmin (5)
- upload large files mysql (4)
- xampp You probably tried to upload too large file phpmyadmin (4)
- you probably tried to upload too large file phpmyadmin xampp (4)
- mysql You probably tried to upload too large file (4)
- import large file in phpmyadmin (4)
- phpmyadmin import big file (4)
- xampp import large txt file (3)
- how to import large csv file in phpmyadmin (3)
- you probably tried to upload too large file mysql (3)
- Importing large files into mysql with phpmyadmin xampp (3)
- import large csv phpmyadmin (3)
- phpmyadmin import large csv file (3)
- how do I import a large file to phpmyadmin (3)
- xammp you are trying to upload to large file (3)
- Importing large files into mysql with xampp (3)
- how to change import size in xampp (3)
- how to import big file in phpmyadmin (3)
- how to import large sql file in phpmyadmin (3)
- Imported file compression will be automatically detected from: None gzip (3)
- You probably tried to upload too large file phpmyadmin in xampp (3)
- You probably tried to upload too large file Please refer to documentation for ways to workaround this limit phpmyadmin (3)
- You probably tried to upload too large file Please refer to documentation for ways to workaround this limit wampserver (3)
- upload large files in phpmyadmin (3)
- upload large file mysql (3)
- import large excel file into xampp mysql (3)
- you probably tried to upload too large file xampp phpmyadmin (3)
- upload large files to phpmyadmin (3)
- import large files in phpmyadmin (3)
- xamp You probably tried to upload too large file Please refer to documentation for ways to workaround this limit (3)
You will also be interested in ,
- Apache AddHandler application/x-httpd-php not working?
- Set xampp:- Apache Mysql Filezilla Mercury Tomcat as a windows service and get xampp to start automatically on boot up
- Adding Handlers Directly In httpd.conf Of Apache
- mod_proxy_balancer and installation
- Adding apache handlers in cpanel
- IE compatibility view force Internet Explorer to use Internet Explorer 7 rendering mode
- Fix 500 Internal Server Error In WordPress
- How to run or Configure Apache to use PHP as CGI
- mod_security the Apache Module, The Apache Firewall blocking your website?
- ScriptAlias and Alias in httpd.conf at a glance
