Jump to content

Search the Community

Showing results for tags 'remote'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. I have the problem that I can't connect remotely to the postgres database I've made My connection parameters are database: gabriele_postgresuser: gabriele_gianninahost: johnny.heliohost.orgThen the connection responds: psql: FATAL: no pg_hba.conf entry for host "your ip", user "gabriele_giannina", database "gabriele_postgres", SSL off I need help. Thanks
  2. Hi I need remote access to the postgresql database from any ip. Server: johnny.heliohost.org Postgresql user: "penosu_main" Postgresql database: "penosu_nueva" Thank you in advance Gonzalo
  3. I cannot remotely connect to postgres database database: api-master username: api-master-user host: johnny.heliohost.org response I get : psql.bin: FATAL: no pg_hba.conf entry for host "137.97.155.**", user "api-master-user", database "api-master", SSL on FATAL: no pg_hba.conf entry for host "137.97.155.**", user "api-master-user", database "api-master", SSL off
  4. Hello everyone, my problem is that I want to access my postgres database with pgAdmin 4. An Admin enebled remote access. But every time I try to connect to the server pgAdmin 4 gives me that problem promt: Unable to connect to server: received invalid response to SSL negotiation: H What can I do to connect to the server, any thoughts? I would be glad if anybody can help me. Have a nice christmas time.
  5. I want to access my postgres database with pgadmin 4. Database: knm505_techpro User: knm505_kim I would be glad if an admin could enable remote access for that, I need it for a school project. Thanks and have a nice christmas time.
  6. Hi, I've activated remote mysql from CPanel, setting IP adress as % . However, on SQLYog (a MySQL client for Windows) when I execute a query I got this error: Query: USE `maicol_gamer` Error occured at:2017-12-09 19:09:04 Line no.:16 Error Code: 1044 - Access denied for user 'maicol07_user'@'%' to database 'maicol_gamer' Do you know how to solve this? Thanks!
  7. Hi, I created a account and I would like how I may acess my data bases remotely. I'm using the ricky.heliohost.org host. Database: moriya_db1 username: moriya_admin thanks
  8. Hi, May you change the configuration of PostgreSQL to connect remotely, please? Host: luizgava.heliohost.orgUser: luizgava_fitastic DB1: luizgava_agenda_fitastic All IPs Thanks.
  9. Hello everybody, Could you please setup the following remote connection? Host: ricky.heliohost.org DB1: steviehc_ventasDB2: steviehc_bdUsername: steviehc IP: 35.202.115.72 I am available for further questions, in case the given info is not enough. Best regards, David
  10. Hi everyone, When I try to access with pgAdmin I get: "Unable to connect to server: FATAL: no pg_hba.conf entry for host "200.45.???.???", user "overflow_heroku", database "overflow_mastodonargentina", SSL off" Message. I suposse I need external access to my PostgreSQL database, could you give me please? All incoming IPs Database: overflow_mastodonargentina User: overflow_heroku Thank you in advance
  11. Can i have remote access from any IP? Server: Tommy Database: dtopalov_web User: dtopalov_admin
  12. Hello How can i set max user connections from 4 to 0 as you can see but i get error (Access denied) Cpanel username: dw Main Domain: dw.heliohost.org Server: johnny.heliohost.org E-mail: hak.ghosts@gmail.com
  13. Hi, A certain softaculous script does not support remote MySQL hosts, and does support only "localhost" as MySQL host. Do you implement a remote host or localhost? Server: Steive Thanks Ashraf
  14. I've been trying to add an access host to my site's database, it says that "The host “%” was added to the access list." but it remains empty. Is this function disabled now?
  15. Is it good to work with a remote database instead of local databases for extended storage ?
  16. I have only just setup my account about 24hrs ago. I am able to log into the server remotely from home with the following: mysql -u dt340a -h dt340a.heliohost.org -p But I am having problem trying to log in from a different computer in college (times out when connecting). But both computers have been setup the same. I have enabled remote hosts through cPanel with %. So not really sure what the problem is. Any help would be great.
  17. Dear Admin, Just wanted to notify you of a possible bug that Johnny is not accepting remote/external connections to PostgreSQL at port 5432. Stevie is connecting fine. Would it be possible for you to enable the same on Johnny as well? Also, my ASP.NET application (which is developed in Mono) is not working even for a simple ASP.NET page. As I understand Johnny has Mono, is it enabled for us to use? Thanks, Abhishek
  18. I am trying to connect my mysql database via my computer and when I do i get this error. ySql..Data.MySqlClient.MySqlException (Ox8øøø4Aø5): User coldwinroot already ha nore than ‘nax_user_connections’ active connections at MySql.Data.MySqlClient.MySqlStrean.ReadPacket() at MyßqLflata..Myßqlclient .NativeDriver..AuthenticateNew(Hoolean reset) at MySql.Data.MySqlClient .NativeDriver.Authenticate(Boolean reset) at MyßqLflata..MyßqlClient.NativeDriver..Open() at MySql.Data.MySqlClient.Driver.Open() at MyßqLflata..MySqlClient.Driver..Create(MyßqlConnectionßtringBuilder settings ) at MySqLflata..MyßqlClient .MyßqlPool. ..ctor(MyßqlConnectionStringBuilder settin s) at MyßqLflata..MyßqlClient.MyßqlPoolManager..GetPool(MyßqlConnectionßtringBuild r settings) at MySqLData..MyßqlClient.MyßqlConnection..Open() at Phoenix.Storage.Classl. .ctor(Class2 Jianager) at Phoenix.Storage.Class2.nethod_ß() at Phoenix.HabboHotel.ClassS. .ctor(1nt32 conns) at Phoenix.Class4nethod_ø() at Phoenix.CClassø.llain(String[] args) My connection settings are, host name = stevie.heliohost.org database port = 3306 username = (my username hidden)_root database = (my database hidden)_hotel password = (my password hidden) Please help :-( I am not sure what's wrong :'( EDIT: Was trying to open more than max number of database connections at once.
  19. i got an error when using mysql_connect() function, this is my code and error info: <?php $conn = mysql_connect('118.114.134.59:3307', 'test', '123456'); if (!$conn) echo mysql_error(); else echo "OK!"; ?> Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '118.114.134.59' (4) in /home1/chglove/public_html/test.php on line 2 Can't connect to MySQL server on '118.114.134.59' (4) but if i change the server port to 3306, mysql_connect('118.114.134.59', 'test', '123456'); it worked, and i can connect to my server use port 3307 from other sites, what's the problem? you can use http://blog.chglove.tk/test.php to see this error
  20. Does heliohost support remote mysql database hosting. Please Reply. I have project to complete.
  21. Hello there, i'm new user, trying to connect to my sql with remote connection from my computer, through navicat application,... I already make a user name inside cPanel.. also allow my home ip, the public Ip google say, and in the end any thing domain % to access... i'm wonder if i try to connect with currect Port, but the thing i use is 3306. I receive : 2003 - Can't connect to MySQL server on 'stevie.heliohost.org' (10060) i also try the thing you see in attachment
×
×
  • Create New...