Replies: 1 comment 1 reply
-
I'm thinking this issue isn't caused by our package. This seems like code from your project |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently encountering the following issue when trying to backup databases, when using MySql 8.0.
The dump process failed with exitcode 2 : Misuse of shell builtins : mysqldump: Couldn't execute 'SELECT COLUMN_NAME, JSON_EXTRACT(HISTOGRAM, '$."number-of-buckets-specified"') FROM information_schema.COLUMN_STATISTICS WHERE SCHEMA_NAME = 'my_database' AND TABLE_NAME = 'my_table_name';': Unknown table 'COLUMN_STATISTICS' in information_schema (1109)
This can be fixed by disabling column statistics, by passing the option --column-statistics to the mysqldump command and settings it's value to zero. However, there's no way to add this option in the current implementation of this package.
Would be great if that could be added :)
Thanking you in advance.
Beta Was this translation helpful? Give feedback.
All reactions