Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1

    Default uploading large amount of data to mysql


    mangutana ta ko ba. kai mag upload man gud mi ug dagko kayu nga files sa mysql namu. lampas 10mb ba. nya ang mysql kai mag error na, so di ma upload. namaoi ika suggest nga way para maka upload mi? sa online ni siya :>

    thank you.

  2. #2
    maybe you need to split your data to smaller ones...

  3. #3
    Quote Originally Posted by c-chan View Post
    mangutana ta ko ba. kai mag upload man gud mi ug dagko kayu nga files sa mysql namu. lampas 10mb ba. nya ang mysql kai mag error na, so di ma upload. namaoi ika suggest nga way para maka upload mi? sa online ni siya :>

    thank you.
    pwed nimu manu-manuhon (mannually) ug insert ug smaller chunks

    or

    why not write a simple program na mu hinay2x ug insert sa imung mga data

  4. #4
    @nullpointer:waaa...split the data? what if i have millions of data nya ang ma upload ra everytime mag upload mi is 2000 rows. dugay kayu mahuman.
    T^T

    @psyd_1: what do you mean "program na mu hinay2x ug insert sa imung mga data " pwede explain further ni? like unsai flow? :3

  5. #5
    if you can't afford to split your data, then you try to edit your mysql configuration in your server if you're allowed...

    ....is your upload process automated or manual?...if its automated then you can modify your program/script to able to upload your data by chunks(allowed by your server)...

  6. #6
    unsa man nga data imo e-upload??

  7. #7
    Quote Originally Posted by c-chan View Post
    mangutana ta ko ba. kai mag upload man gud mi ug dagko kayu nga files sa mysql namu. lampas 10mb ba. nya ang mysql kai mag error na, so di ma upload. namaoi ika suggest nga way para maka upload mi? sa online ni siya :>

    thank you.
    You can simply use TELNET (command prompt) to connect to your website. If your domain supports telnet. This way you can execute large sql files without limitations *EVIL LAUGH*.


    To test it locally, you can simply use MYSQL> command prompt syntax:
    Code:
    mysql >  USE dakudatabase;
    mysql >  source  c:\folder\folder\largefile.sql
    Online domain using TELNET (based on LINUX server)
    Code:
    mysql >  USE dakudatabase;
    mysql >  source  /www/folder/folder/largefile.sql
    Last edited by dodie; 11-30-2010 at 01:51 PM.

  8. #8
    Quote Originally Posted by c-chan View Post
    @psyd_1: what do you mean "program na mu hinay2x ug insert sa imung mga data " pwede explain further ni? like unsai flow? :3
    write a program
    1. connect to the db
    2. handshake

    the loop these steps until finished
    3. try inserting
    4. if fails rollback and separate those chunks with probs (store ba ron nimu somewhere as file)

    deal sa mga files sa #4 after done naka sa insertions sa tanan.
    you might wanna invetigate what's the cause sa probs sa #4

  9. #9
    @ sir ErapGuapo: company-related data(sakto bani nga answer?)

    @psyd_1: is this the same as using bigdump?

    @ sir dodie: is that possible if your host is yahoo?
    and is there a step-by-step tutorial that would help me achieve my goal? what specific softwares should i download? i've done some research and downloaded PUTTY but i still don't know how to use it.

    thank you.

  10. #10
    do you have ssh access?

  11.    Advertisement

Page 1 of 3 123 LastLast

Similar Threads

 
  1. Four Steps to a Large Serving of Gratitude This Thanksgiving
    By crazymaus in forum Spirituality & Occult - OLDER
    Replies: 2
    Last Post: 01-20-2009, 04:18 PM
  2. Hard Disk Probs..need an advice of what to do..
    By benz_jie2002 in forum Computer Hardware
    Replies: 17
    Last Post: 01-23-2007, 10:24 PM
  3. 'National Day Of SLAYER' To Be Held On June 6
    By necrotic freak in forum Music & Radio
    Replies: 24
    Last Post: 06-07-2006, 06:15 PM
  4. ONE Factor Doubles Odds of Living to 100 !
    By mango in forum Fitness & Health
    Replies: 1
    Last Post: 05-16-2006, 06:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top