<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Data Recovery</title>
        <description>Forum for Data Recovery.</description>
        <link>http://forums.mysql.com/list.php?156</link>
        <lastBuildDate>Sun, 26 May 2013 04:12:52 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?156,584198,584198#msg-584198</guid>
            <title>mysqldump .sql file will not import. (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,584198,584198#msg-584198</link>
            <description><![CDATA[ mysqldump v 5.10<br />
Dumped entire database into a single .sql file.<br />
Completely removed mysql installation, and reinstalled fresh.<br />
Import Data &gt; dumpedfile.sql<br />
Fails with syntax error every time at same line.<br />
<br />
DELIMITER ;;<br />
/*!50003 CREATE*/ /*!50017 DEFINER=`root`@`localhost`*/ /*!50003 TRIGGER `AddDate` BEFORE INSERT ON interviewlist FOR EACH ROW<br />
SET NEW.InterviewListDateCreated = CURDATE(); */;;<br />
DELIMITER ;<br />
<br />
Always fails when it tries to create the trigger/event/ or procedure. I have multiple triggers defined for most tables. So having to recreate them one by one would be a bit annoying. Did mysqldum put in the wrong syntax?<br />
I am trying to import as root user through MySql Workbench &gt; import data]]></description>
            <dc:creator>B W</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Wed, 17 Apr 2013 16:42:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,582123,582123#msg-582123</guid>
            <title>tables are missing need urgent help (1 reply)</title>
            <link>http://forums.mysql.com/read.php?156,582123,582123#msg-582123</link>
            <description><![CDATA[ Hi<br />
I have this installation Apache/2.2.14 (Ubuntu), MySQL-client versie: 5.1.41<br />
PHP uitbreiding: mysqli<br />
<br />
I have many databases and since yesterday at all these databases some tables are missing. Well according to the error's I see the tables are missing.<br />
<br />
I don't have any backup, how to recover these tables?<br />
<br />
Need urgent help for this]]></description>
            <dc:creator>sulo bilo</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Sat, 20 Apr 2013 03:22:23 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,577820,577820#msg-577820</guid>
            <title>How restore BD with bin file!! (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,577820,577820#msg-577820</link>
            <description><![CDATA[ Deleted some records from a table in my database. And I tried to search the internet, and saw on the binary files found in the / wamp/bin/mysql/mysql5.5.24/data.<br />
The names:<br />
mysql-bin.000001<br />
mysql-bin.000002<br />
.....<br />
mysql-bin.000011<br />
mysql-bin.000012<br />
<br />
<br />
I tried using the command below, but failed. No warning message appears. As shown at the bottom of the image page.<br />
<br />
mysqlbinlog mysql-bin.000001&gt; C:/binlog<br />
or<br />
mysqlbinlog mysql-bin.000001&gt; C:/binlog.txt<br />
or<br />
mysqlbinlog mysql-bin.000001&gt; C:/binlog.sql<br />
<br />
<br />
the image: <a href="http://img266.imageshack.us/img266/9625/mysqlj.png"  rel="nofollow">http://img266.imageshack.us/img266/9625/mysqlj.png</a>]]></description>
            <dc:creator>Lucas LucasAhcor</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Thu, 24 Jan 2013 10:20:31 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,576501,576501#msg-576501</guid>
            <title>Restore 'mysql' db dump in ndbcluster environment shows errors while restoring system database 'mysql'. (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,576501,576501#msg-576501</link>
            <description><![CDATA[ Hi , <br />
<br />
I have very urgent questions related to backup/restores of databases in a node of ndbcluster environment. <br />
<br />
I used mysqldump to backup all the databases. it got successful. Now when i try to restores those db dumps, i see the error in restoring 'mysql' system database. <br />
<br />
here are the results: <br />
<br />
[root@IfxLinux mysql-cluster]# mysql &lt; /tmp/my.sql <br />
ERROR 1036 (HY000) at line 386: Table 'ndb_apply_status' is read only <br />
<br />
error says 'ndb_apply_status' table is read only and restore halts. <br />
<br />
even dropping 'mysql' database shows error: <br />
system command = /usr/bin/mysql -u backup --socket=/var/lib/mysql-cluster/mysql.sock -e 'FLUSH PRIVILEGES;drop database `mysql`;' out err = ERROR 1051 (42S02) at line 1: Unknown table 'ndb_apply_status'. <br />
<br />
<br />
Please help and advise how to resolve this. We are able to restore all other databases apart from 'mysql' database from a dump. Is there any way to drop 'ndb_apply_status' table and recreate it manually later after restore completes? <br />
<br />
#Note: we don't want to use start backup and ndb_restore programs. <br />
<br />
Since we are in urgency. <br />
Any kind of help is appreciated.]]></description>
            <dc:creator>piyush nagar</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Mon, 24 Dec 2012 09:19:03 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,575054,575054#msg-575054</guid>
            <title>Script timeout passed (Import) (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,575054,575054#msg-575054</link>
            <description><![CDATA[ Whenever I try to import a backup, it show the following message &quot;Script timeout passed, if you want to finish import, please resubmit same file and import will resume.?<br />
<br />
I read some news and changed the php.ini as below<br />
max_execution_time = 6000 <br />
max_input_time = 6000 <br />
<br />
The backup file just about 700K, anyone can help please~~]]></description>
            <dc:creator>Small Fai</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Sun, 02 Dec 2012 09:23:07 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,573206,573206#msg-573206</guid>
            <title>InnoDB Transportable Tablespaces - Recovering Data from Stranded .ibd Files is a Thing of the Past (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,573206,573206#msg-573206</link>
            <description><![CDATA[ InnoDB Transportable Tablespaces:<br />
-  <a href="http://mysqlblog.fivefarmers.com/2012/11/07/smarter-innodb-transportable-tablespace-management-operations/"  rel="nofollow">http://mysqlblog.fivefarmers.com/2012/11/07/smarter-innodb-transportable-tablespace-management-operations/</a><br />
-  <a href="http://mysqlblog.fivefarmers.com/2012/09/07/understanding-innodb-transportable-tablespaces-in-mysql-5-6/"  rel="nofollow">http://mysqlblog.fivefarmers.com/2012/09/07/understanding-innodb-transportable-tablespaces-in-mysql-5-6/</a><br />
-  <a href="https://blogs.oracle.com/mysqlinnodb/entry/innodb_transportable_tablespaces"  rel="nofollow">https://blogs.oracle.com/mysqlinnodb/entry/innodb_transportable_tablespaces</a><br />
<br />
InnoDB Transportable Tablespaces - Recovering Data from Stranded .ibd Files is a Thing of the Past<br />
-  <a href="http://www.chriscalender.com/?p=1078"  rel="nofollow">http://www.chriscalender.com/?p=1078</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Thu, 08 Nov 2012 01:35:47 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,571715,571715#msg-571715</guid>
            <title>How to restore dates from ibdata1 and old dump. (5 replies)</title>
            <link>http://forums.mysql.com/read.php?156,571715,571715#msg-571715</link>
            <description><![CDATA[ Today I reinstalled my Wondows Server 2008 OS, but forgot about MySQL 5.5, so I lost my datas. My InnoDB data base folder was located on D: drive, so I have ibdata1 file, and old dump of data base. How can I restore my lost database?<br />
I tried reinstall mySQL 5.5 on virtual machine, then i load old data base from dump. After that i stoped mySQL server and replace ibdata1 file, in my.ini I typed innodb_force_recovery=1 but no result, then innodb_force_recovery=2..6. But no lost datas in old database that I load from old dump.<br />
How can I restor my dates? Can anyone help me?<br />
Thank you all, regards Ruslan.]]></description>
            <dc:creator>Ruslan Valitov</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Mon, 19 Nov 2012 04:30:57 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,569014,569014#msg-569014</guid>
            <title>Webinar 9/27: MySQL High Availability Realized (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,569014,569014#msg-569014</link>
            <description><![CDATA[ Thursday, September 27, 2012 10 AM PDT/1 PM EDT<br />
<a href="https://www1.gotomeeting.com/register/575821320"  rel="nofollow">https://www1.gotomeeting.com/register/575821320</a><br />
<br />
High availability is about more than making sure that apps can get to your data even if there is a failure. How about when you are upgrading your database schema? What if you need to add memory to a database server or reconfigure/restart MySQL? If your apps want to read data from a MySQL slave, how can you be sure they are not reading stale data without re-coding your apps? <br />
<br />
What if your main data center takes a hit? And what if you want better MySQL stability, performance, and simplified administration, but you cannot or do not want to re-write your apps or convert your current data to run with a proprietary MySQL re-write or a promised new version of MySQL? <br />
<br />
During this webinar, we will go through a detailed case study to show you how you can start with the MySQL version/build (MySQL Community 5.x, MySQL Enterprise 5.x, MariaDB, Percona, etc.), along with the data and apps that you already have, and iteratively build up a highly-available, scalable, multi-site database infrastructure where you can perform complex data management tasks with single commands. <br />
<br />
You will see live demos of the following: <br />
- Transition from MySQL 'native' replication to a Continuent Tungsten cluster with zero app downtime <br />
- Reading consistent data from slaves without app changes (SmartScale) <br />
- Schema upgrade on the master database server with no app downtime (switch operation) <br />
- Automated fail over when a MySQL database server crashes <br />
- Recovery of a failed master to a fully operational slave with a single command <br />
- Switch of database operations to a remote site with no app down time (geo-clustering, cross-site 'switch' operation). <br />
<br />
Join us at <a href="https://www1.gotomeeting.com/register/575821320"  rel="nofollow">https://www1.gotomeeting.com/register/575821320</a> !]]></description>
            <dc:creator>Petri Virsunen</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Wed, 19 Sep 2012 20:17:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,568873,568873#msg-568873</guid>
            <title>InnoDB “corruption” ? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?156,568873,568873#msg-568873</link>
            <description><![CDATA[ Hallo!<br />
<br />
I am a newbie in using MySQL and I face a problem with InnoDB.<br />
<br />
I use<br />
<br />
5.1.63-0ubuntu0.11.10.1 Apache/2.2.20 (Ubuntu) MySQL client version: 5.1.63<br />
<br />
and receive continosly the following error during reading data from a localy  installed mySQL db.<br />
<br />
InnoDB: Database page corruption on disk or a failed InnoDB: file read of page 387794.<br />
<br />
After rebooting the system, I can gain access again to the db and I can read continuously the &quot;corrupted&quot; data w/o any problem at all (for few minutes or several hours) until the same problem re-appears (for different data read attempts)<br />
<br />
Any idea on the source of the problem?<br />
<br />
Thanks in advance,<br />
<br />
I.<br />
<br />
<br />
<br />
Here is the error.log:<br />
<br />
I have checked the HDD with S.M.A.R.T utility and I could not find any problem<br />
I deactivate apprmor w/o any result<br />
I also tried SQL_NO_CACHE option in the query w/o any result<br />
120918 13:07:06 InnoDB: Page checksum 3504102879, prior-to-4.0.14-form checksum 1216630776 InnoDB: stored checksum 2100325079, prior-to-4.0.14-form stored checksum 1216630776 InnoDB: Page lsn 2 1168743501, low 4 bytes of lsn at page end 1168743501 InnoDB: Page number (if stored to page already) 387794, InnoDB: space id (if created with &gt;= MySQL-4.1.1 and stored already) 0 InnoDB: Page may be an index page where index id is 0 175 InnoDB: (index &quot;PRIMARY&quot; of table &quot;OII&quot;.&quot;dataset_cs_1&quot;) InnoDB: Database page corruption on disk or a failed InnoDB: file read of page 387794. InnoDB: You may have to recover from a backup. InnoDB: It is also possible that your operating InnoDB: system has corrupted its own file cache InnoDB: and rebooting your computer removes the InnoDB: error. InnoDB: If the corrupt page is an index page InnoDB: you can also try to fix the corruption InnoDB: by dumping, dropping, and reimporting InnoDB: the corrupt table. You can use CHECK InnoDB: TABLE to scan your table for corruption. InnoDB: See also <a href="http://dev.mysql.com/doc/refman/5.1/en/forcing-innodb-recovery.html"  rel="nofollow">http://dev.mysql.com/doc/refman/5.1/en/forcing-innodb-recovery.html</a> InnoDB: about forcing recovery. InnoDB: Ending processing because of a corrupt database page. 120918 13:07:07 [Note] Plugin 'FEDERATED' is disabled. 120918 13:07:07 InnoDB: Initializing buffer pool, size = 64.0M 120918 13:07:07 InnoDB: Completed initialization of buffer pool InnoDB: Log scan progressed past the checkpoint lsn 2 2380293142 120918 13:07:07 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written data pages from the doublewrite InnoDB: buffer... InnoDB: Doing recovery: scanned up to log sequence number 2 2380293162 120918 13:07:07 InnoDB: Started; log sequence number 2 2380293162 120918 13:07:07 [Note] Event Scheduler: Loaded 0 events 120918 13:07:07 [Note] /usr/sbin/mysqld: ready for connections. Version: '5.1.63-0ubuntu0.11.10.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu)]]></description>
            <dc:creator>Ingmar Sandberg</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Wed, 26 Sep 2012 05:34:42 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,568306,568306#msg-568306</guid>
            <title>Trying to repair bad table in MySQL (5 replies)</title>
            <link>http://forums.mysql.com/read.php?156,568306,568306#msg-568306</link>
            <description><![CDATA[ Hi-<br />
<br />
I will start by apologizing for being a MySQL “noob”.<br />
<br />
We are working on a customer’s DB that appears to have corrupted data in at least one field in row 3600. We found the corruption when attempting to upgrade the DB to a newer version of our medical application (my company is a VAR). When our conversion runs it hangs in this table at row 3600 (there are a total of 97450 records in the table) and the MySQL service kicks offline. <br />
<br />
We have tried MySQL querys to…<br />
<br />
1) delete the bad record<br />
2) replace the data in the bad field with a null or “” or a space<br />
3) dump the bad table to a file (thinking we could remove the bad record(s) and reimport the data to an empty table)<br />
<br />
Every time we hit the bad record the MySQL service kicks offline. The only thing we can do with the table is a count of all records. We can also read the data out of the first three fields, when we attempt to read the data in the fourth field the MySQL service kicks offline. Our software application appears to run okay though I am sure it would crash if we could identify the patient with the bad data.<br />
<br />
All the MySQL repair articles I have found detail the steps of the repair using the MySQL command line (which I assume is the MySQL shell) but they all appear to require the MyISAM engine. This DB is setup using the InnoDB engine and when I attempt to convert the offending table to MyISAM the MySQL service kicks offline.<br />
<br />
This older version of our medical application uses Version: '5.0.26-community-nt'  socket: ''  port: 5153  MySQL Community Edition (GPL). I have tried all the MySQL Query Browser versions from 1.1.9 to 1.1.20 and the latest version of MySQL WorkBench and always get the same results. The err logs don’t seem to be any help (though I included some info from it at the end of this post).<br />
<br />
I started out working in a Windows Server 2003 EE VPS and am now on a dedicated Windows box running Windows Vista Home Premium SP2 with an AMD Phenom II x4 955 processor running at 3.2 Ghz and 2 Gig Ram.<br />
<br />
The table structs are…<br />
CREATE TABLE `soapware_charts_xmldocumentitems` (<br />
  `DocumentItemID` varchar(36) NOT NULL default '',<br />
  `DocumentID` varchar(36) NOT NULL default '',<br />
  `ItemType` varchar(50) NOT NULL default '',<br />
  `ItemData` longtext NOT NULL,<br />
  `CheckSum` varchar(50) NOT NULL default '',<br />
  `ItemName` varchar(50) default '',<br />
  `Deleted` tinyint(1) unsigned NOT NULL default '0',<br />
  PRIMARY KEY  (`DocumentItemID`)<br />
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='InnoDB free: 4096 kB; InnoDB free: 5120 kB; InnoDB free: 512'$$<br />
<br />
We are up against the wall and any help would be roundly appreciated.<br />
<br />
Mark Beans<br />
MedicalAIS.com<br />
<br />
<br />
<br />
Here are a few lines related to the crash in the .err log…<br />
<br />
120912 12:44:07  InnoDB: Started; log sequence number 38 286627932<br />
120912 12:44:07 [Note] C:\Program Files\SOAPware\SOAPware DataServer\bin\mysqld-nt.exe: ready for connections.<br />
Version: '5.0.26-community-nt'  socket: ''  port: 5153  MySQL Community Edition (GPL)<br />
120912 13:14:29  InnoDB: Database was not shut down normally!<br />
InnoDB: Starting crash recovery.<br />
InnoDB: Reading tablespace information from the .ibd files...<br />
InnoDB: Restoring possible half-written data pages from the doublewrite<br />
InnoDB: buffer...<br />
120912 13:14:29  InnoDB: Starting log scan based on checkpoint at<br />
InnoDB: log sequence number 38 286627942.<br />
InnoDB: Doing recovery: scanned up to log sequence number 38 286627942<br />
InnoDB: Last MySQL binlog file position 0 0, file name <br />
120912 13:14:29  InnoDB: Started; log sequence number 38 286627942<br />
120912 13:14:29 [Note] C:\Program Files\SOAPware\SOAPware DataServer\bin\mysqld-nt.exe: ready for connections.<br />
Version: '5.0.26-community-nt'  socket: ''  port: 5153  MySQL Community Edition (GPL)<br />
120912 13:29:45  InnoDB: Database was not shut down normally!<br />
InnoDB: Starting crash recovery.<br />
InnoDB: Reading tablespace information from the .ibd files...<br />
InnoDB: Restoring possible half-written data pages from the doublewrite<br />
InnoDB: buffer...<br />
120912 13:29:45  InnoDB: Starting log scan based on checkpoint at<br />
InnoDB: log sequence number 38 286627952.<br />
InnoDB: Doing recovery: scanned up to log sequence number 38 286627952<br />
InnoDB: Last MySQL binlog file position 0 0, file name <br />
120912 13:29:46  InnoDB: Started; log sequence number 38 286627952<br />
120912 13:29:46 [Note] C:\Program Files\SOAPware\SOAPware DataServer\bin\mysqld-nt.exe: ready for connections.<br />
Version: '5.0.26-community-nt'  socket: ''  port: 5153  MySQL Community Edition (GPL)]]></description>
            <dc:creator>Mark Beans</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Tue, 09 Oct 2012 07:02:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,565466,565466#msg-565466</guid>
            <title>Restore InnoDB data basing on .frm and common ibdata file (6 replies)</title>
            <link>http://forums.mysql.com/read.php?156,565466,565466#msg-565466</link>
            <description><![CDATA[ Hello.<br />
<br />
I can't launch my MySQL instance. Below will show you logs. <br />
When it were in working state it has been of version 5.0.65. Than MySQL hang and I decided to kill the processess. Aftermath I upgraded it to Percona 5.5 and tried to start. It were unable to start because of ib_logfiles incostintency error (don't remember exactly).<br />
I have saved original ib_logfiles0/1 and ibdata1/2. Then removed existing and started MySQL. It has created new files and now started successfully. <br />
Then I took my ib* files and directiory of database with .frm files and copied it to test server where I have MySQL 5.5.24. <br />
<br />
But when I start MySQL it shows me:<br />
<br />
<pre class="bbcode">
# /usr/sbin/mysqld --innodb_force_recovery=4
120818 14:16:03 [Note] Plugin 'FEDERATED' is disabled.
120818 14:16:03 InnoDB: The InnoDB memory heap is disabled
120818 14:16:03 InnoDB: Mutexes and rw_locks use GCC atomic builtins
120818 14:16:03 InnoDB: Compressed tables use zlib 1.2.3
120818 14:16:03 InnoDB: Using Linux native AIO
120818 14:16:03 InnoDB: Initializing buffer pool, size = 128.0M
120818 14:16:03 InnoDB: Completed initialization of buffer pool
120818 14:16:03 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
120818 14:16:03  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Warning: a page in the doublewrite buffer is not within space
InnoDB: bounds; space id 0 page number 174801, page 0 in doublewrite buf.
InnoDB: Warning: a page in the doublewrite buffer is not within space
InnoDB: bounds; space id 0 page number 174810, page 1 in doublewrite buf.
InnoDB: Warning: a page in the doublewrite buffer is not within space
...
many times of similar output
...
InnoDB: Warning: a page in the doublewrite buffer is not within space
InnoDB: bounds; space id 0 page number 331774, page 126 in doublewrite buf.
InnoDB: Warning: a page in the doublewrite buffer is not within space
InnoDB: bounds; space id 0 page number 331775, page 127 in doublewrite buf.
InnoDB: Error: trying to access page number 247048 in space 0,
InnoDB: space name ./ibdata1,
InnoDB: which is outside the tablespace bounds.
InnoDB: Byte offset 0, len 16384, i/o type 10.
InnoDB: If you get this error at mysqld startup, please check that
InnoDB: your my.cnf matches the ibdata files that you have in the
InnoDB: MySQL server.
120818 14:16:03  InnoDB: Assertion failure in thread 140573762901792 in file fil0fil.c line 4434
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to <a href="http://bugs.mysql.com"  rel="nofollow">http://bugs.mysql.com</a>.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: <a href="http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html"  rel="nofollow">http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html</a>
InnoDB: about forcing recovery.
12:16:03 UTC - mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.


key_buffer_size=16777216
read_buffer_size=131072
max_used_connections=0
max_threads=151
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 346679 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x30000
/usr/sbin/mysqld(my_print_stacktrace+0x29)[0x7fd9e1880eb9]
/usr/sbin/mysqld(handle_fatal_signal+0x3d8)[0x7fd9e17691d8]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xf030)[0x7fd9e0f23030]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35)[0x7fd9df9d3475]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x180)[0x7fd9df9d66f0]
/usr/sbin/mysqld(+0x5eed67)[0x7fd9e1940d67]
/usr/sbin/mysqld(+0x5cb450)[0x7fd9e191d450]
/usr/sbin/mysqld(+0x5cbb1f)[0x7fd9e191db1f]
/usr/sbin/mysqld(+0x5bcc5c)[0x7fd9e190ec5c]
/usr/sbin/mysqld(+0x5a8eef)[0x7fd9e18faeef]
/usr/sbin/mysqld(+0x5b3357)[0x7fd9e1905357]
/usr/sbin/mysqld(+0x5e1006)[0x7fd9e1933006]
/usr/sbin/mysqld(+0x5e20b9)[0x7fd9e19340b9]
/usr/sbin/mysqld(+0x5cea24)[0x7fd9e1920a24]
/usr/sbin/mysqld(+0x57f0da)[0x7fd9e18d10da]
/usr/sbin/mysqld(+0x54de9f)[0x7fd9e189fe9f]
/usr/sbin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x41)[0x7fd9e176b471]
/usr/sbin/mysqld(+0x32ad87)[0x7fd9e167cd87]
/usr/sbin/mysqld(_Z11plugin_initPiPPci+0xa43)[0x7fd9e1680163]
/usr/sbin/mysqld(+0x2b3895)[0x7fd9e1605895]
/usr/sbin/mysqld(_Z11mysqld_mainiPPc+0x45b)[0x7fd9e160650b]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd)[0x7fd9df9bfead]
/usr/sbin/mysqld(+0x2abd29)[0x7fd9e15fdd29]
The manual page at <a href="http://dev.mysql.com/doc/mysql/en/crashing.html"  rel="nofollow">http://dev.mysql.com/doc/mysql/en/crashing.html</a> contains
information that should help you find out what is causing the crash.</pre>
<br />
I also downloaded innodb-tools but seem to be I'm not prefoessional enough to operate with that.<br />
<br />
So now I have all ibdata files, all ib_logfiles, all .frm files but can't lauch MySQL to dump them.<br />
<br />
What can I do now?]]></description>
            <dc:creator>Michael Abramovich</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Thu, 23 Aug 2012 07:53:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,564944,564944#msg-564944</guid>
            <title>Recovery from a MySQL dump is too long ! (1 reply)</title>
            <link>http://forums.mysql.com/read.php?156,564944,564944#msg-564944</link>
            <description><![CDATA[ Hello *, <br />
<br />
My INNODB database has a size of 80GO. I've a replication setup on 3 slaves and I backup my db from them.  <br />
<br />
If a problem occurs on the database, a recovery from a dump takes around 6H ! That's too long for us. <br />
<br />
2 ideas : <br />
<br />
1. Stop the slave and doing a copy of the folder (/var/lib/mysql). Then, I can copy it on another server daily. <br />
<br />
2. Stop the slave, take a dump and when it's finish, pull the dump in another MySQL instance daily. <br />
<br />
Do you have another idea ? What's your advices ?]]></description>
            <dc:creator>Bob Sauvage</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Wed, 15 Aug 2012 21:15:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,563835,563835#msg-563835</guid>
            <title>Copy of data folder (1 reply)</title>
            <link>http://forums.mysql.com/read.php?156,563835,563835#msg-563835</link>
            <description><![CDATA[ Hi,<br />
<br />
I we have problem with harddisk of the server,Suddenly the machine is down, So as there is no any other way to backup of the database i copied all the data which is in /varlib/mysql and send that to another machine and then changed the file and folder permissions and ownerships which the original one have, after that i restarted the server.Here comes the problem with this, mysql could not start again and errors in the error log is <br />
<br />
120803 12:02:10 [ERROR] /usr/sbin/mysqld: Can't find file: './mysql/host.frm' (errno: 13)<br />
120803 12:02:10 [ERROR] Fatal error: Can't open and lock privilege tables: Can't find file: './mysql/host.frm' (errno: 13)<br />
<br />
I could understand what to do.<br />
<br />
THe complete error log is<br />
<br />
InnoDB: The log sequence number in ibdata files does not match<br />
InnoDB: the log sequence number in the ib_logfiles!<br />
120803 16:00:10  InnoDB: Database was not shut down normally!<br />
InnoDB: Starting crash recovery.<br />
InnoDB: Reading tablespace information from the .ibd files...<br />
InnoDB: Restoring possible half-written data pages from the doublewrite<br />
InnoDB: buffer...<br />
120803 16:00:11  InnoDB: Started; log sequence number 0 47587<br />
120803 16:00:11 [ERROR] /usr/sbin/mysqld: Can't find file: './mysql/host.frm' (errno: 13)<br />
120803 16:00:11 [ERROR] Fatal error: Can't open and lock privilege tables: Can't find file: './mysql/host.frm' (errno: 13)<br />
<br />
What to do any idea please.]]></description>
            <dc:creator>dileep ch</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Fri, 10 Aug 2012 05:22:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,563755,563755#msg-563755</guid>
            <title>ERROR 1064 (42000) when loading v5.0.45 db (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,563755,563755#msg-563755</link>
            <description><![CDATA[ Hello.  I'm getting this error when attempting to restore a very large database.  I believe error references a longblob datatype. Any help would be appreciated.<br />
<br />
ERROR 1064 (42000) at line 36138: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''PK\0\\0\0\0!\0¬PW\0\0À\0\0\[Content_Types].xml ¢( \0\0\0\0\0\0' at line 1]]></description>
            <dc:creator>Joe Lloyd</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Thu, 02 Aug 2012 18:04:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,561511,561511#msg-561511</guid>
            <title>data Lost in recovery (1 reply)</title>
            <link>http://forums.mysql.com/read.php?156,561511,561511#msg-561511</link>
            <description><![CDATA[ Hi, <br />
<br />
I have a table that got currupted. it has almost 600k regist's but when it recovers it shows only 19.<br />
<br />
i tried several ways with repair and myisamchk. none worked. <br />
<br />
log of recovery tells wrong bytesec, any idea how to restore it?<br />
<br />
repair log:<br />
- recovering (with keycache) MyISAM-table [PATH]<br />
Data records: 577073<br />
Wrong bytesec:   0-  0-  0 at          0; Skipped<br />
Data records: 19]]></description>
            <dc:creator>Sérgio Vicente</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Thu, 19 Jul 2012 08:35:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,561055,561055#msg-561055</guid>
            <title>MyISAM Recovery from files, not loaded (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,561055,561055#msg-561055</link>
            <description><![CDATA[ Hello,<br />
We had got a desaster in our server, where had to recover the DB directly from files, where I had severl innodb, and MyISAM databases.<br />
<br />
All was fine, unless the crm DB, it's not being loaded by mysql, where I have copied all over the /var/lib/mysql directory, and repast it in the new server.<br />
<br />
The error in that DB, it's absolutly not being load by mysql, and when i go to it's directory, it's not showing it's files as a directory, if not, as a one single file, not a directory, when i try to open it with nano, i see all the db information there, in sql format, but something absolutly wrong.<br />
<br />
Even, when i try to create another db with the same name, mysql admin is decling that as the dabase exist, but it's not being loaded.<br />
<br />
Any idea, or help, please?]]></description>
            <dc:creator>Ubunter Lynux</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Fri, 13 Jul 2012 10:01:19 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,560163,560163#msg-560163</guid>
            <title>Corrupt Schema (1 reply)</title>
            <link>http://forums.mysql.com/read.php?156,560163,560163#msg-560163</link>
            <description><![CDATA[ I need to find out how I can repair a schema and its tables.  The tables are listed under the schema, but have no information in them.  If I query one of the tables an error comes up saying that the table does not exist.  Any help would be appreciated.]]></description>
            <dc:creator>Ryan Bradley</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Thu, 12 Jul 2012 04:37:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,557515,557515#msg-557515</guid>
            <title>innodb recovery (1 reply)</title>
            <link>http://forums.mysql.com/read.php?156,557515,557515#msg-557515</link>
            <description><![CDATA[ Hi,<br />
My website has crashed a few days ago.<br />
<br />
Hosting company says some innodb database crashed. <br />
<br />
They send mysql data folder. i tried to restore database. but phpmyadmin only showing MyISAM tables.<br />
<br />
I checked database with navicat. when i click innodb table, i got this error &quot;table 'xyz.wp_posts' doesn't exist&quot;<br />
<br />
is there anyway to fix this on windows?<br />
<br />
feel free to download db<br />
www.degisimanaliz.com/xyzdb.tar.gz<br />
<br />
very old backup <br />
www.degisimanaliz.com/29_Ocak_Yedek_deganaliz.sql.gz<br />
<br />
sorry for my english<br />
<br />
Have a nice day]]></description>
            <dc:creator>cnar duzen</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Thu, 21 Jun 2012 03:27:52 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,540575,540575#msg-540575</guid>
            <title>lost files after system restore (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,540575,540575#msg-540575</link>
            <description><![CDATA[ Hello,<br />
<br />
How do I recover files after system restore wipe?<br />
please please please help I had alot of viruses so i did system restore with a recovery cd and wiped everything and i forgot i had reallly really reallllly precious stuff on there and now its gone could someone please help me if possible.<br />
<br />
<a href="http://www.wondershare.com/disk-utility/retrieve-lost-files-after-system-restore.html"  rel="nofollow">system restore lost files</a><br />
<br />
<br />
Plz help and suggest me.<br />
<br />
Thanks for your suggestion]]></description>
            <dc:creator>mabdwasoft drew</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Thu, 24 May 2012 05:45:32 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,528550,528550#msg-528550</guid>
            <title>Physical Replication using RBL (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,528550,528550#msg-528550</link>
            <description><![CDATA[ Hi Folks,<br />
<br />
Is it possible to take mysqlbinlogs that are generated using RBL method and can it be applied to DR database? Using source prod_RBL_binlog.sql I get max_allowed_packets exceeded the limit. Whereas am importing file size of about 500MB and set the max_allowed_packets=1024M, and client also as 1024M. But I still get the same error. Is my approach is fine first of all? If not please let me know. <br />
<br />
It works fine with SBL. Only RBL is it possible to do this way?<br />
<br />
mysqlbinlog master_bin.0001 master_bin.0002 master_bin.0003 &gt;  /mysql1/snapshot/first_reg_bins_$time_stamp.sql<br />
<br />
Above is the way I get prod_RBL_binlog.sql for RBL. Please suggest.]]></description>
            <dc:creator>Mannoj Kumar</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Fri, 27 Apr 2012 08:20:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,527550,527550#msg-527550</guid>
            <title>Advanced Multi-Master Solutions Made Easy with Continuent Tungsten (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,527550,527550#msg-527550</link>
            <description><![CDATA[ Webinar, Wednesday 5/2 @ 10 am PT/1pm ET<br />
<a href="https://www1.gotomeeting.com/register/656585273"  rel="nofollow">https://www1.gotomeeting.com/register/656585273</a><br />
<br />
Continuent Tungsten has broken new ground to make previously complex or completely unattainable MySQL data management solutions simple and easy to deploy. Continuent Tungsten brings high availability, performance scaling, and simple cluster management to off-the-shelf MySQL. Continuent Tungsten also includes advanced multi-master topologies that enable users to spread data across clusters and sites. <br />
<br />
In this webinar we show how to architect and manage cutting edge data management topologies. We start with simple clustering, build up to multi-master/multi-site, and end by illustrating how to integrate your MySQL systems to other DBMS types. The webinar includes live demos of simple failover, DR site setup, and fan-in from multiple sites to a single reporting server. By the end of the talk you will understand how Continuent Tungsten works and the problems you can solve with it. <br />
<br />
Continuent Tungsten customers include American Express, AT&amp;T, Constant Contact, F-Secure, Financial Times, Juniper Networks, Hearst Magazines UK, Marketo, Norwegian Broadcasting Corporation, Sony Music Entertainment, Thomson Reuters and Zappos.com, an Amazon company. The largest Tungsten Enterprise deployment processes 500,000,000 transactions per day on 150TB of managed data. <br />
<br />
Join us at <a href="https://www1.gotomeeting.com/register/656585273"  rel="nofollow">https://www1.gotomeeting.com/register/656585273</a> to learn how you can put the power Tungsten to use today!]]></description>
            <dc:creator>Petri Virsunen</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Wed, 25 Apr 2012 20:24:19 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,523933,523933#msg-523933</guid>
            <title>Database Recovery (1 reply)</title>
            <link>http://forums.mysql.com/read.php?156,523933,523933#msg-523933</link>
            <description><![CDATA[ Hello- <br />
<br />
I have recovered a database from a failed hard drive and am trying to revive it on a new system. I have installed MySQL, copied over the folder containing the FRM, MYI, and MYD as well as the ibdata1 file. I changed permissions on the restored files for my system and restarted MySQL. I can login to MySQL, switch to the database, and see all the tables but when I attempt to query or any repair I recieve &quot;table 'blah' doesn't exist. Is there something I'm missing in the restore? Is there anyway to salvage to the data? Hope all is well and thanks in advance.]]></description>
            <dc:creator>Phill Vanderpool</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Mon, 23 Apr 2012 10:31:56 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,522182,522182#msg-522182</guid>
            <title>recovery mysql 5.5 (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,522182,522182#msg-522182</link>
            <description><![CDATA[ myqsl server has been crashed. I recovered all data files from the hard disk. Then I transferred all the data files including .frm files to the newly mysql server. But it shows error &quot;could not fetch columns&quot; .<br />
<br />
please suggest any solution. The platform is windows XP.]]></description>
            <dc:creator>S Justus</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Wed, 28 Mar 2012 13:51:52 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,521512,521512#msg-521512</guid>
            <title>Building a Multi-master, Multi-region MySQL Infrastructure in Amazon EC2 (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,521512,521512#msg-521512</link>
            <description><![CDATA[ Thursday, 3/29 @ 10 am PT/1 pm ET<br />
<a href="https://www1.gotomeeting.com/register/429957080"  rel="nofollow">https://www1.gotomeeting.com/register/429957080</a><br />
<br />
Tuesday, 4/3 @ 9 am ET/15:00 CEST/14:00 BST/16:00 EEST<br />
<a href="https://www1.gotomeeting.com/register/118613520"  rel="nofollow">https://www1.gotomeeting.com/register/118613520</a><br />
<br />
Your company has built a great new app and launched it in the cloud. And now you are seeing what many wish for: an exponential adoption of your app. But is your database tier really up to the job? <br />
<br />
- What happens if your MySQL server fails? <br />
- Can you fail over to a replica quickly? <br />
- Do you even have a replica to fail over to? <br />
- Can you keep your app available even as you upgrade your database schema or add additional or more powerful database servers? <br />
- Can you easily scale read operations by load balancing them across a set of replicas? <br />
- Do you have a way to maintain a set of data that is globally accessible, across Amazon EC2 regions in the USA, Europe, APAC, Japan etc., and that allows app users to get to and update their data with minimal latency, no matter where they are located? <br />
- How do you make sure that an update made in a database in Japan gets propagated to databases in Europe, USA, APAC etc. with minimal latency? <br />
<br />
This webinar focuses on the ways that Tungsten Enterprise can help you to solve these issues by combining local MySQL clusters, for high-availability and scalability, with cross-region, multi-master replication to maintain a globally distributed database.]]></description>
            <dc:creator>Petri Virsunen</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Fri, 23 Mar 2012 22:34:18 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,516150,516150#msg-516150</guid>
            <title>Table names appear in 'show tables'; but tables don't exist (1 reply)</title>
            <link>http://forums.mysql.com/read.php?156,516150,516150#msg-516150</link>
            <description><![CDATA[ Hi,<br />
<br />
Last night an application started reporting MySQL errors. I checked the logs and found errors of the form <br />
<br />
 ERROR 1146 (42S02): Table 'Database.Table' doesn't exist<br />
<br />
When I run &quot;show tables&quot; I see the correct list of tables, but when I try to access any table, e.g. by running &quot;SELECT * FROM Table&quot; I get an error message saying that the table doesn't exist. When I run &quot;repair table Table&quot; I get<br />
<br />
+----------------+--------+----------+--------------------------------------+<br />
| Table          | Op     | Msg_type | Msg_text                             |<br />
+----------------+--------+----------+--------------------------------------+<br />
| Database.Table | repair | Error    | Table 'Database.Table' doesn't exist |<br />
| Database.Table | repair | error    | Corrupt                              |<br />
+----------------+--------+----------+--------------------------------------+<br />
<br />
All the tables use the InnoDB storage engine.<br />
<br />
What could cause this error, and is there any way to recover the data?]]></description>
            <dc:creator>Jonathan Turkanis</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Sat, 24 Mar 2012 06:36:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,515768,515768#msg-515768</guid>
            <title>recover from dump, what is state field list? (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,515768,515768#msg-515768</link>
            <description><![CDATA[ I am recovering a table from a mysqldump, It is currently in the state of repair key cache, has been now for over an hour.<br />
<br />
The size of the MYD is 1.7G and MYI is 599M. The sizes has not changed at all over the past hour. Is the process stuck?<br />
<br />
And what does the command 'Field List' mean in show processlist? I am finding it difficult to find information on this.]]></description>
            <dc:creator>athiq rahman</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Thu, 16 Feb 2012 14:11:59 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,514383,514383#msg-514383</guid>
            <title>Recover data from raw files (2 replies)</title>
            <link>http://forums.mysql.com/read.php?156,514383,514383#msg-514383</link>
            <description><![CDATA[ Hi,<br />
<br />
My system has been crashed and has reloaded the windows 7 operating system. I don ’t have any MySQL database backup; is it possible recover my data from raw files ?<br />
<br />
MySQL Version 5.1<br />
<br />
Thanks &amp; Regards<br />
Thahir]]></description>
            <dc:creator>Thahir Pattanathel</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Sat, 24 Mar 2012 10:42:12 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,513354,513354#msg-513354</guid>
            <title>entire server restore with dumps of user databases system database along with transaction log backups (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,513354,513354#msg-513354</link>
            <description><![CDATA[ Hello Everyone,<br />
<br />
<br />
I have taken the backup in the following way:<br />
<br />
Backup steps:<br />
1.db1,db2,db3 and mysql system databases dumped using mysqldump one by one.<br />
mysqldump db1 &gt;db1.sql<br />
<br />
2.flush logs done and noted down the new LogNumber for each database which should the starting log number from which we have to apply logs for that database.<br />
<br />
3.copied all logs to media as part of incremental backups.<br />
<br />
Restore method I am trying to follow:<br />
<br />
1. for each database.sql file<br />
mysql -u user -ppassword dbname &lt;dbname.sql<br />
<br />
2. Now I am trying to apply the log files after filtering using mysqlbinlog.<br />
For each database<br />
{<br />
for each log file<br />
{<br />
   mysqlbinlog -s dbname logfile &gt; tempfile<br />
   mysql dbname &lt;tempfile<br />
}<br />
}<br />
<br />
<br />
Issue:<br />
User databases are getting restored correctly. But system database 'mysql' is not getting restored upto latest. Any new users created/dropped, etc that get reflected on system database that went into transaction logs are not getting restored.<br />
I can only see the system database 'mysql' content that was backedup using mysqldump. Roll forwarding logs is not bringing further changes.<br />
<br />
<br />
when I run mysqlbinlog commmand with 'mysql' i get no entries filtered.<br />
<br />
Does any have a way to overcome this?<br />
<br />
<br />
--<br />
Thanks in Advance,<br />
Ravi Thati]]></description>
            <dc:creator>Ravi Thati</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Thu, 02 Feb 2012 15:02:18 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,513221,513221#msg-513221</guid>
            <title>Import MySQL database lock (1 reply)</title>
            <link>http://forums.mysql.com/read.php?156,513221,513221#msg-513221</link>
            <description><![CDATA[ Hello,<br />
<br />
I'm trying to import  big database, the reel size of database is 136G.<br />
Well i've impored 128G and the import was locked, i don't really know what cause this.<br />
<br />
And i don't really want to drop database and launch again the import. Please find here the information needed :<br />
<br />
mysql&gt; show processlist;<br />
+-------+------+-----------+-------+------------+------+-------------------+--------------------------------------------------+<br />
| Id    | User | Host      | db    | Command    | Time | State             | Info                                             |<br />
+-------+------+-----------+-------+------------+------+-------------------+--------------------------------------------------+<br />
| 10578 | root | localhost | openx | Query      | 6979 | update            | INSERT INTO `banner_vast_element_seq` VALUES (3) | <br />
| 10582 | root | localhost | openx | Field List | 4458 | Waiting for table |                                                  | <br />
| 10583 | root | localhost | openx | Sleep      | 4197 |                   | NULL                                             | <br />
| 10585 | root | localhost | openx | Query      | 4278 | Waiting for table | DROP TABLE IF EXISTS `banner_vast_element_seq`   | <br />
| 10586 | root | localhost | openx | Sleep      |    4 |                   | NULL                                             | <br />
| 10587 | root | localhost | NULL  | Sleep      | 3082 |                   | NULL                                             | <br />
| 10588 | root | localhost | NULL  | Query      |    0 | NULL              | show processlist                                 | <br />
+-------+------+-----------+-------+------------+------+-------------------+--------------------------------------------------+<br />
7 rows in set (0.00 sec)]]></description>
            <dc:creator>mezgani ali</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Tue, 07 Feb 2012 04:20:49 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?156,511543,511543#msg-511543</guid>
            <title>physical restore from frm and ibdata1. How to connect StoredProcedures and Functions? (no replies)</title>
            <link>http://forums.mysql.com/read.php?156,511543,511543#msg-511543</link>
            <description><![CDATA[ Hello,<br />
<br />
<br />
I want to restore all my MySQL-DBs from a physical backup of all frm-files and ibdata1-file. I copied the whole data directory from a linux mysql server to a windows mysql server (I put all frm and ibdata1 into the mysql data folder.).<br />
Now, in the windows mysql server I can see all schema. But in the schemas all stored procedures and functions are missing. I checked the proc-table in mysql-schema, all stored procedures and functions are listened there.<br />
<br />
Could somebody help me what I have to do that the procedures and functions are in the corresponding shemas?<br />
<br />
thanks,<br />
Matthias]]></description>
            <dc:creator>Mat Wel</dc:creator>
            <category>Data Recovery</category>
            <pubDate>Tue, 24 Jan 2012 10:11:35 +0000</pubDate>
        </item>
    </channel>
</rss>
