MySQL Forums
Forum List  »  Data Recovery

Tables got locked when we try to import table data from mysql dump file
Posted by: Nishit kumar
Date: September 30, 2022 04:11AM

I am trying to import a dump file which consists of a table with its data c_emailnotificationtemplate which was generated by this command :-

mysqldump --host=10.88.129.238 --user=root --password client_1002 c_emailnotificationtemplate --single-transaction --set-gtid-purged=OFF > c_emailnotificationtemplate.sql

But when I am trying to import this c_emailnotificationtemplate.sql to my database , my database gets locked , I am not able perform any query also data is not get inserted on the table.

I tried to add --skip-lock-tables on the command but it doesn't work

so is there any way I can skip the lock operation which is happening when I am trying to import the sql file.

some details database:- client_1002
tablename:- c_emailnotificationtemplate
db instance :- gcp cloud sql (mysql8)

Options: ReplyQuote


Subject
Views
Written By
Posted
Tables got locked when we try to import table data from mysql dump file
375
September 30, 2022 04:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.