Uploading A Msql datbase to a different webserver?

Discussion in 'MySQL' started by bacanze, Sep 3, 2006.

  1. #1
    As above, anyone got a tutorial on how to do this, ive downloaded the msql database to my desktop, but have no idea what to do now?

    help would be appriciated
     
    bacanze, Sep 3, 2006 IP
  2. rosytoes

    rosytoes Peon

    Messages:
    230
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you have cpanel, just use the SQL tab in phpmyadmin to run your sql file. If your sql file doesn't include the table definitions then you will have to create the tables first.
     
    rosytoes, Sep 3, 2006 IP
  3. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for info, i tried to upload it and got:

    MySQL said: Documentation
    #1044 - Access denied for user 'cloverde'@'localhost' to database 'killerdi_dir'

    anyway of gaining access??
     
    bacanze, Sep 3, 2006 IP
  4. smatts9

    smatts9 Active Member

    Messages:
    1,089
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    88
    #4
    You should be able to create a dump file of your original database, in the dump file will have code to set up everything you need, just create the DB and upload the dump and you should be good.

    Make sure your username / pw is all correct, and that you even have access in the first place, talk to your hosting company.
     
    smatts9, Sep 3, 2006 IP
  5. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Ok ,but how to I create a dump file?
     
    bacanze, Sep 4, 2006 IP
  6. lordlisa

    lordlisa Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    bacanze, do u have SSH access ?
     
    lordlisa, Sep 6, 2006 IP
  7. everypcneed

    everypcneed Peon

    Messages:
    238
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7

    I can create and populate your backup database to your new host for a mere $10 payable via paypal.

    Please let me know if you are interested in this service. I am also willing to walk you through the steps that you can document for yourself while we complete the process :)

    Rick
     
    everypcneed, Sep 11, 2006 IP
  8. activeimedia

    activeimedia Well-Known Member

    Messages:
    920
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    110
    #8
    I would jump on everypcneed's offer if ya cant do it yourself.
     
    activeimedia, Sep 11, 2006 IP
  9. jaree

    jaree Well-Known Member

    Messages:
    2,681
    Likes Received:
    438
    Best Answers:
    0
    Trophy Points:
    180
    #9
    I can give feedback for him. I have had great experiences with him in past. He is very legit work in timely manner and is very much affordable. Just a professional guy i would say :)
     
    jaree, Sep 12, 2006 IP
  10. everypcneed

    everypcneed Peon

    Messages:
    238
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #10
    bacanze..I can complete this for you quite quickly with access to the sql dump file and MyPHPAdmin. Please contact me via PM if you still require assistance.

    Rick
     
    everypcneed, Sep 13, 2006 IP
  11. ZoomCities

    ZoomCities Well-Known Member

    Messages:
    1,357
    Likes Received:
    156
    Best Answers:
    0
    Trophy Points:
    185
    #11
    bacanze, if you have SSH in your new server then after you upload the mysql db to it and created a mysql db and user then do this..

    I can help you out if you want as well, this should be really easy as long as you have SSH

    Zac Louie
     
    ZoomCities, Sep 13, 2006 IP
  12. alemcherry

    alemcherry Guest

    Best Answers:
    0
    #12
    Most probably you did not give permission for the user to the database. merely creating the user/database is not enough. If you are not a tech. person, everypcneed's offer might be better.
     
    alemcherry, Sep 14, 2006 IP
  13. Davidf25sc

    Davidf25sc Active Member

    Messages:
    165
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #13
    If you have CPanel, go to the back up menu, and click in your database to download a back up of it, then go to your "new/other" host cpanel, and create a database, with the same name if you want" then go to phpmyadmin and select the database you just created :
    1.- click the SQL button so that you can enter a sql text, extract the backup you downloaded to your hard drive, then open the extracted file with wordpad, copy and paste all that text to that SQL window and run the command.

    OR

    2.- Click the IMPORT link, and then import the file you extracted.
     
    Davidf25sc, Sep 15, 2006 IP