MyPhPAdmin

Discussion in 'Off Topic' started by alucard13mmfmj, Dec 8, 2012.

  1. alucard13mmfmj

    alucard13mmfmj Member

    Messages:
    2,170
    Likes Received:
    0
    Trophy Points:
    0
    Does anyone know how to install phpmyadmin? I require it to backup my databases when I make changes to my shopping cart.

    Appreciate any help.
     
  2. ViroMan

    ViroMan Black Hole (*sniff*) Bully

    Messages:
    8,382
    Likes Received:
    4
    Trophy Points:
    0
  3. alucard13mmfmj

    alucard13mmfmj Member

    Messages:
    2,170
    Likes Received:
    0
    Trophy Points:
    0
    yes... those were my exact search terms before i came here. its just a bit confusing ;s.. like am i suppose to upload it onto my ftp server or do i just extract to my computer or what D; seems every tutorial is different or possibly lacking some details.
     
  4. LordDz_2

    LordDz_2 Strange things happens here

    Messages:
    2,956
    Likes Received:
    93
    Trophy Points:
    0
    "Unpack the downloaded file to webserver Document root. For example, if your webserver is Apache, you'd unpack file the file like so: phpMyAdmin-x.y.z.zip under C:\apache\htdocs\"
     
  5. WalMartGreeter

    WalMartGreeter Member

    Messages:
    2,147
    Likes Received:
    1
    Trophy Points:
    0
    Looks like you copy/paste from the instructions online... weird.
     
  6. LordDz_2

    LordDz_2 Strange things happens here

    Messages:
    2,956
    Likes Received:
    93
    Trophy Points:
    0
    Because thats what I did...?
     
  7. alucard13mmfmj

    alucard13mmfmj Member

    Messages:
    2,170
    Likes Received:
    0
    Trophy Points:
    0
    I tried extracting the myphpadmin to a folder in my desktop and then opening up my FTP. then uploading that folder into my root directory "/"
     
  8. dizzyone

    dizzyone I've been drinking, heavily

    Messages:
    5,771
    Likes Received:
    0
    Trophy Points:
    0
    or you could just logon to your server through ssh(with putty if on windows).
    then simply type
    mysqldump -u<username> -p --all-databases > dumpfilename.sql
     
  9. MetricMike

    MetricMike Member

    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    0
    Yo, alucard would you be willing to Skype or video gchat? I think walking you through in realtime would probably be more helpful in this case.
     
  10. alucard13mmfmj

    alucard13mmfmj Member

    Messages:
    2,170
    Likes Received:
    0
    Trophy Points:
    0
    is this a date? =p. haha
     
  11. MetricMike

    MetricMike Member

    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    0
    Only if you buy me drinks.
     
  12. ukgamer

    ukgamer more like noob gamer

    Messages:
    241
    Likes Received:
    0
    Trophy Points:
    0
    It's not exactly difficult. Extract the phpmyadmin zip to a directory on your web server under your document root (e.g. Apache's htdocs directory). Navigate to that directory in your browser (e.g. http://localhost/phpmyadmin) and login with your MySQL username and password.
     

Share This Page