- Server operating system version
- CentOS7
- Plesk version and microupdate number
- Obsidian 18.0.45
I'm trying to migrate my websites and I have run in problem with migrating tool from plesk. Databases doesn't get created, so I tried to do manual mysqldump od databases and I see similar error:
When I looked at it, it seems related with this update: How to fix the mysqldump process privilege error - Another Cup of Coffee
So, it does affect both migration tool and my manual process of trying to get this work.
Can anyone help me how can I give root user access to mysqldump command with full set of priviliges? I am rookie, so your help would be very much appreciated.
mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
mysqldump: Got error: 1016: Can't open file: './xxxxx/cms_nodecategory.frm' (errno: 24 - Too many open files) when using LOCK TABLES
When I looked at it, it seems related with this update: How to fix the mysqldump process privilege error - Another Cup of Coffee
So, it does affect both migration tool and my manual process of trying to get this work.
Can anyone help me how can I give root user access to mysqldump command with full set of priviliges? I am rookie, so your help would be very much appreciated.