giglf / QuickFinder

A file searching tool written by java. Base on database select.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickerFinder

A tool for files searching.

Writing by Java, can be worker in both windows and linux.

I don't have Mac but it will work in Mac in theory :-)

Setting with Mysql

CREATE USER 'quickFinder'@'localhost' IDENTIFIED BY 'thePasswordThatEasyKnow';

FLUSH PRIVILEGES;

CREATE DATABASE quickfinder;

GRANT ALL PRIVILEGES ON quickfinder.* TO 'quickFinder'@'localhost';

About

A file searching tool written by java. Base on database select.


Languages

Language:Java 100.0%