Help : Maximum execution time of 300 seconds exceeded

Discussion in 'MySQL' started by rajivv, Sep 6, 2009.

  1. #1
    Hi,

    WE have a table in database called "table_user_details which has records of 215 odd new users .
    We want to import some old users (7000) into this to make approximate 7125 users.
    However using import command but getting error (Fatal error: Maximum execution time of 300 seconds exceeded

    Also the problem is the sql backup is of the entire old database not this table only. How do I get just this table from the file to import.

    Dont have much knowledge of ssh etc.

    Regards
    Rajiv
     
    rajivv, Sep 6, 2009 IP
  2. premiumscripts

    premiumscripts Peon

    Messages:
    1,062
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #2
    premiumscripts, Sep 7, 2009 IP
  3. chandan123

    chandan123 Prominent Member

    Messages:
    11,586
    Likes Received:
    578
    Best Answers:
    0
    Trophy Points:
    360
    #3
    use bigdump and try once

    if u have ssh just login to mysql console and import that sql file
     
    chandan123, Sep 7, 2009 IP
  4. Lavee

    Lavee Well-Known Member

    Messages:
    234
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #4
    open the big sql file in text editor like notepad. Copy only the insert statements of the table you want and paste it into a new notepad. save it with a different name and import the new file

    Thanks

    Lavee
     
    Lavee, Sep 9, 2009 IP