Shivam Amin

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Shivam Amin

  1. Alright, i'll contact them right now.
  2. So after a month of good service, I go to login to my account, and i see that I can't. It says "Login Details Incorrect. Please try again." As anyone would do at this point, I go to reset my password where I get this message "No client account was found with the email address you entered" My email is: [email protected] My websites still work, just no CPanel. If this is in the wrong section, please tell me where to move it (Couldn't find the "Support" section) Oh, and my Support.Hawkhost.com account doesn't work either, so I can't make a ticket. I still have my Paypal receipt if the admins need it to confirm. Thanks, Shivam Amin.
  3. I created a database called: shivamam_FreeWizard101Codes I also made a user called: shivamam_fw101c I also interconnected them, and gave the user all permissions The following script worked at my last host, so why doesn't it work here? $mysql_host = "localhost"; $mysql_username = "shivamam_fw101c"; $mysql_password = "password"; $mysql_database = "shivamam_FreeWizard101Codes"; mysql_select_db($mysql_database, mysql_connect($mysql_host, $mysql_username, $mysql_password)); I get the following error: Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 113 I don't understand what the problem is. All i changed was the My Sql info. This worked perfectly at my last host, so why not here?