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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:48:20+00:00 2026-06-09T16:48:20+00:00

Possible Duplicate: How to import LARGE sql files into mysql table Using php i

  • 0

Possible Duplicate:
How to import LARGE sql files into mysql table

Using php i have exported via odbc some table, which have many many lines, and it’s size is about 3GB. Now i need to import that table to my mysql db. But when i try to

mysql -u root -p DB_development < HUGEdb.sql

after some time it’s say : Killed.

Via phpmyadmin interface it’s bad to.

My sql file looks like this:

INSERT INTO `LINK_LA_TYP` VALUES
 ('1','8917181','1','24','2'),
 ('1','8934610','1','24','1'),
 ('1','9403766','1','30','1'),
 ('1','9422299','1','30','2'),
  many many many so far lines
 ('1','63139389','321','10017','1');

Is it any way of importing such table? (source and bigdump doesn’t help)

  • 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-09T16:48:21+00:00Added an answer on June 9, 2026 at 4:48 pm

    You are killing the buffer! even through MyAdmin you have to increase the PHP memory. I have had something like that before try this maybe:
    Write a php code,while loop the lines and each time clear the variable (each line of record one variable)
    then from PHP.ini change your PHP Exec Time out to MAX

    Something like this

    $mysqlCode= "INSERT INTO `LINK_LA_TYP` VALUES ('1','8917181','1','24','2')";
    mysql_query("$mysqlCode");
    $mysqlCode=null;
    

    PS: I STRONGLY recommend not pushing the buffer, you may over load the server. it’s better to MAX the execute time and keep refreshing garbage collector, than killing your memory.

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

Sidebar

Related Questions

Possible Duplicate: Best practice: Import mySQL file in PHP; split queries How to import
I have some CSV data files that I want to import into mySQL. I
Possible Duplicate: Import XML to SQL using C# I just downloaded about 3000 XML
Possible Duplicate: Import chinese character in mysql table. How can I import an Excel
Possible Duplicate: ClassNotFoundException com.mysql.jdbc.Driver I have included the mysql-connector-java-5.1.16-bin.jar into my Eclipse library, this
Possible Duplicate: How do I make a request using HTTP basic authentication with PHP
Possible Duplicate: How to import contact from gmail using java I want to import
Possible Duplicate: from . import x using __import__ ? How does one do the
Possible Duplicate: Why is using a wild card with a Java import statement bad?
Possible Duplicate: How can I have references between two classes in Objective-C? Objective-C #import

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.