Thread: Mysql

Results 1 to 5 of 5
  1. #1 Mysql 
    Registered Member
    Join Date
    Aug 2012
    Posts
    177
    Thanks given
    5
    Thanks received
    3
    Rep Power
    17
    trying to host my hiscores on a webost, instead of xampp, and getting this error

    Code:
    [8/25/04 10:46 AM]: Hiscores Handler Error: com.mysql.jdbc.exceptions.jdbc4.Comm
    unicationsException: Communications link failure

    this is the snippet from my hiscoreshandler.java

    Code:
    public class HiscoresHandler {
    	private static boolean HiScores = true;
    	
    	private static final String DB = "1191306_hiscores";
    	private static final String URL = "fdb4.awardspace.com:3306";
    	private static final String USER = "1191306_hiscores";
    	private static final String PASS = "removedddd";
    	private static final Properties prop;
    	static {
    		prop = new Properties();
    		prop.put("user", USER);
    		prop.put("password", PASS);
    		//prop.put("autoReconnect", "true");
    		//prop.put("maxReconnects", "4");
    	}
    Reply With Quote  
     

  2. #2  
    Registered Member
    natsu's Avatar
    Join Date
    Apr 2007
    Age
    32
    Posts
    3,435
    Thanks given
    1,084
    Thanks received
    676
    Rep Power
    1096
    you cant use free webhosting for mysql they dont allow the connection to make
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2012
    Posts
    177
    Thanks given
    5
    Thanks received
    3
    Rep Power
    17
    ...makes alot of sense... thank you rep++
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Dec 2011
    Age
    28
    Posts
    1,323
    Thanks given
    146
    Thanks received
    151
    Rep Power
    0
    I suggest purchasing a webhost for SQL as explained above free hosting doesn't allow the connection. So if you need any suggestions feel free to ask me but I'll suggest you a fantastic webhost right now.

    HostGator is my overall favourite webhost.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Sieu's Avatar
    Join Date
    Dec 2011
    Age
    30
    Posts
    1,167
    Thanks given
    186
    Thanks received
    131
    Rep Power
    160
    Use trentahost, it''s only 1$ and they allow remote mysql
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 19
    Last Post: 09-29-2012, 08:07 AM
  2. Replies: 2
    Last Post: 09-07-2012, 04:32 AM
  3. Re-adding mysql to non-mysql dementhium?
    By Coruption in forum Help
    Replies: 1
    Last Post: 01-25-2012, 09:53 PM
  4. MySQL: Cannot Find MySQL Driver
    By Glass O Wine in forum Help
    Replies: 3
    Last Post: 05-02-2010, 11:30 AM
  5. [MySQL]MySQL Intergration By Mikelmao [DELTA]
    By mikelmao in forum Tutorials
    Replies: 16
    Last Post: 12-02-2009, 10:06 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •