Jump to content

Using Mysql With Java And C#


giteshss2

Recommended Posts

Just let us know by making a public post if you send any of us PMs. I don't know about anyone else, but I never check PMs unless someone tells me they sent me one. Here at Heliohost we like to provide support in a publicly accessible way so anyone who has the same or a similar issue in the future can search. That reduces the work load for the admins considerably.

Link to comment
Share on other sites

  • 1 year later...
static final String DBDriver  ="com.mysql.jdbc.Driver";
  static final String strConn   ="jdbc:mysql://localhost:3306/rajesha1_onlinebooks";
  static final String DBusername="rajesha1_food";
  static final String DBpassword="**********";
 

iam connecting in java to mysql is that ok

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