[Solved] Mysql java taking registration [closed]

Follow the steps: 1. Download Mysql and Install+ dwnload mysql-connector jar file. 2. in the mysql(u can connect using mysql command line client) provide ur pwd and get ready. Put below code: 3. create database TEST 4. use TEST. 5. CREATE TABLE USER_DTLS (USERNAME VARCHAR2(100), PASS VARCHAR2(100)); creating tables 6. INSERT INTO USER_DTLS(‘user1’, ‘user1234’);INSERT INTO … Read more