While importing a mysqldump into a Galera cluster get an error message refering to duplicate error, referencing a line.
How do I echo out the particilar line in order to check the source table?
Import:
zcat DB_150909.sql.gz | mysql -u root -p test
I get this error:
ERROR 1062 (23000) at line 2412: Duplicate entry '329610-2011-03-27 03:00:00' for key 'user_id'