Jump to content

decho

Members
  • Posts

    27
  • Joined

  • Last visited

decho's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks, everything is working correctly now.
  2. decho_amp, decho_eltom and decho_pkp_tracker
  3. Thanks, I can access my account now. I have still some problem because I think I have lost my databases. When I run "Check DB" I am getting "Error from MySQL query: DBD::mysql::db do failed: Unknown database 'decho_...'Failed to use decho_...: Unknown database 'decho_...'". It happened on all my databases, maybe it's because of suspension. Is there some option to renew database or I have to create everything again?
  4. username: decho server: johnny url: decho.heliohost.org Hi I haven't used my account for longer time so it was suspended for inactivity. However when I tried to renew it I got "We're sorry, but we either could not find that account in the database, or it is not listed as inactive. Please contact an administrator if you feel this message is in error."
  5. It is working. I deleted databases, users and remote host - %. And created everything again following the same steps as before and it worked. I don't know how it is possible but it is working, Thank You for all Yours help.
  6. No, serwer is just a name for String variable. (String)serwer value is "johnny.heliohost.org". I used user name, password, and database name the same as I used with test on localhost and it connected without any problem.
  7. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using MySql.Data.MySqlClient; using System.Data.OleDb; namespace AMP { public partial class AMP : Form { public DataTable tabela_Faktura; public DataSet data; Funkcje funkcje = new Funkcje(); Faktury faktury; String serwer = "johnny.heliohost.org"; String username = "decho_user"; String password = "********"; String db_name = "decho_AMP2"; public AMP() { MySqlConnection conn = new MySqlConnection("server=" + serwer + ";database="+db_name+";uid="+username+";password="+password); InitializeComponent(); this.WindowState = FormWindowState.Maximized; try { conn.Open(); } catch (Exception ex) { MessageBox.Show(ex + "Błąd połączenia z bazą danych"); } } } }
  8. I have not used my account for nearly a month, and i get an e-mail that mu account is about to expire. I log into Cpanel as it was said that I should do it. But I am getting HelioHost Account Queued while i am trying to visit my website. So probably this is the problem? Did my account been suspended? My username is Decho and domain is ampmetal.heliohost.org.
  9. I am using the user witch I created for database, I am trying connection with MYSQL-Front program. And I am getting "I cannot connect to MYSQL server on "johnny.heliohost.org""
  10. Hi I have problem with remote connection to MYSLQL database. I created new database with a new user assign to it. I add a "%" to remote access host. As server I used johnny.heliohost.org but I get an error while trying to remote connect. What I am doing wrong, or how else I can try to connect?
  11. Yes, it is working. Thank You very much.
  12. The same problem server not found.
  13. I am typing a password. But when i am trying to use link which you send me: http://www.cpanel.ampmetal.heliohost.org/ it saying it could not find the page.
×
×
  • Create New...