Re: InnoDB error 5

2013-11-21 Thread Nick Cameo
OOoopppsss! I do mean for recovery/continual backup. I will do it manually, but basically get all the data on a USB disk and be able to recover/move it (the data) on another machine, the same machine etc.. I hope I did not just open up a can of worms. We just went live and this post gave me a rude

Re: InnoDB error 5

2013-11-21 Thread Reindl Harald
Am 21.11.2013 13:51, schrieb Paul Halliday: > Had a system crash this morning and I can't seem to get mysql back up > and running. This is the error: > > InnoDB: Progress in percent: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 > 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 >

Re: InnoDB error 5

2013-11-21 Thread Manuel Arostegui
2013/11/21 Reindl Harald > > Am 21.11.2013 13:51, schrieb Paul Halliday: > > Had a system crash this morning and I can't seem to get mysql back up > > and running. This is the error: > > > > InnoDB: Progress in percent: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 > > 18 19 20 21 22 23 24 25 26 27 2

Re: InnoDB error 5

2013-11-21 Thread Shawn Green
Hello Nick, On 11/21/2013 10:32 AM, Nick Cameo wrote: OOoopppsss! I do mean for recovery/continual backup. I will do it manually, but basically get all the data on a USB disk and be able to recover/move it (the data) on another machine, the same machine etc.. I hope I did not just open up a can

Re: InnoDB error 5

2013-11-21 Thread Nick Cameo
What is the best way to backup your database. Which are the files that I need to store on a usb disk -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Re: InnoDB error 5

2013-11-21 Thread Paul Halliday
It was indeed corruption :/ what a day. I was able to move everything over to another partition and have managed to get mysql up and running again. There was a single file I could not, an .idb (the ,.frm is there). Is it possible to fix this from ibdata or the logs? Thanks. On Thu, Nov 21, 2013

Re: InnoDB error 5

2013-11-21 Thread Reindl Harald
Am 21.11.2013 18:59, schrieb Paul Halliday: > It was indeed corruption :/ what a day. I was able to move everything > over to another partition and have managed to get mysql up and running > again. There was a single file I could not, an .idb (the ,.frm is > there). Is it possible to fix this fr

RE: InnoDB error "unable to create temporary file"

2005-10-05 Thread Martijn van den Burg
Hi Joerg et all, [snip] > You said this is Solaris. > > AFAIK, Solaris uses the same disk area for "/tmp" and paging, so the > available space for files in "/tmp" may vary even without files being > manipulated. > > I propose you set TMPDIR to point to some other disk area. We're on Solaris,

Re: InnoDB error "unable to create temporary file"

