I guess that records in the table are too big and there is no time for any SQL. I want to delete records from tables and I cannot do it in any way. What to do?
Error: java.sql.SQLTransactionRollbackException: A lock could not be obtained within the time requested, SQL State: 40XL1, Error Code: 30000
I am trying using the SQuirrel SQL Client v. 4.0.0. and I cannot. Delete records, drop table...
Even my spring application cannot do it with this:
spring.jpa.hibernate.ddl-auto=create
No time.
Caused By: ERROR 40XL1: A lock could not be obtained within the time requested
Maybe to manually delete records from a file system but I don't know the path and how to do it.