Well i am a new user and i have registered for this awesome host (uber bandwith) 
and i need to connect my java application to my mysql database   
i have this 
 ublic class MysqlManager {
    /** MySQL Connection */
    public static Connection conn = null;
    public static Statement statement = null;
    public static ResultSet results = null;
    
    public static String MySQLDataBase = "krome_hs"; // mysql database
    public static String MySQLURL = "refrexis.heliohost.org"; //my website for mysql connection
    public static String MySQLUser = "krome_krome"; // mysql username
    public static String MySQLPassword = "*******"; // password for acount   
i wanted to ask if the above format is correct. 
Also i have an account qued* message on my account can i still remotely connect to the database?   
thanks in advance 
/kryune