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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:06:41+00:00 2026-06-14T01:06:41+00:00

I am a student conducting some research which involves a sort of data mining.

  • 0

I am a student conducting some research which involves a sort of data mining. I have several volunteer “node” servers which gather and produce SQL files for me to import on my server and analyze.

The problem is, these are very big files, and I need a way to import them quickly. The network recently expanded, and now there just isn’t enough throughput on the hard drive for the MySQL console to import them as they come in. And time is important – there is a deadline for the research to be in, and I want to be actively gathering for as much time as possible beforehand and not have a queue waiting to be inserted.

I am wondering if there is a better way to import very large files – each one weighs in at about 100 MB. I’ve tried “\. myfile.sql”” but that is incredibly slow. PHPMyAdmin won’t take files that big.

Any idea? Thanks!

  • 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-06-14T01:06:43+00:00Added an answer on June 14, 2026 at 1:06 am

    have you tried mysql -uYOU -p < myfile.sql ?

    UPD:

    even mysql -uYOU -p < myfile.sql & if you have short-live remote console session

    UPD2:

    But most efficient way it’s using mysqlimport as PinnyM advised.
    Assuming name_same_as_table.txt is text file with DOS-style EOLs and tab-separated fields. Count and type of fields must be the same as in destination table.

    mysqlimport -uYOU -p --lock-tables --lines-terminated-by="\r\n" --fields-terminated-by="\t" YOUR_DB name_same_as_table.txt
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have Class and Student objects. Both have collection of another as property. Which
I have 3 tables Student Loan Book - StudentID LoanID BookID which foreign keys
A student in my class brought this to my attention, and I didn't have
I have a table student ( id, name ). Then I have one textbox,
I am a research student who just started the android programming for 3 weeks
I am a student at statistics department and I have a thesis about the
I have a Student and a Teacher model in my app. I want a
A student of mine submitted some C++ code similar to the following one. The
I'm a student, have a test tomorrow, and I saw that last year there
student code| student.Name |Region Name|Location Name| Assets Details | I have to display asset

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.