Category Archives: Java

MySQL Dumpster

MySQLDumpster_1

I encountered during the installation of one of my projects the difficulty of importing sql file to phpMyAdmin. A friend who is also working on his Java project, happened to have the same problem so I decided to write a program that will help you dump (import) sql file to phpMyAdmin. Of course, if you use phpMyAdmin, I’m sure you already know that it has a feature to import sql file. But in case you want to use a separate program to do that or you want to create an installation program for your system, then you can use this.

Continue reading MySQL Dumpster