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.
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.