Jump to content

Recommended Posts

Posted

Dear Friends,

Am a newbie to web hosting..I need to access my hosting via putty.. is it possible??.. Please do help me... Thank you.

  • 3 weeks later...
Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...