Search:

Type: Posts; User: noFear

Search: Search took 0.11 seconds.

  1. Re: I get an error trying to connect to database:java.sql.SQLException: Access denied

    the url, driver, dbName, userName, and password are stored in a properties file, i load the values with no problem, while debugging i checked the values and they are just as they are supposed to be
  2. Re: I get an error trying to connect to database:java.sql.SQLException: Access denied

    i have no idea there isn`t line 1075
    I debugged and the exception was thrown after this line:
    conn = DriverManager.getConnection(url+dbName,userName,password);
    when I click on the error that`s...
  3. Re: I get an error trying to connect to database:java.sql.SQLException: Access denied

    I have made a change
    The method CreateTable drops out.
    I create the table manually.
    Then when i am executinmg this, the samo error appears:

    public static void AddInfoDB(Connection conn, String...
  4. I get an error trying to connect to database:java.sql.SQLException: Access denied for

    Greetings!
    I get the following error while compiling my java code:
    java.sql.SQLException: Access denied for user 'root '@'localhost' (using password: YES)
    I have made some research and noticed...
Results 1 to 4 of 4