2005-09-29 Thread Martijn van den Burg
Hi Jörg, On Thursday 29 September 2005 12:09, you wrote: > Hi Martijn, all! > > Martijn van den Burg wrote (reordered) > > > On Wednesday 28 September 2005 20:10, Gleb Paharenko wrote: > >>Martijn van den Burg wrote: > >>>Hi list, > >>> > >>>After the most recent reboot (which we used to increase

Re: InnoDB error "unable to create temporary file"

2005-09-29 Thread Joerg Bruehe
Hi Martijn, all! Martijn van den Burg wrote (reordered) On Wednesday 28 September 2005 20:10, Gleb Paharenko wrote: Martijn van den Burg wrote: Hi list, After the most recent reboot (which we used to increase the ulimit/open_files_limit on our Solaris 8 machine running 4.1.10-log), the follo

Re: InnoDB error "unable to create temporary file"

2005-09-28 Thread Martijn van den Burg
Hi, Thanks for your reply. TMPDIR is not set explicitly, and the first 'fallback' directory in that case is '/tmp', which is accessible and has enough diskspace. At least, when I checked this morning. The error occurred in the night, maybe there were other processes that filled the directory

Re: InnoDB error "unable to create temporary file"

2005-09-28 Thread Gleb Paharenko
Hello. Maybe some directory doesn't exist in the path where MySQL stores temporary files. See: http://dev.mysql.com/doc/mysql/en/temporary-files.html Martijn van den Burg wrote: > Hi list, > > After the most recent reboot (which we used to increase the > ulimit/open_files_limit

Re: InnoDB: Error: tablespace size stored in header is 640000 pages, but the sum of data file sizes is 1056000 pages

2005-08-26 Thread Ady Wicaksono
Reply by me. How stupid i'm :( I've finished this warning error problem by adding 4 files --> 3 file each 3 Gbyte and 1 file 500Mbyte Thx mr. heiiki :D Sorry Ady Wicaksono wrote: |Dear All, As subject, Actually i've been ever meet this case when i see : InnoDB: Error: tablespace size

Re: innodb error 995

2005-02-16 Thread Heikki Tuuri
Ben, - Original Message - From: "Ben Kutsch" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Tuesday, February 15, 2005 1:55 AM Subject: innodb error 995 Hi I'm running version MySQL 4.0.20a-debug windows server 2003 on a dedicated database server with an external SCSI RAID

Re: InnoDB: Error: tablespace size stored in header is 17024 pages,

2005-01-06 Thread Ian Grant
On Thu, 6 Jan 2005 11:30:33 +0200 "Heikki Tuuri" <[EMAIL PROTECTED]> wrote: > > innodb_data_file_path = ibdata2:7M;ibdata1:10M:autoextend > > You have to add new data files to the end of the line, not to the > start. Please follow the instructions at > http://dev.mysql.com/doc/mysql/en/Adding_an

Re: InnoDB: Error: tablespace size stored in header is 17024 pages,

2005-01-06 Thread Heikki Tuuri
Ian, - Original Message - From: "Ian Grant" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Wednesday, January 05, 2005 4:47 PM Subject: Re: InnoDB: Error: tablespace size stored in header is 17024 pages, Dear Heikki Many thanks for your reply. On Mon, 3 J

Re: InnoDB: Error: tablespace size stored in header is 17024 pages, but

2005-01-05 Thread Ian Grant
Dear Heikki Many thanks for your reply. On Mon, 3 Jan 2005 20:41:22 +0200 "Heikki Tuuri" <[EMAIL PROTECTED]> wrote: > are you sure that you copied the complete ibdata1 file to the new > place? It is strange how 7 MB can be missing from the file end. I have just checked the tar file I used to do

Re: InnoDB: Error: tablespace size stored in header is 17024 pages, but

2005-01-03 Thread Heikki Tuuri
Ian, are you sure that you copied the complete ibdata1 file to the new place? It is strange how 7 MB can be missing from the file end. What does the old .err log contain? Any message about disk space running out? The error below probably has not corrupted your tablespace. Best to run CHECK TAB

Re: InnoDB Error ib_logfile0 of different size

2003-08-27 Thread Asif Iqbal
On Tue, 26 Aug 2003, Heikki Tuuri wrote: > Asif, > > now take the old log files from the safe place and put them back! That will > save your data. > > The instructions about changing the size of the log files are the following: > > http://www.innodb.com/ibman.html#Adding_and_removing > > " > If yo

Re: InnoDB Error ib_logfile0 of different size

2003-08-26 Thread Heikki Tuuri
y, August 26, 2003 9:03 PM Subject: Re: InnoDB Error ib_logfile0 of different size > On Tue, 26 Aug 2003, Victoria Reznichenko wrote: > > > Asif Iqbal <[EMAIL PROTECTED]> wrote: > > > I already have mysql 4.0.13 running with all InnoDB tables. I am trying to use > > >

Re: InnoDB Error ib_logfile0 of different size

2003-08-26 Thread Asif Iqbal
On Tue, 26 Aug 2003, Victoria Reznichenko wrote: > Asif Iqbal <[EMAIL PROTECTED]> wrote: > > I already have mysql 4.0.13 running with all InnoDB tables. I am trying to use > > my-huge.cnf since I have 4 gig RAM with 4 x 450 Mhz processes > > > > In my MySQL data directory I have two ib_logfile fil

Re: InnoDB Error ib_logfile0 of different size

2003-08-26 Thread Victoria Reznichenko
Asif Iqbal <[EMAIL PROTECTED]> wrote: > I already have mysql 4.0.13 running with all InnoDB tables. I am trying to use > my-huge.cnf since I have 4 gig RAM with 4 x 450 Mhz processes > > In my MySQL data directory I have two ib_logfile files > > -rw-rw 1 mysqlmysql5242880 Aug 26 01:

Re: Innodb error

2003-06-18 Thread Heikki Tuuri
John, actually, you should first try innodb_force_recovery=2 and run CHECK TABLEs. Regards, Heikki - Original Message - From: "Heikki Tuuri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 1:25 AM Subject: Re: Innodb error > Jo

Re: Innodb error

2003-06-18 Thread Heikki Tuuri
John, what Linux kernel version you are running? Did the first crash occur because of the same assertion failure? The InnoDB tablespace is probably corrupt and it asserts in purge or insert buffer merge. You can try starting with innodb_force_recovery=4 in the [mysqld] section of your my.cnf.

Re: InnoDB: Error: tablespace size stored in header

2002-11-13 Thread Heikki Tuuri
Shakeel, - Original Message - From: "Shakeel Sorathia" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Wednesday, November 13, 2002 9:39 PM Subject: InnoDB: Error: tablespace size stored in header > Hi, we're using Innodb here and I just upped the number of datafiles > that

Re: Innodb error on windows ME platform

2002-09-07 Thread Heikki Tuuri
Neil, - Original Message - From: ""Neil Malkani"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Saturday, September 07, 2002 7:46 PM Subject: Innodb error on windows ME platform > Hi, > > I have just installed and setup MySQL unfortunately I do not seem to be able > to re

Re: Innodb error on windows ME platform

2002-09-07 Thread Matt Hargraves
ny people don't actually know what a steaming pile of crap WinME is. Matt - Original Message - From: "Heikki Tuuri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 07, 2002 2:03 PM Subject: Re: Innodb error on windows ME platform >

Re: InnoDB Error 150, MySQL 4.0.1 alpha & 3.23.49

2002-04-21 Thread Heikki Tuuri
Richard, - Original Message - From: ""Richard Harms"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Monday, April 22, 2002 2:32 AM Subject: InnoDB Error 150, MySQL 4.0.1 alpha & 3.23.49 > Hello, > > When attempting to create some tables using the MySQL 4.0.1 alpha and > 3