Skip to content

gipplab/testdump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testdump

Previous test dump application.

Make sure to set the appropriate permissions in the database specified in the config file. For example:

GRANT ALL ON `testdump`.* TO 'vincent'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%