+ Reply to Thread
Results 1 to 11 of 11

Thread: Why WebhostingBuzz doesn't support mySQL remote connection?

  1. #1
    omko is offline New Bee
    Join Date
    Apr 2007
    Posts
    17
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Why WebhostingBuzz doesn't support mySQL remote connection?

    Please, I want to ask, why WHB doesn't support remote connection to our mySQL servers, because it's really important for me to manage and connect to my databases at my HOST

    please , I want help or good answer
    thanx

  2. #2
    Dennis A.'s Avatar
    Dennis A. is offline Administrator
    Join Date
    Mar 2007
    Posts
    344
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The main reason why remote MySQL connections aren't supported is security. MySQL is relatively easy to break, for example by some sort of DDoS attack (and this will cause tremendous server load which will effectively lead to all services downtime). MySQL is quite vulnerable to some other kinds of attacks. And - with MySQL connections over TCP/IP you won't be able to use data encryption in a way it normally should be used. That's why managing your data from the server itself via UNIX local socket is preferred (IMHO MySQL connections over TCP/IP are acceptable only between my hosts inside the private network which is completely controlled by me).

  3. #3
    jhsands Guest

    Default

    Maybe it's just me... but isn't the answer to his problem called SSH tunneling ???

  4. #4
    simplesft is offline New Bee
    Join Date
    Aug 2007
    Posts
    2
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Isn't that why you can set up firewalls and mysql to only allow specific hostnames. You set the hostnames in cPanel that are allowed. This set its for MySQL only but a script could easily take that list and create firewall rules which only allow people from those hosts...

    That would then make it possible for legitimate users to acces it from their home/office, etc. and it would protect against DDOS since the port would be stealth for every other host.

  5. #5
    Saf M Guest

    Default

    Isn't that why you can set up firewalls and mysql to only allow specific hostnames. You set the hostnames in cPanel that are allowed. This set its for MySQL only but a script could easily take that list and create firewall rules which only allow people from those hosts...

    That would then make it possible for legitimate users to acces it from their home/office, etc. and it would protect against DDOS since the port would be stealth for every other host.

    I respect your correspondence to this particular area of possible recognition but DO tell me how you WOULD tend to deal with something like that when you have got more than 150 different user names on the same web server?

  6. #6
    Ancyent is offline New Bee
    Join Date
    Jun 2009
    Posts
    4
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok I am a newbie but ... this ideea would really be something I am trieng to do the exact same thing . The dev for this script would be a new thing for host business.

  7. #7
    omniuni's Avatar
    omniuni is offline Jewbergeek!
    Join Date
    Jul 2007
    Posts
    181
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You should be able to do this via SSH. If you get it enabled, you can access the server by command line. Some programs, in particular the KDE programs on Linux can operate over SSH by a protocol called FISH. You may be able to use this once SSH is enabled.
    [URL="http://d-site.net"]http://d-site.net/[/URL]

  8. #8
    Ancyent is offline New Bee
    Join Date
    Jun 2009
    Posts
    4
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    you see in my case I need it for a counter strike server so i need a direct connection only for 1 IP ...

  9. #9
    razorfish is offline New Bee
    Join Date
    Mar 2008
    Posts
    1
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    So I see now on my cpanel a feature about "remote mysql database access". Is this feature enabled now?
    Can I setup a wordpress on another server and connect to a database on my whb hosting package??

  10. #10
    carlobee is offline Member
    Join Date
    Jul 2009
    Posts
    41
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by WHB - Dennis View Post
    The main reason why remote MySQL connections aren't supported is security. MySQL is relatively easy to break, for example by some sort of DDoS attack (and this will cause tremendous server load which will effectively lead to all services downtime). MySQL is quite vulnerable to some other kinds of attacks. And - with MySQL connections over TCP/IP you won't be able to use data encryption in a way it normally should be used. That's why managing your data from the server itself via UNIX local socket is preferred (IMHO MySQL connections over TCP/IP are acceptable only between my hosts inside the private network which is completely controlled by me).
    i guess i'd still have to agree with this one.


  11. #11
    Twiztid is offline Member
    Join Date
    Jul 2008
    Posts
    37
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    MySQL used remotely , could be compromised and they are just looking out for the customers on the server as far as security and just keeping the server up one malicious code in the MySQL could cause a whole server outage, just my two cents.

    Ed

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts