We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Script has been run as root user (both OS and MySQL).
[!!] Cannot calculate MyISAM index size - re-run script as root user
The text was updated successfully, but these errors were encountered:
New message is: MyISAM Metrics are disabled on last MySQL versions. for MySQL 8.0
On MySQL oracle too few information to perform calculations
mysql> show global status like 'myis%'; Empty set (0.00 sec)
mysql> show global variables like 'myis%'; +---------------------------+----------------------+ | Variable_name | Value | +---------------------------+----------------------+ | myisam_data_pointer_size | 6 | | myisam_max_sort_file_size | 9223372036853727232 | | myisam_mmap_size | 18446744073709551615 | | myisam_recover_options | OFF | | myisam_repair_threads | 1 | | myisam_sort_buffer_size | 8388608 | | myisam_stats_method | nulls_unequal | | myisam_use_mmap | OFF | +---------------------------+----------------------+ 8 rows in set (0.00 sec)
Sorry, something went wrong.
ebc6619
Last version 1.7.16 should fix this issue.
I still get this error message on 1.7.20
jmrenouard
No branches or pull requests
Script has been run as root user (both OS and MySQL).
[!!] Cannot calculate MyISAM index size - re-run script as root user
The text was updated successfully, but these errors were encountered: