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

This is a discussion on Connect to MySQL Database via SSH (SQL Maestro) in the Shared & Semi-Dedicated forum
I use SQL Maestro to connect to a MySQL Database (shared server). Remote connection works like a charm, but when I use the SSH option, ...

  1. #1
    JPC Member
    Join Date
    Feb 2006
    Posts
    5

    Connect to MySQL Database via SSH (SQL Maestro)

    I use SQL Maestro to connect to a MySQL Database (shared server).

    Remote connection works like a charm, but when I use the SSH option, I get a timeout.
    SSH access via putty works, SSH is enabled by JAG Support.

    for SSH access I use
    - port 22,
    - my domain as SSH host name
    - my main accounts username and PW for SSH - Login

    and additional for MySQL DB access:
    - port 3306
    - DB Access is enabeled for my static IP
    - a valid MySQL DB user an PW
    - a valid DB namw

    Is SSH access to a MySQL Database possible?

    Chris

  2. #2
    the Windlord Gwaihir's Avatar
    Join Date
    Jun 2002
    Posts
    2,562
    You're tunneling, like this page describes?

    For hostname, you could try 127.0.0.1 instead of localhost. Localhost doesn't always work (something to do with how the servers are configured around here).

    However, your problem probably is that JagPC doesn't allow any kind of tunneling; too much of a security / traffic control headache, I suppose. Masood posted some words to that effect out here a few months ago. Please do post back here if you get them to change their minds about that .

    BTW: You don't need DB access from your own (home / office) IP enabled for a tunnel, for the MySQL server it will look like you arrive from localhost.
    Regards,

    Wim Heemskerk
    ---
    Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
    And Gwaihir.net - The Middle-earth CCG store

  3. #3
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,307
    If you mean a MySQL client when you say "Is SSH access to a MySQL Database possible?" then Wim is correct. When connecting try

    mysql -h 127.0.0.1 -u username -p
    Good luck

  4. #4
    the Windlord Gwaihir's Avatar
    Join Date
    Jun 2002
    Posts
    2,562
    That's definately SSH access to the MySQL databases . However, I don't think he'll be happy with that CLI interface .
    Regards,

    Wim Heemskerk
    ---
    Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
    And Gwaihir.net - The Middle-earth CCG store

  5. #5
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Quote Originally Posted by Gwaihir View Post
    However, your problem probably is that JagPC doesn't allow any kind of tunneling; too much of a security / traffic control headache, I suppose. Masood posted some words to that effect out here a few months ago...
    Well, you're richtige hälfte...

    SSH Port Fowarding for WebMail Tunnel
    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

  6. #6
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    I digress...

    I was just looking at this page: http://www.jaguarpc.com/support/kbase/702.html

    The hosting services we provide, the best upgrade path depends on Control or Power.

    For Control, the upgrade path is:

    Shared : Reseller : VPS : Dedicated

    For Power, the upgrade path is:

    Shared : VPS : SDX : Dedicated
    Wouldn't this make more sense?

    The hosting services we provide, the best upgrade path depends on Control or Power.

    For Control, the upgrade path is:

    Shared -> Reseller -> VPS -> Dedicated

    For Power, the upgrade path is:

    Shared -> VPS -> SDX -> Dedicated
    Anyway...

    ON TOPIC

    SSH tunneling would be available to both SDX and Dedicated...
    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

  7. #7
    JPC Member
    Join Date
    Feb 2006
    Posts
    5
    Quote Originally Posted by Gwaihir View Post
    You're tunneling, like this page describes?
    Exactly!

    Quote Originally Posted by Gwaihir View Post
    However, your problem probably is that JagPC doesn't allow any kind of tunneling; too much of a security / traffic control headache, I suppose. Masood posted some words to that effect out here a few months ago.
    I see. No wonder, that it didn't work.

    thx to you all

    Chris

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
  •