Why can't make dumps of MySQL DB even though I have ALL privileges?
Just wondering, why I can’t make dumps of database even though I have ALL PRIVILEGES granted. +———————————————————-+ | Grants for me@% | +———————————————————-+ | GRANT USAGE ON *.* TO `me`@`%` | | GRANT ALL PRIVILEGES ON `me`.* TO `me`@`%` | +———————————————————-+ 2 rows in set (0.01 sec) When trying mysqldump –single-transaction –skip-add-locks –routines –triggers –column-statistics=FALSE… Read More Why can't make dumps of MySQL DB even though I have ALL privileges?