Transferring MySQL database files and Accessing Locally

Discussion in 'MySQL' started by CupcakeDream, Dec 1, 2009.

  1. #1
    Hi Everyone. This may be a stupidly simple question. I am trying to download a MySQL database from a server but can't seem to find the files anywhere in the server directory. Does anyone know where these files are typically located, and also what format they are?

    I've also tried installing phpmyadmin to my server (accuwebhosting.com) and because they are running php 4.4.3, it will not execute. Any alternative options?

    I'm trying to store these files locally and manage them with phpmyadmin. I'd also like to eventually export the data to CSV.

    Thanks!
    Mike
     
    CupcakeDream, Dec 1, 2009 IP
  2. iama_gamer

    iama_gamer Active Member

    Messages:
    404
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Use a free software like navicat lite from your desktop. It has a import feature which u can use to import the db. There are other free softwares but this one is one i have tested and which i can say for sure works
     
    iama_gamer, Dec 3, 2009 IP
  3. Raymond.C

    Raymond.C Peon

    Messages:
    516
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Make sure you remember the password for the DB and your safe.
     
    Raymond.C, Dec 3, 2009 IP
  4. prensa.artistas

    prensa.artistas Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Does that mean that with navicat lite you can download the DB and modify it locally? Can you then upload it again with the changes?
     
    prensa.artistas, Dec 12, 2009 IP
  5. iama_gamer

    iama_gamer Active Member

    Messages:
    404
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #5
    yes that is possible. well atleast with mysql you can. But remember after downloading you need mysql running on your local server. You can then upload it again
     
    iama_gamer, Dec 12, 2009 IP
  6. CupcakeDream

    CupcakeDream Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks for the responses. So navicat will allow you to log in to an SQL server hosted online? I have an IP adress for a location, will that work?

    I got an older version of phpmyadmin running on my server (2.11). When i initally log in to it, what usernam/pass is it looking for? The username/pass for my control panel or something else?
     
    CupcakeDream, Dec 23, 2009 IP
  7. iama_gamer

    iama_gamer Active Member

    Messages:
    404
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #7
    yes you can use navicat to access a database online but you need to Allow external access of the database.

    The username, password are the username and password of the mysql user. The privilages apply.
     
    iama_gamer, Dec 24, 2009 IP