Jump to content
MakeWebGames

Recommended Posts

Posted

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 :)

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...