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 836067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T04:55:20+00:00 2026-05-15T04:55:20+00:00

I need to import an database(sql file) which is about 120M is size, but

  • 0

I need to import an database(sql file) which is about 120M is size, but in phpmyAdmin, it is not allowed to import more than 8 MB.

How to solve this?

  • 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-15T04:55:21+00:00Added an answer on May 15, 2026 at 4:55 am

    IIRC there is no limit in PHPMyAdmin nor is there in MySQL – the limit is on the POST size (webserver config) or the file upload size (php.ini). If you can’t change either of these, then you’ll need to upload the file by other means then ….

    mysql -u username -p <mysql_export_file.sql
    

    If you can’t upload files / have no shell access / have no CLI version of the mysql client avaialable, then the next thing to try is to see whether you can connect remotely using the mysql CLI client:

    mysql -u username -h www.example.com -p 
    

    If this connects OK, then exit and run it again piping in the exported file

    mysql -u username -h www.example.com -p <mysql_export_file.sql
    

    If that doesn’t work then you’ll need to either split the export file into multiple smaller chunks or write your own dataloader which trickles the data.

    C.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to import data from a file into a Microsoft SQL Server database.
I have been trying to import Database through phpMyAdmin. My database file is a.sql
I need to import a database into a SQL Server instance using a batch
I have a database which I regularly need to import large amounts of data
I need to import the data form .csv file into the database table (MS
I'm trying to import a file into a database and learn a more efficient
I need to import data from pervasive database to sql server. I have installed
We need to import a SSJS library in a database using DXL. For this
I need to be able to import an Excel spreadsheet into a PostgreSQL database.
i need to import a mysql file into my access db. how do i

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.