Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6892087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:29:27+00:00 2026-05-27T06:29:27+00:00

With the default settings, phpmyadmin does not allow me to upload a database of

  • 0

With the default settings, phpmyadmin does not allow me to upload a database of more than 2mb. How to upload or import in a mysql phpmydadmin database of more than 2MB?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:29:27+00:00Added an answer on May 27, 2026 at 6:29 am

    There is a couple of ways.

    1) Split your SQL file into multiple 2MB chunks

    OR

    2) update your php.ini file with the following (only works on dedicated/local servers – any server you have root on or ones that allow php.ini to be override)

    Find:
    post_max_size = 8M
    upload_max_filesize = 2M
    max_execution_time = 30
    max_input_time = 60
    memory_limit = 8M
    
    Change to: ( or any size you want but it will depend on your server resources )
    post_max_size = 35M
    upload_max_filesize = 35M
    max_execution_time = 5000
    max_input_time = 5000
    memory_limit = 1000M
    

    3) If you do have root run a command line

    mysql -u username -p -D database_name < file
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

phpMyAdmin will not allow me to add a new field to my database --
I want to import the django default settings, using from django.conf import global_settings ,
I have been working on a mysql database that I set up with phpmyadmin...
I'm trying to restore a database from an sql file through phpmyadmin import function.
The MySQL manual (http://dev.mysql.com/doc/refman/5.1/en/charset-syntax.html) says: There are default settings for character sets and collations
Does anyone know of documentation that describes all of the default settings for a
By default settings are stored at: C:\Documents and Settings\\Local Settings\Application Data\<Project Name> How can
I want to have site wide default settings for all jQuery validation uses on
I installed Visual Studio 2005 ( with SP1 ) and made the default settings
I use _vimrc to configure my vim 7.2 (windows) default settings. One setting set

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.