File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments