Breaking phpMyAdmin Upload file 2M size limit

Source: Internet
Author: User
Breakthrough phpMyAdmin upload file 2M size limit

When importing a database using phpMyAdmin, because the script responds too long at upload time, data that is larger than 2M will occasionally fail to import. And most of the default settings, only 2M of data can be imported.

Encountered this situation

We can modify the php.ini and import.php corresponding $memory_limit size limits. You can also import SQL files of any size directly on the server.

Here's a second way:

First, open the config.inc.php file under the phpMyAdmin root directory and find

$cfg [' Uploaddir ']

Revision changed to

$cfg [' uploaddir '] = ' ck-import '

The database is then uploaded to the Ck-import folder via FTP.

After the code is saved, the phpMyAdmin background Operations page will have one more (Web server upload directory). In the drop-down list, select the database you want to import, you can import large files:



?

Similarly, when backing up the database can also be stored directly on the server, modify the $cfg [' savedir '] = ' backup ' parameters.

?

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.