Published
- 1 min read
mysqldump: Couldn`t execute `SELECT COLUMN_NAME,
The solution for this is noted below
mysqldump: Couldnt execute
SELECT COLUMN_NAME,
Solution
mysqldump --column-statistics=0 --host=<server> --user=<user> --password=<password>
Try other methods by searching on the site. That is if this doesn’t work