I have created a connection with Mysql and java program via jdbc. Now I want to populate the tables in the mysql database. How do I parse the data into the tables from the java
You can use the LOAD DATA INFILE SQL command.