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 4bf6577 commit b6f24b8Copy full SHA for b6f24b8
java/jdbc/ConnectionSamples/CreateUser.java
@@ -9,7 +9,7 @@
9
NOTES Use JDK 1.8 and above
10
11
MODIFIED (MM/DD/YY)
12
- nbsundar 02/10/21 - Creation (Contributor - kmensah)
+ nbsundar 02/17/21 - Creation (Contributor - kmensah)
13
*/
14
import java.sql.Connection;
15
import java.sql.SQLException;
@@ -28,7 +28,6 @@ public class CreateUser {
28
// Enter the password for the admin user
29
final static String AdminPASSWORD = "<DBAdminPassword>";
30
31
-
32
// Enter the new database user that you want to create
33
final static String newDBUser = "<db-new-username>";
34
// Enter the password for the new database user that you want to create
0 commit comments