I executed a wrong query and then sent another query to fix my error but it didn't work but I found the .ibd file and when I opened it I found my data but in encrypted form. Can I decrypt it and get my data back?? Or cancel the wrong queries
When I try to recover data by command
ALTER TABLE (Table name) IMPORT TABLESPACE
Executes the update query, which is the query you erred It shows me the modified data and not the data before the update
When I try to recover data by command
ALTER TABLE (Table name) IMPORT TABLESPACE
Executes the update query, which is the query you erred It shows me the modified data and not the data before the update