Create logging window using Java and MySql

In most cases most of database projects have the logging window. In here we will see how to create a simple but important logging window using java and MySQL. I have created a database called testlogging and inside the database I have created a table called it logging. And there are two rows one field store the usernames and other field stores the password of the user. U can create your own database and just you want to replace the data fields of my code. OK enjoy it budy…

Read More »