Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 10 of 10

This is a discussion on PHPmyadmin in the VPS & Dedicated forum
OK, another newbie question I've got a VPS with Plesk 8 installed. I'm struggling a bit with this as I had webmin before and Plesk ...

  1. #1
    JPC Senior Member
    Join Date
    May 2006
    Posts
    51

    PHPmyadmin

    OK, another newbie question

    I've got a VPS with Plesk 8 installed. I'm struggling a bit with this as I had webmin before and Plesk seems to be very limited in its functions (or they are well hidden away!). I want to reinstate a forum database from my old site but can't see any way of launching PHPmyadmin. Does anyone know if this is installed by default or do I have to add this myself? If so how do I integrate this into Plesk? Finally any tips on getting the 90+mb SQL file back up without data loss and whats the best way to back this up in future?

    Thanks in advance,
    Jagged

  2. #2
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Quote Originally Posted by jagged
    ...any tips on getting the 90+mb SQL file back up without data loss and whats the best way to back this up in future?
    I don't know from 'Adam' about VPS on JagPC these days. I was involved in the beta test, but that's about it...

    However, I'm probably one of the few ppl that run their own install of phpMyAdmin on shared servers -- and that's a shame!

    All I can tell you is, phpMyAdmin is a piece of cake to install and maintain yourself! I don't know what everyones' aversion to this is...

    If I was you, I would install phpMyAdmin in my own web space and forget Plesk!
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  3. #3
    JPC Guru
    Join Date
    Apr 2006
    Location
    Sweden
    Posts
    263
    I would advice to upload it with ftp and through SSH "install" it into the db
    My VPS server:
    www.myfedoraserver.com


  4. #4
    JPC Senior Member
    Join Date
    May 2006
    Posts
    51
    Quote Originally Posted by Vin DSL
    However, I'm probably one of the few ppl that run their own install of phpMyAdmin on shared servers -- and that's a shame!
    Any idea why that is? I only used PHPmyadmin because it was built into my old Hsphere account. I used Eskuel on a daily basis but don't really know of any other alternatives?

    If I was you, I would install phpMyAdmin in my own web space and forget Plesk!
    The thing is I was hoping to make it available from the control panel for all accounts on the VPS.

    Quote Originally Posted by AlexKall
    I would advice to upload it with ftp and through SSH "install" it into the db
    Do you know the URL of a place that shows how to do this? Also is there a similar way to do a backup, missing out PHPmyadmin altogether?

    Regards
    Jagged

  5. #5
    JPC Guru
    Join Date
    Apr 2006
    Location
    Sweden
    Posts
    263
    My VPS server:
    www.myfedoraserver.com


  6. #6
    JPC Senior Member
    Join Date
    May 2006
    Posts
    51
    Well it turns out phpMyAdmin was installed already, I just didn't see it because IE was silently blocking the pop-up

    Of course it is neither use nor ornament when it comes to reinstating the 90+mb SQL file I have but with the pointers I've been given I think I know how to do this now. Now I just have to find a way to automate backups of the database (come back webmin all is forgiven!).

    Thanks again
    Jagged

  7. #7
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Er... Duh... will my brain surgery hurt
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  8. #8
    JPC Senior Member
    Join Date
    May 2006
    Posts
    51
    I blame it on the lack of sleep from moving 4 websites in 3 days

    Cheers
    Jagged

  9. #9
    JPC Guru
    Join Date
    Apr 2006
    Location
    Sweden
    Posts
    263
    Quote Originally Posted by jagged
    Well it turns out phpMyAdmin was installed already, I just didn't see it because IE was silently blocking the pop-up

    Of course it is neither use nor ornament when it comes to reinstating the 90+mb SQL file I have but with the pointers I've been given I think I know how to do this now. Now I just have to find a way to automate backups of the database (come back webmin all is forgiven!).

    Thanks again
    Jagged
    can do a mysqldump call with cron, to edit cron jobs by typing "crontab -e" with putty or such.

    looks like this
    * * * * * dosomething
    first * is minutes second is hours, third is day of month, 4th is month, 5th day(s) of week

    more info can be found here: http://www.adminschoice.com/docs/crontab.htm
    My VPS server:
    www.myfedoraserver.com


  10. #10
    JPC Senior Member
    Join Date
    May 2006
    Posts
    51
    Thanks, that will save me hours of searching

    Cheers
    Jagged

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •