-BRAIDZ- Posted August 17, 2015 Posted August 17, 2015 I have started a VPS host plan, and I am using FileZilla for FTP.. I was just windesing is there any MySQL programs out there that I can link to my VPS? Or PHPmyadmin programs that I can link with it? Any help or download links would be great, thank you :) Quote
AdamHull Posted August 17, 2015 Posted August 17, 2015 You need to install phpmyadmin through your ssh command line and it will be the same as all the hosts YIU have used Quote
-BRAIDZ- Posted August 17, 2015 Author Posted August 17, 2015 You need to install phpmyadmin through your ssh command line and it will be the same as all the hosts YIU have used Thanks, but I got it now :) Quote
KyleMassacre Posted August 17, 2015 Posted August 17, 2015 If you wanted to save the resources and keep the security, you cli would work: $ mysql -u <yourUserName> -p Hit enter and put in your password Or if your not too worried about resources PMA would work fine Or if you lock it down pretty well there are remote programs that you can use like Navicat, MySQL Workbench, and etc. Just some alternatives since you say you got it figured out now Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.