We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571c1ef commit 60a1921Copy full SHA for 60a1921
java/jdbc/BasicSamples/UCPMultiUsers.java
@@ -42,9 +42,9 @@ public class UCPMultiUsers {
42
static String user = DEFAULT_USER;
43
static String password = DEFAULT_PASSWORD;
44
45
- // Modify these if user "scott" is locked in DB.
46
- final static String USER2 = "scott";
47
- final static String PASSWORD2 = "tiger";
+ // Modify these if user "testuser" is locked in DB.
+ final static String USER2 = "testuser";
+ final static String PASSWORD2 = "<your_db_password>";
48
49
public static void main(String args[]) throws Exception {
50
getRealUserPasswordUrl(args);
0 commit comments