wenn ich ein Backup von meiner DB mache
Code: Alles auswählen
mysqldump -u root -p --all-databases > /tmp/db_backup.sql
Code: Alles auswählen
mysql -u root -p < /tmp/db_backup.sql
ERROR 1813 (HY000) at line 197: Tablespace for table '`mysql`.`gtid_slave_pos`' exists. Please DISCARD the tablespace before IMPORT.
Was ist hier mein Problem? Btw: ich wollte ibdata klein machen daher habe ich den maria-server gestoppt /var/lib/mysql/ib* gelöscht und dann wieder gestartet.