Jump to content

Recommended Posts

Posted

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

Posted

MySQLURL should be stevie.heliohost.org I believe, and you probably can, provided you've already made the user/database in cPanel.

Posted

Use localhost if connecting locally.

 

Use stevie.heliohost.org as Wizard said if you are connecting remotely. Remember to setup 'Remote SQL' via cPanel homepage. ;)

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...