Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 293 Bytes

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;