In case of a new class of my studies. We had to implement a simple mysql query tool. It was the first assignment so it is just a command line based application.

Download

Start

You will also find the sourcecode in the ZIP-file. Those onces, who just want to run the program will find a batch file in the folder “/dist”. First look at the right parameters.

Parameters

  • db
    Name of the database
  • user
    Username to get access to the database
  • pass
    Password

Actually, this program just works on your own machine. That means just localhost. If you want to you can implement a new parameter for different _HOSTS.