SQL restore deleted records

2007-04-13 Thread Andrey Kotrekhov

SQL
Hello, All.

There is a problem.
Ones many records from MyISAM table are deleted.
Nobody change this table after this.
The records have variable length.

How can I restore it?
The table format isn't well described in manual, as for me.

Best regards.
___
Andrey Kotrekhov [EMAIL PROTECTED]
ISP Alkar Teleport
тел. +380 562 34-00-44

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: SQL restore deleted records

2007-04-13 Thread asv
 SQL
 Hello, All.

 There is a problem.
 Ones many records from MyISAM table are deleted.
 Nobody change this table after this.
 The records have variable length.

 How can I restore it?
 The table format isn't well described in manual, as for me.
is not it possible to recover data from mysql binary log? (if it exists)
insert statements must be there

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: SQL restore deleted records

2007-04-13 Thread Mikhail Berman
I do not have a Russian keyboard here to respond to you in Russian, but
maybe you could describe a problem in Russian. I am not sure what
happened

Mikhail 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 13, 2007 4:17 AM
To: [EMAIL PROTECTED]
Subject: Re: SQL restore deleted records

 SQL
 Hello, All.

 There is a problem.
 Ones many records from MyISAM table are deleted.
 Nobody change this table after this.
 The records have variable length.

 How can I restore it?
 The table format isn't well described in manual, as for me.
is not it possible to recover data from mysql binary log? (if it exists)
insert statements must be there

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: SQL restore deleted records

2007-04-13 Thread Andrey Kotrekhov

Добрый день.


SQL
Hello, All.

There is a problem.
Ones many records from MyISAM table are deleted.
Nobody change this table after this.
The records have variable length.

How can I restore it?
The table format isn't well described in manual, as for me.

is not it possible to recover data from mysql binary log? (if it exists)
insert statements must be there

There isn't any log and backup :(




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]




Best regards.
___
Andrey Kotrekhov [EMAIL PROTECTED]
ISP Alkar Teleport
тел. +380 562 34-00-44

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]