uloading sql in phpMyAdmin

Discussion in 'MySQL' started by satanizer, Mar 29, 2007.

  1. satanizer

    satanizer New Member

    Joined:
    Mar 29, 2007
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi all,
    I am facing problems in uploading an sql file within phpMyAdmin..
    its size is around 2 MBs, and whenever I finish upload, i got the problem of timed out server or showing secure and nonsecure components.. so its a timeout thing !
    I checked with phpMyAdmin help, and it seems I need to change
    the : max_file_size in php.ini in Apache... !
    I couldnt locate the file ! where can I find it?
    and do you know a better way of uploading the data into the data base?
    I am a rookie , and I appreciate any help you would provide !
    Cheers :)
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    48
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    php.ini is found in /etc/ on *nix systems and in c:\windows in Windows.

    Change the max_file_size and script_timeout values.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice