Jump to content

Search the Community

Showing results for tags 'Database'.

  • 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. My domain is www.madhusudanmishra.in. All index.php files are working fine but when files which have to make connection with the database are called it shows error 500. For eg: www.madhusudanmishra.in/register is working fine but when someone tries to make a login attempt (file signin.php works) and shows error 500. All php file permissions are set to 644 as well as db user has all privilege given. The same works fine on the localhost xampp. Please help and thanks in advance.
  2. Hello I have the problem that I can't connect remotely to the postgres database I've made My connection parameters are database: iamdocto_cerbero user: iamdocto_root host: johnny.heliohost.org
  3. Hello, guys! I have a huge data table, my concern is if I can't upload it to your server through PhpMyAdmin. This table contains the names of all countries, states and cities of the world. I need it because I'm implementing a sign up form and these data are strictly necessary. I know there must be out there other ways to retrieve that information. But... Is it possible to upload or import over 200MB of data to your PhpMyAdmin? If so, how can I do this? The file is zipped. Thank you
  4. HelloI have the problem that I can't connect remotely to the postgres database I've madeMy connection parameters are database: iamdocto_cerberohost: johnny.heliohost.org
  5. This question was changed to https://www.helionet.org/index/topic/36204-how-to-import-big-files-to-phpmyadmin/ Thank you
  6. Hello, I have been tryng to access PostgreSQL database, but it has been unsuccesfull. I have read in forum about my error "Error: org.postgresql.util.PSQLException: FATAL: no pg_hba.conf entry for host "***.***.***", user "fjmduran", database "fjmduran_cestacompra", SSL off" but I do not find solution. I am sure of database name, and user name and password are right. My connection string is "jdbc:postgresql://fjmduran.heliohost.org:5432/fjmduran_cestacompra","fjmduran","*" I have try change fjmduran.heliohost.org by tommy.heliohost.org, but is was unsuccesfull, same error. I have read in forum, that Krydos needs to enable remote access per database and per user. Please, could you open access for any IP? Thanks,
  7. Greetings! Created my first ever SQL database for my heliohost control panel and got number of questions(probably due to lack of enough knowledge or so). I can access my database from my control panels phpMyAdmin. But, is there any other method to do so? using any GUI, or Prompt, or anything of that sort! I simply dont wanna use phpMyAdmin.I rarely use PHP and use JDBC and ADO.NET to connect to my databases.Both JDBC and ADO.NET use a connection string of database configured with some user and password. - user: I have created and assigned to DB along with passwords! no problems here.What will be the connection string for both java JDBC and c# ADO.NET??????????Also, java uses drivers to connect to the databases due to common set of classes. So, is there any need to have this driver to my control panel account?Basically, when using Apache Tomcat server with java, Driver files are placed in "lib" of the Tomcat(locally). WHAT IS THE PROCEDURE FOR Cpanel. Please help me through it asap. Even i would love if someone speaks more on the topic, beyond the points I mentioned 'cz I might have missed something!!! Also, I have read the documentations on MySQL but am unable to find any particularly satisfying solution or support! Please support! Thank you!
  8. Hello, yesterday everything was working fine but today I can't add or edit data in my database. I am getting error: table fotot is in read only mode. Any idea how to fix that? Thanks
  9. 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
  10. Hello! Please help me to enable remote access to my PostgreSQL.User: tu3sd4yDatabase: tu3sd4y_triply_dataServer: johnny.heliohost.orgThanks
  11. Hi I've been trying to make a windows desktop application with visual studio using C# and i'm having trouble connecting to the mySQL database. my connection string is "Database=jackt_database;Address=johnny.heliohost.org;User Id=jackt_un;Password=*******" (obviously password isn't *******) the user ID has been added to the database and has been given all privileges. I've added the wildcard "%" to the remote mySQL section to allow connections from all IP addresses. I've tried resetting the password and changing it in my code multiple times. It is 100% not the code because i have tested it using a different host and it worked. // sql server connection here string constring = "Database=jackt_database;Address=johnny.heliohost.org;User Id=jackt_un;Password=********"; SqlConnection sqlcon = new SqlConnection(constring); try { sqlcon.Open(); MessageBox.Show("sqlconnection successful"); } catch (Exception error) { MessageBox.Show(error.ToString()); } finally { sqlcon.Close(); } i get the error "a network related or instance specific error occurred while establishing a connection to SQL server. The server was not found or was not accessible. Verify that the instance name is correct and that the sql server is configured to allow remote connections." later in the error it says "the network path was not found". Any help would be greatly appreciated. Cheers Jack
  12. 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.
  13. 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.
  14. Dear HelioNet I have the problem that I can't connect remotely to the postgresql database I've made My connection parameters are database: hadinih_md user: hadinih_user host: johnny.heliohost.org The connection responds: psql: FATAL: no pg_hba.conf entry for host "your ip", user "hadinih_user", database "hadinih_md", SSL off I need help. Thanks
  15. 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
  16. Hi, Often I get for some seconds the error "Database connection error" in WordPress on frontend and backend. How can I solve it? I've already tried the WP database repair and optimization and the editing of wp-config.php file. Thanks
  17. Have a nice day. I have the problem that I can't connect remotely to the postgres database I've made My connection parameters are database: ilich_secultura user: ilich_secultura_user host: johnny.heliohost.org And the command from debian I'm using is: psql -h johnny.heliohost.org -p 5432 -U ilich_secultura_user -W pwd -d ilich_secultura Then the connection responds: psql: FATAL: no pg_hba.conf entry for host "your ip", user "ilich_secultura_user", database "ilich_secultura", SSL off I need help. Thanks **edit: host is johnny NOT jhonny. But still not working
  18. 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
  19. Hi, I'm trying to build a dropdown in a form with, as options, the names of the tables of one database. How can I do? This is my script, it doesn't work: there isn't the dropdown... <form method="get"> <?php // database connection include('connect-db.php'); $result = mysql_query("SHOW TABLES") or die(mysql_error()); ?> <select name="select1"> <?php while ($line = mysql_fetch_array($result)) { ?> // The database I choose is "members", as can you see in the code below <option value="<?php echo $line['Tables_in_members'];?>"> <?php echo $line['Tables_in_members'];?> </option> <?php } ?> </select> <input type="submit" class="btn waves-effect waves-light" value="SEND"> </form> connect-db.php <?php /* CONNECT-DB.PHP Allow PHP to connect to the database */ // Database variables (I'm trying on XAMPP) $server = 'localhost'; $user = 'root'; $pass = ''; $db = 'members'; // Database connection $connection = mysql_connect($server, $user, $pass) or die ("Impossible connecting to the server ... \n" . mysql_error ()); mysql_select_db($db) or die ("Impossible connecting to the database ... \n" . mysql_error ()); ?> Thanks
  20. Hi, it is possible to create MYSQL databases from a PHP script on Tommy? Thanks
  21. hello, im new to website hosting sites and stuff... so my problem is that i want to connect a database to my website which i made it on my system using mysql all i want is my database to show up in phpmyadmin from where i can do the editing and stuff to my database that is present on my system. i dont want to import and export files. i need to be able to do changes to my database directly from phpmyadmin through my website and same changes must be applied to my database and i should be able to see it using mysql in my system. and the data i collect from the html file must directly go into the database of my system so that i can access it offline aswell. i know this is very stupid question to ask but it be very helpful for me if someone actually told me how to connect. can u please tel me what host name should i give instead of local host and database username and password in my php file.. thanks in advance.
  22. Have a nice day. I have this problem: There was an error with your database configuration My connection parameters are: dranser.heliohost.orgdatabase: dranser_docmgruser: dranser_sw1host: johnny.heliohost.org I need help. Thanks
  23. Hi guys, I'm new user of Heliohost who yesteday made MySQL database on Johnny server, which is needed for small university's project, this means I'm using remote connection [from SQLDeveloper actually]. Connection, making tables went well, but problems has begun when I tried to fill some small data into it. Almost every single time, when I try to look into table f.e. to see what columns I've got in there or just to check if insert query was made in the way I would like it to I receive an error message: After that I get connection reset. What I should to manage with thie case? Looking forward for your help!
  24. how to connect to sql by using php? Johnny Server $servername = "64.62.211.131";is this ip? or only type localhost
  25. Hello. I had an account on the stevie server where i had databases of blogs. I downloaded the compressed file to recover it and everything was ok except on the databases, because the only one that was worth recovering was only 1.22 kb and had no information in it. Is there any chance of recovering my databases or check if maybe the recovery system missed the databases? The one i'd like to recover is one called "dtc_blog_ideas". My username on stevie was DtcThanks.
×
×
  • Create New...