liquibase.exception.LockException: Could not acquire change log lock

Hi @EduardUta , @tabbyfoo
I am new to liquibase
I want to run the liquibase for cassandra and mysql from one liquibase server, cassandra and mysql are in different servers.
At first it works fine for mysql when I tried with liquibase with cassandra , it stopped working for mysql due to lock.exception and works fine for cassandra .
I tried above solution it did not work.

Below is the error

Unexpected error running Liquibase: Error executing SQL UPDATE Testing.DATABASECHANGELOGLOCK SET LOCKED = TRUE, LOCKEDBY = ‘’, LOCKGRANTED = 1665812010008 WHERE ID = 1: Data truncation: Incorrect datetime value: ‘1665812009995’ for column ‘LOCKGRANTED’ at row 1

can you please help