Java Engine for Database Scan
jengiscan extracts the profile of MySQL databases and creates an HTML report with fundamental metadata, sample data, and further statistical information (min, max,standard deviation, % null values, % distinct values, ...).
MySQL Connector for Java is required.
Argument to pass to the main java file:
username.password@host:port/database path
where:
- username is the database user
- password is the database user's password
- host is the address of the database (for example, localhost)
- port is the database port (standard MySQL port is 3306)
- database is the database name
- path [optional] is the path to the log file