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

[BUG] load mysql.user error because lack of mysql-schema-create.sql #431

Closed
jackwener opened this issue Oct 9, 2021 · 0 comments · Fixed by #432
Closed

[BUG] load mysql.user error because lack of mysql-schema-create.sql #431

jackwener opened this issue Oct 9, 2021 · 0 comments · Fixed by #432
Labels

Comments

@jackwener
Copy link
Contributor

jackwener commented Oct 9, 2021

Describe the bug
It was not possible to process file: mysql.user-schema.sql because of lacking of mysql-schema-create.sql

When I add mysql-schema-create.sql, restore is successful.

To Reproduce
mydumper -h 127.0.0.1 --port=3306 --password=** --user=root -o . --regex='^(mysql\.user$)'

There isn't file named mysql-schema-create.sql, which cause error of myloader

Expected behavior
There is file named mysql-schema-create.sql.

Environment (please complete the following information):

  • OS version: Debian-buster
  • MyDumper version: mydumper 0.11.1, built against MySQL 5.7.33-36
@davidducos davidducos added this to the Release 0.11.3 milestone Oct 11, 2021
@davidducos davidducos added the bug label Oct 11, 2021
@davidducos davidducos linked a pull request Oct 11, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants