Jump to content

Access My Host Via Putty/terminal


Recommended Posts

  • 3 weeks later...

If you just need MySQL access, though, that is possible. Go to CPanel, enable remote MySQL, and then use the command-line MySQL to run whatever queries you want.

 

Here's the info you'll need:

User- Your Heliohost user

Pass- Your Heliohost pass (unless you reconfigure it to have a different password)

Host- Your domain (It all points to the same IP, anyways) so mine would be lucario.heliohost.org

Port- Default (I think it's 3389, but you shouldn't have to put it)

 

So, the command you would run would be

mysql -h yoursite.heliohost.org -u youruser -p

(It will ask you for your password after you hit enter)

 

And you'd have a mysql terminal, at least.

 

Oh, right. You can find the client here (Sorta shameless self-promotion)

https://lucario.info/nonlucario/tools.php

And scroll down to MySQL CLI.

Link to comment
Share on other sites

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...