Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restore script doesn't allow change of storage engine #11

Closed
hahnicity opened this issue Nov 4, 2015 · 2 comments
Closed

restore script doesn't allow change of storage engine #11

hahnicity opened this issue Nov 4, 2015 · 2 comments

Comments

@hahnicity
Copy link
Contributor

When I try to use InnoDB I get an error.

(venv)greg@Ithilien:~/Documents/ecs260/dump/mod_dump$ ./ght-restore-mysql -uroot -proot -eInnoDB .
./ght-restore-mysql: illegal option -- e
Invalid option: -
Usage: ./ght-restore-mysql [-u dbuser ] [-p dbpasswd ] [-h dbhost] [-d database ] dump_dir

Am I doing something wrong here?

@DerekTBrown
Copy link

Try explicitly defining the -h and -d flags, and see if that fixes the issue.

@hahnicity
Copy link
Contributor Author

This was related to a pull request I made. I should have closed this ticket after it was accepted

sig-krasnick pushed a commit that referenced this issue Jun 21, 2018
Refactor tests and fix whitespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants