MySQL Forums
Forum List  »  Data Recovery

Import MySQL database lock
Posted by: mezgani ali
Date: February 01, 2012 03:48AM

Hello,

I'm trying to import big database, the reel size of database is 136G.
Well i've impored 128G and the import was locked, i don't really know what cause this.

And i don't really want to drop database and launch again the import. Please find here the information needed :

mysql> show processlist;
+-------+------+-----------+-------+------------+------+-------------------+--------------------------------------------------+
| Id | User | Host | db | Command | Time | State | Info |
+-------+------+-----------+-------+------------+------+-------------------+--------------------------------------------------+
| 10578 | root | localhost | openx | Query | 6979 | update | INSERT INTO `banner_vast_element_seq` VALUES (3) |
| 10582 | root | localhost | openx | Field List | 4458 | Waiting for table | |
| 10583 | root | localhost | openx | Sleep | 4197 | | NULL |
| 10585 | root | localhost | openx | Query | 4278 | Waiting for table | DROP TABLE IF EXISTS `banner_vast_element_seq` |
| 10586 | root | localhost | openx | Sleep | 4 | | NULL |
| 10587 | root | localhost | NULL | Sleep | 3082 | | NULL |
| 10588 | root | localhost | NULL | Query | 0 | NULL | show processlist |
+-------+------+-----------+-------+------------+------+-------------------+--------------------------------------------------+
7 rows in set (0.00 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
Import MySQL database lock
3250
February 01, 2012 03:48AM
1615
February 06, 2012 10:20PM


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.