Need Help

Discussion in 'MySQL' started by pngseo, Apr 8, 2008.

  1. #1
    1)In my sql myadmin.When i try to import a .sql backup file,the maximum size allowed is 2 mb.But i want to upload more than that.Please help
     
    pngseo, Apr 8, 2008 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    Do you have ssh access to the server, or are you able to edit any server config files?

    You may be able to use a program like Navicat, if you can grant remote access to the server. They have a free 30 day trial, and they also have a free non-commercial version.

    http://www.navicat.com/
     
    jestep, Apr 8, 2008 IP
  3. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #3
    mwasif, Apr 8, 2008 IP
  4. segzeey

    segzeey Active Member

    Messages:
    350
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    78
    #4
    edit the serve config file and set upload size.
     
    segzeey, Apr 8, 2008 IP
  5. digital_world

    digital_world Banned

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I suggest you using sql dump . Just google it . I have tried it .
     
    digital_world, Apr 8, 2008 IP
  6. raymond222

    raymond222 Active Member

    Messages:
    287
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #6
    If it's your server :)
    Dont use free servers, they dong give the normal max file size limit.
     
    raymond222, Apr 8, 2008 IP
  7. pngseo

    pngseo Banned

    Messages:
    212
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I am speaking about my own server.Temporarily i am running php on my own computer and i can edit all files

    In my first post i said"sql myadmin",it was "phpMyadmin,i was referring to-Sorry

    I will post a screenshot too

    [​IMG]



    I have highlighted the problem.I would also like to learn sql dumping.I had seen it in google.They ask me to type some commands including username and pass.Where should i type it

    thanks
     
    pngseo, Apr 9, 2008 IP
  8. raymond222

    raymond222 Active Member

    Messages:
    287
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #8
    You can do this in phpMyAdmin. Select the database the export then check SQL if this is what you need. Then you will have an .sql file with the db
     
    raymond222, Apr 10, 2008 IP
  9. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #9
    In my previous post I have mentioned all the necessary links. To export database using command line use mysqldump. Syntax will be
    shell> mysqldump database_name_to_export > dump_file.sql
    Code (markup):
     
    mwasif, Apr 10, 2008 IP