Jump to content

Java, mysql, And account status


Kryune

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...