Remote SQL Connect Web Hosting
Aug 5, 2007
shared hosting for multiple websites, but I have some specific requirements:
1) Remote connections to a SQL database (using SQLCompare)
2) ASP.NET 2.0
3) A decent control panel to set things like subdomains up
Other features such as disk space aren't as important to me. I'm just having trouble finding any hosting that allows remote connections. Right now I'm using godaddy and it's great... just no remote connections.
View 11 Replies
ADVERTISEMENT
Dec 14, 2008
I signed up for a Win2k3 VPS account with 3dgwebhosting. I'm a newbie to Plesk and win2k3 so I spent the first day getting head around Plesk.
I then logged into Remote Desktop only to find someone else had beat me. They'd hacked in and downloaded a mass email client, email stripper and obviously sent out spam from a 2mb text file of email addresses.
I didn't spend long in Remote Desktop, but while there I switched on Windows Firewall, changed my admin login password and logged off.
Now, 24 hours later, I can't get back in. I get the error - This computer can't connect to the remote computer. Try again.....
I can still login through Plesk, FTP and ExpressionWeb.
Is FW keeping me out of RD or has the hacker returned?
View 2 Replies
View Related
May 8, 2009
I have a few users that have a hosting account with me and are trying to connect to their own MySQL servers elsewhere. Both said that they are able to connect to the MySQL server with other hosting accounts but not the ones hosted with me. I asked if they had setup permissions to allow remote connections from my server and they confirmed that they did.
What am I missing? Do I need to configure my firewall somehow? I figured the connection is just using port 80 since it's from an PHP script right?
View 4 Replies
View Related
Jan 9, 2007
I have a set up where server 1 holds a mysql DB and a virtual host. server 2 holds many virtual hosts in apache (16) connecting to this DB.
The virtual hosts all hold the same script, but the single VH on server 1 receives about the same amount of visits as all the VHs of server 2.
server 1 is very busy at times, like 100% CPU and a load around 10 for long period of times.
server 2 is not very busy, around 30% CPU usage and 0.6 CPU load.
Yet, users on server 2 experience *much slower* response times than the ones on server 1.
The obvious reason could be the network between the two, but I'm not convinced (6 seconds for a query run from server 2 when it brings back 1 row and takes 0.01 second from server 1).
I was wondering what other reasons it could be.
The mysql processlist is weird:
Code:
mysql> show processlist;
+-------+----------+---------------+----------+---------+------+--------------------+------------------------------------------------------------------------------------------------------+
| Id | User | Host | db | Command | Time | State | Info |
+-------+----------+---------------+----------+---------+------+--------------------+------------------------------------------------------------------------------------------------------+
| 81817 | mysite | localhost | mysite | Sleep | 865 | | NULL |
| 94992 | mysite | server2:47927 | mysite | Sleep | 188 | | NULL |
| 96890 | mysite | server2:50881 | mysite | Sleep | 26 | | NULL |
| 97213 | mysite | server2:51010 | mysite | Sleep | 22 | | NULL |
| 97391 | mysite | server2:51085 | mysite | Sleep | 36 | | NULL |
| 97919 | mysite | server2:51300 | mysite | Sleep | 49 | | NULL |
| 97927 | mysite | server2:51306 | NULL | Sleep | 49 | | NULL |
| 97933 | mysite | server2:51282 | mysite | Sleep | 48 | | NULL
| 97933 | mysite | server2:51282 | mysite | Sleep | 48 | | NULL |
| 97958 | mysite | server2:51321 | mysite | Sleep | 26 | | NULL |
| 97961 | mysite | server2:51323 | mysite | Sleep | 46 | | NULL |
| 98104 | mysite | server2:51344 | mysite | Sleep | 39 | | NULL |
| 98169 | mysite | server2:51376 | NULL | Sleep | 36 | | NULL |
| 98177 | mysite | server2:51388 | mysite | Sleep | 9 | | NULL |
| 98365 | mysite | server2:51461 | mysite | Sleep | 26 | | NULL |
| 98377 | mysite | server2:51427 | mysite | Sleep | 26 | | NULL |
| 98380 | mysite | server2:51468 | mysite | Sleep | 6 | | NULL |
| 98394 | mysite | server2:51474 | mysite | Sleep | 26 | | NULL |
| 98404 | mysite | server2:51479 | mysite | Sleep | 26 | | NULL |
| 98418 | mysite | server2:51486 | mysite | Sleep | 26 | | NULL |
| 98419 | mysite | server2:51487 | mysite | Sleep | 26 | | NULL |
| 98429 | mysite | server2:51496 | mysite | Sleep | 2 | | NULL |
| 98503 | mysite | server2:51520 | mysite | Sleep | 22 | | NULL |
| 98512 | mysite | server2:51524 | mysite | Sleep | 22 | | NULL |
| 98514 | mysite | server2:51525 | mysite | Sleep | 20 | | NULL |
| 98519 | mysite | server2:51526 | mysite | Sleep | 22 | | NULL |
| 98557 | mysite | server2:51514 | mysite | Sleep | 21 | | NULL |
| 98568 | mysite | server2:51548 | mysite | Sleep | 20 | | NULL |
| 98581 | mysite | server2:51557 | mysite | Sleep | 5 | | NULL |
| 98617 | mysite | server2:51572 | mysite | Sleep | 18 | | NULL |
| 98620 | mysite | server2:51574 | NULL | Sleep | 18 | | NULL |
| 98630 | mysite | server2:51577 | mysite | Sleep | 17 | | NULL |
| 98644 | mysite | server2:51584 | mysite | Sleep | 17 | | NULL |
| 98681 | mysite | server2:51601 | mysite | Sleep | 15 | | NULL |
| 98698 | mysite | server2:51604 | mysite | Sleep | 14 | | NULL |
| 98704 | mysite | server2:51606 | mysite | Sleep | 14 | | NULL |
| 98714 | mysite | server2:51610 | NULL | Sleep | 14 | | NULL |
| 98736 | mysite | server2:51619 | NULL | Sleep | 13 | | NULL |
| 98748 | mysite | server2:51626 | NULL | Sleep | 12 | | NULL |
| 98753 | mysite | server2:51628 | mysite | Sleep | 12 | | NULL |
| 98785 | mysite | server2:51635 | mysite | Sleep | 11 | | NULL |
| 98820 | mysite | server2:51654 | mysite | Sleep | 10 | | NULL |
| 98821 | mysite | server2:51655 | mysite | Sleep | 10 | | NULL |
| 98822 | mysite | server2:51656 | mysite | Sleep | 10 | | NULL |
| 98823 | mysite | server2:51657 | mysite | Sleep | 10 | | NULL |
| 98836 | mysite | server2:51660 | mysite | Sleep | 9 | | NULL |
| 98840 | mysite | server2:51662 | NULL | Sleep | 9 | | NULL |
| 98841 | mysite | localhost | NULL | Query | 0 | NULL | show processlist |
| 98901 | mysite | server2:51680 | mysite | Sleep | 6 | | NULL |
| 98903 | mysite | server2:51651 | mysite | Sleep | 7 | | NULL |
| 98920 | mysite | server2:51684 | mysite | Sleep | 6 | | NULL |
| 98947 | mysite | localhost | mysite | Sleep | 1 | | NULL |
| 98954 | mysite | server2:51696 | mysite | Sleep | 5 | | NULL |
| 99024 | mysite | server2:51710 | mysite | Sleep | 1 | | NULL |
| 99031 | mysite | server2:51712 | mysite | Sleep | 2 | | NULL |
| 99032 | mysite | server2:51686 | mysite | Sleep | 2 | | NULL |
| 99041 | mysite | server2:51694 | mysite | Sleep | 2 | | NULL |
| 99049 | mysite | server2:51717 | mysite | Sleep | 2 | | NULL |
| 99058 | mysite | server2:51720 | mysite | Sleep | 1 | | NULL |
| 99063 | mysite | server2:51685 | mysite | Sleep | 1 | | NULL |
| 99064 | mysite | server2:51722 | mysite | Sleep | 2 | | NULL |
| 99073 | mysite | localhost | mysite | Sleep | 1 | | NULL |
| 99075 | mysite | server2:51724 | mysite | Sleep | 1 | | NULL |
| 99086 | mysite | localhost | mysite | Query | 1 | Creating tmp table | SELECT DISTINCT * |
| 99089 | mysite | localhost | mysite | Sleep | 1 | | NULL |
+-------+----------+---------------+----------+---------+------+-----------
Why so many sleeping processes from server 2, and none or almost none from server 1 ?
Is it normal that every query from server 2 is open on a different port ? Should they be grouped by virtual host, or is there one different port for each script running concurrently?
What could be a reason for server 2 having problems to open connections on server 1, and how to solve it?
Right now I'm about to deport more users from server 1 to new virtual hosts on server 2, hoping it will lower the load on the first machine and overall accelerate the response times. I just thought I'd post here first because this all seems very weird to me and i thought someone with an external look might tell me what I'm doing wrong. And also if network would be the problem maybe that's not the clever thing to do to make more users remote.
View 4 Replies
View Related
Jan 22, 2007
i rent a server,and i also have a printer on my office, how can i connect my printer with my server,and remote print?
View 6 Replies
View Related
Nov 3, 2009
please be patient with me, im new to dns technical issues.
What im trying to do is, I have a a web design company that offers hosting for the content we design. Now i have a customer who has a domain name registered through godaddy on their own account. How do i get the website content to appear when a visitor types in the domain name.
My hosting account has a dedicated ip if that makes a difference.
I understand that there may be more ways than one to accomplish this task.
View 3 Replies
View Related
Apr 14, 2008
I'm running a VPS at TekTonic.net and so far I have only one problem. I love TekTonic's services in general, but for some crazy reason, I can't get my MySQL server to work.
I've asked MySQL's support staff, and they haven't found an answer to date. I can do just about anything on my MySQL server EXCEPT add/remove a database, which creates a problem. A BIG problem.
what I'm looking for now is a remote MySQL host that will accept connections from my TekTonic-hosted VPS.
View 7 Replies
View Related
Jun 4, 2007
server that will allow me to log into windows XP. I wont be hosting any websites but want it to be like a remote computer. Is this even possible to get?
View 7 Replies
View Related
Oct 19, 2009
I know that Windows RDP Hosting is not a new Idea, but has anyone tried it with Ubuntu. I do have VNC Access to the server, but that only allows me to authenticate with a password, I need username and password.
What would be the best remote application for this?
View 10 Replies
View Related
Feb 8, 2009
I have subscribed an account in Powweb but since the Powweb does not allow MySQL remote access I need to find another hosting that allow MySQL remote access.
Wich hosting with MySQL remote access do you know?
View 3 Replies
View Related
May 3, 2007
how to transfer file(s) from remote server to remote ftp using ssh(on remote server)?
View 3 Replies
View Related
Mar 24, 2007
I have windows servers that I'll be co-locating very soon. I have purchased a Dell 2161ds-2 and an APC remote boot power strip. Could someone please tell me the best way to secure remote access to these products. Do I put them on public IP's and allow them through the firewall or do I put them behind the firewall and access them after I authenticate through the firewall.
View 6 Replies
View Related
May 22, 2008
is to use windows authentication, to connect to the site, and connect to MS SQL with the same user.
I read on the net (http://msdn.microsoft.com/en-us/library/ms998358.aspx), and it said I should go to my default sites properties, to to the "directory security" tab, and make sure "Integrated Windows authentication" is the only box that is checked.
I did that and now I cant connect to my site...
When I try to connect, it bring up a windows user name and password box. I put a user name and password in, but nothing...
Iv double checked the user exist, and still nothing...
View 3 Replies
View Related
May 31, 2008
I REALLY REALLY need to connect to my FTP on 1and1 and for some reason it seems to be down. Is anyone else having this problem?
View 2 Replies
View Related
May 10, 2009
This week connectswitch's service has not been that good. Basically first they restart the node without prior notice and our vps was down for 7 hours. and now we buy our cPanel license via them and they havent paid it so the license is now expired although we have paid them for it.
View 11 Replies
View Related
Jul 30, 2009
We can't resolve any outside websites, for example wget won't resolve any websites.
elvis:~# wget [url]
--2009-07-30 03:12:15-- [url]
Resolving g-ecx.images-amazon.com... failed: Temporary failure in name resolution.
wget: unable to resolve host address `g-ecx.images-amazon.com'
elvis:~#
How can we debug this? Its just started to do this, before it was fine for months.
We can resolve IP addresses fine.
elvis:~# wget [url]
--2009-07-30 03:18:08-- http://206.251.77.82/~proxy/images/b...ntent-view.png
Connecting to 206.251.77.82:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 241 [image/png]
Saving to: `background-content-view.png'
100%[======================================>] 241 --.-K/s in 0s
2009-07-30 03:18:08 (63.8 MB/s) - `background-content-view.png' saved [241/241]
elvis:~#
View 2 Replies
View Related
Mar 13, 2008
i am searching a VPS to connect Thailand users
its need very fast link and good ping
its for real time multimedia ( i try to avoid LAG in sound)
windows as a preference but linux can do
I dont need a lots of CPU or RAM cpy of 233mhz and ram of 256m is enought
put the connectivity is crucial full dubplex 100mbps and 500G of bandwith as a minimal
any clue where i can find this litle jewel
now i am using one who use tiscali as the provider its works fine the VPS is ok but its dont connect well all my poeples
so i am looking to change it
View 10 Replies
View Related
Apr 3, 2008
I'm getting a cabinet colocation with a provider and on the sales order there is a setup and re-occurring fee for "cross connect". My rep explained it's for the connection from my cabinet to their switch. Is this a typical charge for colocation? I thought cross connect is for connecting from their facility to 3rd party providers.
View 13 Replies
View Related
Jun 18, 2008
I got my dedicated server on centos ... everything is running, how to remotly connect
I already tried putty but there are some problems. My hosting provider give me this details:
root / Admin Password: xxx
DRAC-ip-user-password
and APC IP.
So which program is the best for remote connect?
View 8 Replies
View Related
Apr 24, 2008
how to setup an iPhone to access a mailbox hosted with VPS?
View 0 Replies
View Related
Jun 18, 2008
i runnig backup, after runing backup, i can not connect to whm cpanel
show this error:
In order to access the interface, you will need to make sure that the software license on this server is active and installed.
Your license could not be activated because:
Cannot Read License File
View 4 Replies
View Related
Aug 30, 2007
I can't connect to CPanel or any of my sites but I can connect to my virtuozzo control panel. When I try to connect to CPanel or any of my sites I get an error that says that the server is taking to long to respond.
If I go through a proxy I see the sites so I know CPanel is not down.
How is it possible to connect to my Virtuozzo control panel but not Cpanel?
View 9 Replies
View Related
Jan 16, 2007
We're having a small problem with one of our Ventrilo boxes (Linux) that seems to be blocking users from connecting. The DC (The Planet) is reporting that the issue is likely with the user and my tech is also saying the same thing. I have reason to believe they're both wrong but wanted to see if anyone had any ideas.
Here are 3 tracert's that show normal activity until the user reaches the DC network and then they can't reach our server.
All 3 of these are from different users experiencing the exact same problem.
Tracing route to ca.13.1343.static.theplanet.com [67.19.19.202] over a maximum of 30 hops:
1 2 ms 1 ms <1 ms 192.168.1.1
2 * * * Request timed out.
3 70 ms 72 ms 24 ms 68.86.105.193
4 127 ms * 13 ms 10g-9-3-ur02.longmont.co.denver.comcast.net [68. 86.103.157]
5 103 ms 87 ms 66 ms 10g-9-1-ur01.longmont.co.denver.comcast.net [68. 86.103.161]
6 12 ms 11 ms 12 ms 10g-3-1-ar01.denver.co.denver.comcast.net [68.86 .103.154]
7 9 ms 9 ms 23 ms 68.86.103.150
8 11 ms 12 ms 11 ms 12.125.159.89
9 45 ms 42 ms 33 ms tbr2-p013702.dvmco.ip.att.net [12.123.207.150]
10 31 ms 34 ms 126 ms tbr2-cl33.dlstx.ip.att.net [12.122.12.125]
11 145 ms 32 ms 31 ms gar1-p3100.dlrtx.ip.att.net [12.123.16.165]
12 38 ms 32 ms 31 ms 12.119.136.14
13 30 ms 34 ms 32 ms te7-1.dsr02.dllstx3.theplanet.com [70.87.253.18]
14 34 ms 32 ms 30 ms vl41.dsr01.dllstx4.theplanet.com [70.85.127.83]
15 59 ms 142 ms 48 ms gi1-0-2.car02.dllstx4.theplanet.com [67.19.255.1 34]
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 * * * Request timed out.
25 * * * Request timed out.
26 * * * Request timed out.
27 * * * Request timed out.
28 * * * Request timed out.
29 * * * Request timed out.
30 * * * Request timed out.
Tracing route to ca.13.1343.static.theplanet.com [67.19.19.202] over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 192.168.1.1
2 8 ms 7 ms 10 ms 73.96.20.1
3 9 ms * 7 ms GE-2-37-ur01.aberdeen.wa.seattle.comcast.net [68 .86.98.9]
4 9 ms 13 ms * te-5-2-ur01.olympia.wa.seattle.comcast.net [68.8 6.96.6]
5 11 ms * 12 ms te-8-4-ar01.burien.wa.seattle.comcast.net [68.86 .96.10]
6 14 ms 19 ms 14 ms 12.116.25.13
7 69 ms 69 ms 70 ms tbr1011401.st6wa.ip.att.net [12.122.111.6]
8 72 ms 76 ms 74 ms tbr2-cl10.sffca.ip.att.net [12.122.12.113]
9 73 ms 66 ms 67 ms tbr1-cl30.sffca.ip.att.net [12.122.9.137]
10 67 ms 68 ms 69 ms tbr1-cl3.la2ca.ip.att.net [12.122.10.26]
11 70 ms 67 ms 67 ms tbr1-cl20.dlstx.ip.att.net [12.122.10.49]
12 67 ms 68 ms 67 ms gar1-p340.dlrtx.ip.att.net [12.123.16.161]
13 65 ms 66 ms 65 ms 12.119.136.14
14 66 ms 66 ms 65 ms te9-1.dsr02.dllstx3.theplanet.com [70.87.253.22]
15 68 ms 67 ms 68 ms vl42.dsr02.dllstx4.theplanet.com [70.85.127.91]
16 67 ms 66 ms 66 ms gi1-0-1.car02.dllstx4.theplanet.com [67.19.255.6 ]
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 * * * Request timed out.
25 * * * Request timed out.
26 * * * Request timed out.
27 * * * Request timed out.
28 * * * Request timed out.
29 * * * Request timed out.
30 * * * Request timed out.
1 9 ms 5 ms 7 ms 73.101.80.1
2 7 ms 7 ms * GE-2-37-ur01.gigharbor.wa.seattle.comcast.net [6 86.99.9]
3 * * * Request timed out.
4 13 ms 9 ms 11 ms 12.117.243.13
5 64 ms 66 ms 64 ms 12.127.6.50
6 67 ms 67 ms 273 ms tbr2-cl10.sffca.ip.att.net [12.122.12.113]
7 67 ms 73 ms 69 ms tbr1-cl30.sffca.ip.att.net [12.122.9.137]
8 66 ms 66 ms 65 ms tbr1-cl3.la2ca.ip.att.net [12.122.10.26]
9 68 ms 64 ms 63 ms tbr1-cl20.dlstx.ip.att.net [12.122.10.49]
0 67 ms 70 ms 66 ms gar1-p340.dlrtx.ip.att.net [12.123.16.161]
1 70 ms 68 ms 67 ms 12.119.136.14
2 72 ms 69 ms 66 ms te9-1.dsr02.dllstx3.theplanet.com [70.87.253.22]
3 63 ms 65 ms 65 ms vl42.dsr02.dllstx4.theplanet.com [70.85.127.91]
4 69 ms 75 ms 69 ms gi1-0-1.car02.dllstx4.theplanet.com [67.19.255.6
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
0 * * * Request timed out.
View 5 Replies
View Related
Jun 13, 2007
I recently tried installing phpbb forum via fantastico and everytime I try I get the error "phpbb critical error" "could not connect to database"
I also get an error connecting to database when I try installing SMF.
I checked the configuration/information and the password and username is all correct.
View 3 Replies
View Related
Nov 25, 2007
I'm trying to cross connect two linux servers' secondary NICs with a cross over cable. after I pluged in the both ends, I tried to set internal ips for eth1 with netconfig, 192.168.3.1 and the other one is 192.168.3.2, i don't know what to put on netmask and gateway so I left it with netconfig's default, after that I tried ifup ifcfg-eth1 but the server lost connection.
The tech at the datacenter checked and said I delete their network gateway from the list of routes.
what should I do? remove the gateway line in ifcfg-eth1?
View 3 Replies
View Related
Mar 8, 2009
I am unable to connect to corehoster at all again --
I have been having issues since I opened my alpha master reseller account
Any reseller account I create cant create cleints..
I am even unable to enter tickets or send email to them since they are unreachable
Nick S refuses to refund my account .
Any one else having issues with core hoster
View 1 Replies
View Related
Oct 29, 2009
I install a Oracle Collaboration Suite portal on a Windows 2003 server.
I configure everithig to put it online. I cerate a dyndns hostname and I forwarded the 80 port on the router.
So, when I type the adress the portal appears but when I press on a link he redirects me on server.xxx.local.
View 0 Replies
View Related
Aug 20, 2009
How can I set up a script or shortcut to run commands from a Windows XP machine on my CentOS machine over SSH?
I am running a virtual CentOS (VirtualBox) machine containing my LAMP stack. I also have other tools like subversion, git, etc. on there that I wish to use. On my windows machine, I want to set up quick scripts like 'commit' and send my path with args. I also want to use it for running command line PHP scripts on the remote server.
View 3 Replies
View Related
Apr 20, 2009
I am using cPanel 11 (stable release) on a CentOS 5 server and would like to make it so that a certain database can only be connected to from the cPanel user that it is under (ie. user1_db can only be connected to from the user "user1" on the same server).
View 9 Replies
View Related