Jump to content

muzamil

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by muzamil

  1. Hi,

     

    Iam using the below given connection string, but still facing a problem connection establishing a connection.

     

    User : muzamil

    Domain : www.eliteitsoft.tk

    server: Johnny

     

    Class.forName("com.mysql.jdbc.Driver");

    Connection conn = DriverManager.getConnection("jdbc:mysql://127.0.0.1/muzamil_company","muzamil_company","company");

     

    The user name & password is correct but still facing a problem, Kindly rectify the issue.

     

    Regards,

    Muzamil

  2. Hi,

     

    Iam using the below given connection string, but still facing a problem connection establishing a connection.

     

    Class.forName("com.mysql.jdbc.Driver");

    Connection conn = DriverManager.getConnection("jdbc:mysql://127.0.0.1/muzamil_company","muzamil_company","company");

     

    The user name & password is correct but still facing a problem, Kindly rectify the issue.

     

    Regards,

    Muzamil

×
×
  • Create New...