-
Posts
25,431 -
Joined
-
Last visited
-
Days Won
910
Everything posted by Krydos
-
Yes, I bet they have port 5432 blocked.
- 12 replies
-
- postgre
- postgresql
-
(and 3 more)
Tagged with:
-
Is port 5432 blocked on your computer? You can check at http://portquiz.net:5432/
- 12 replies
-
- postgre
- postgresql
-
(and 3 more)
Tagged with:
-
Remote access enabled.
- 2 replies
-
- postgresql
- remote
-
(and 1 more)
Tagged with:
-
Please post your connection string with the password removed.
- 12 replies
-
- postgre
- postgresql
-
(and 3 more)
Tagged with:
-
Just to elaborate, some of our sites that we host get thousands of visitors per hour, and they don't get the max_user_connections error. The reason why is they close their mysql connection immediately as soon as they're done using it. If each mysql connection is only open for a few milliseconds the chance of seeing that error is very small. If you use persistent connections and don't close them then you will only be able to have 6 users at a time. This limit is in place to keep one account from hogging all of the mysql connections and causing slow performance or downtime for the other thousands of accounts that share your server.
-
Does it work if you use localhost instead of ricky.heliohost.org?
-
Set your nameservers to ns1.heliohost.org and ns2.heliohost.org.
-
Remote access enabled.
- 3 replies
-
- postgresql
- connect
-
(and 2 more)
Tagged with:
-
Is this still occurring?
-
[Solved] Installation of perl module : Crypt::Random
Krydos replied to micou's topic in Escalated Requests
The perl module Crypt:Random 1.25 has been installed on Tommy. -
There you go https://beepr.heliohost.org/test.jsp
-
Remote access enabled.
- 12 replies
-
- postgre
- postgresql
-
(and 3 more)
Tagged with:
-
It's enabled now, but it looks like your other stuff in the directory is conflicting with our test file http://iberiamj.heliohost.org/test.aspx
-
Remote access enabled.
-
If you read the instructions posted by Wolstech, it says you have to go to http://www.heliohost.org/renew to renew your account.
-
To use a secure connection you can just put your sql code in a php script, and then have your remote code access the php over https instead of connecting to mysql directly. That's actually a better idea for most applications anyways because your remote code won't need to contain your mysql password.
-
sql query execute in a servlet on tomcat returning null pointer
Krydos replied to chanders's topic in Customer Service
Have you deployed it at https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php ? -
sql query execute in a servlet on tomcat returning null pointer
Krydos replied to chanders's topic in Customer Service
The only thing that changed on the server was java access and your servlet were removed, and then readded and redeployed. Did you change the servlet that you deployed? -
Which IP is blocked? You can check your current IP at https://www.heliohost.org/ip.php
-
sql query execute in a servlet on tomcat returning null pointer
Krydos replied to chanders's topic in Customer Service
Did it work before? -
I think https://www.heliohost.org/partners/vps is what you're needing.
-
For anyone who searches and finds this, Ricky installs ssl for you, and even updates it for you automatically. There is no need to install ssl yourself.
-
If you're still seeing a suspended message please clear your browser cache.
-
If you're still seeing a suspended message please clear your browser cache.
