Skip to content

Commit d79aa79

Browse files
committed
Added README.md with command line usage instructions
1 parent 8931f07 commit d79aa79

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
mysqlfragfinder
2+
===============
3+
4+
finds your fragmented tables...and defragments them
5+
6+
me@host:~/src/mysqlfragfinder $ ./mysqlfragfinder.sh
7+
MySQL fragmentation finder (and fixer) v1.0.0
8+
Written by Phil Dufault (phil@dufault.info, http://www.dufault.info)
9+
Authentication information not found as arguments, nor in .my.cnf
10+
11+
This script only repairs MyISAM and InnoDB tables
12+
--help or -h this menu
13+
--user username specify mysql username to use
14+
using this flag means the script will ask for a password during runtime, unless you supply...
15+
--password "yourpassword"
16+
--host hostname specify mysql hostname to use, be it local (default) or remote
17+
--mysql command specify mysql command name, default is mysql
18+
--database use specified database as target
19+
if this option is not used, all databases are targeted
20+
--check only shows fragmented tables, but do not optimize them
21+
--detail additionally display fragmented tables

0 commit comments

Comments
 (0)