• Startpagina
  • Hulpprogramma's
  • Contact
David van der Tuijn
David van der Tuijn
Certified Laravel Developer
16 january 2023
mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces

Add the 'no-tablespaces' option:

mysqldump -u root -p database_naam > bestand.sql --no-tablespaces

Do not write any CREATE LOGFILE GROUP or CREATE TABLESPACE statements in output.

Meer informatie:

  • Import + Export
  • MySQL :: MySQL 8.0 Reference Manual :: 4.5.4 mysqldump — A Database Backup Program

Categorieën:

MySQL

Tags:

no-tablespaces
Uitgelichte artikelen
7 april 2022
Hide Email
7 march 2022
Geo Distance
6 december 2021
Certified Laravel Developer
4 june 2016
International Bank Account Number (IBAN) Validator
1 december 2012
Convert English or French notation to decimal