https://github.com/tkuchiki/mysqldumpindex
Generate "CREATE(DROP) INDEX" from MySQL tables
https://github.com/tkuchiki/mysqldumpindex
Last synced: 2 months ago
JSON representation
Generate "CREATE(DROP) INDEX" from MySQL tables
- Host: GitHub
- URL: https://github.com/tkuchiki/mysqldumpindex
- Owner: tkuchiki
- License: mit
- Created: 2015-01-26T08:13:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T05:05:14.000Z (over 10 years ago)
- Last Synced: 2025-01-25T09:11:07.268Z (4 months ago)
- Language: Ruby
- Size: 160 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mysqldumpindex
Generate "CREATE(DROP) INDEX" from MySQL tables# Usage
```
Usage: mysqldumpindex [options]
-u, --user USER The MySQL user name to use when connecting to the server
--host HOST Connect to the MySQL server on the given host
-d, --dbname DBNAME The database to use. This is useful primarily in an option file
-p, --password PASSWORD Password to use when connecting to server
--primary Dump PRIMARY
--dump-drop-sql Dump DROP INDEX SQL
--dump-create-sql Dump CREATE INDEX SQL
-v, --version Show version
```