35 messages in com.mysql.lists.mysqlimporting data
FromSent OnAttachments
Michael J. Pawlowsky27 Dec 2004 19:16 
Curtis Maurand27 Dec 2004 21:42 
Kai Ruhnau28 Dec 2004 01:22 
SGr...@unimin.com28 Dec 2004 07:09 
Kai Ruhnau28 Dec 2004 07:09 
Jay Blanchard28 Dec 2004 07:21 
Kai Ruhnau28 Dec 2004 07:23 
SGr...@unimin.com28 Dec 2004 07:33 
SGr...@unimin.com28 Dec 2004 07:36 
Jay Blanchard28 Dec 2004 07:48 
Kai Ruhnau28 Dec 2004 08:06 
Jay Blanchard28 Dec 2004 08:38 
Curtis Maurand28 Dec 2004 09:52 
Curtis Maurand28 Dec 2004 10:11 
SGr...@unimin.com28 Dec 2004 10:23 
SGr...@unimin.com28 Dec 2004 10:48 
Kai Ruhnau28 Dec 2004 12:14 
Jay Blanchard29 Dec 2004 05:15 
Jay Blanchard29 Dec 2004 05:22 
Kai Ruhnau29 Dec 2004 14:45 
Jay Blanchard30 Dec 2004 04:59 
SGr...@unimin.com30 Dec 2004 07:49 
Kai Ruhnau30 Dec 2004 08:21 
Jay Blanchard30 Dec 2004 08:43 
Kai Ruhnau30 Dec 2004 09:48 
SGr...@unimin.com30 Dec 2004 10:01 
Jay Blanchard30 Dec 2004 10:19 
Jay Blanchard30 Dec 2004 10:31 
SGr...@unimin.com30 Dec 2004 11:41 
Jay Blanchard30 Dec 2004 12:50 
SGr...@unimin.com30 Dec 2004 14:00 
Jay Blanchard30 Dec 2004 14:20 
Jay Blanchard30 Dec 2004 14:21 
SGr...@unimin.com31 Dec 2004 07:28 
Jay Blanchard03 Jan 2005 05:40 
Subject:importing data
From:Curtis Maurand (cur@maurand.com)
Date:12/27/2004 09:42:55 PM
List:com.mysql.lists.mysql

Hi,

I have done an incredibly stupid thing. I have a server that suffered a bit of a failure. It wasn't a hard failure, but it was enough of one to have to rebuild the server from scratch. I was and am running mysql 4.0.22 on Gentoo with a 2.6 kernel. It rocks. However, The dumb thing that I did was fail to perform a mysqldump -a on the machine before I finished killing it. I rebuilt mysql from scratch. I then copied over the my.cnf files and I copied over the old /var/lib/mysql directory in tact. mysql wouldn't start at that point. I then deleted all the files in /var/lib/mysql and ran mysql_install_db. mysql starts automatically.

If I create one of the databases and then put the files for that database from the old installation in place of the newly created ones, the database is recognized, but i get errors saying that the columns in the tables are not recognized.

I'd really like to get this data back is there a way?

Curtis