Questions tagged [repair]

156 questions
0
votes
1 answer

Repair/Rebuild master.mdf in SQL Server 2000

Does anyone have or know where I can find the tools or information to repair/rebuild the master database for Microsoft SQL Server 2000? I'm assuming is that is what I need to do based on the following error and that the service will not start. Thank…
Landmine
  • 1,630
  • 6
  • 35
  • 56
0
votes
0 answers

how do i repair a broken 3gp file

I have a 3gp-video file that is broken: the end of the file is missing. This happened because the battery of my phone was nearly empty and while the phone was saving the video on the SD-Card it just stopped in the middle. How can I watch this half…
rubo77
  • 15,234
  • 23
  • 111
  • 195
0
votes
1 answer

Myisam table unreadable after sort_buffer_size too small error

I was trying to run OPTIMIZE TABLE on a that's about 200GB 1billion record big, but couple second after the operation, I was giving a sort_buffer_size too small error and now the table showing as 0 row in phpmyadmin, and still have 200gb in size. I…
Gäng Tian
  • 1,488
  • 2
  • 16
  • 26
-1
votes
1 answer

How to avoid full disk usage while runnnig repair in Cassandra?

I am running repair with -pr option. The issue which we are facing that when we trigger repair disk space usage reaches 100% on some nodes. I know running subrange repair is one option but we have not integrated reaper as of now. Is there any other…
Manish Khandelwal
  • 790
  • 1
  • 6
  • 10
-1
votes
1 answer

Bad sector on ibdata1 mysql data file

There is a problem on bad sectors on a file which is an important, mysql ibdata1 that contain all data of my databases. So, I run badblocks -sv /dev/mapper/storage-monitoring3 Checking for bad blocks (read-only test): 45766008done, 6:44…
shgnInc
  • 1,591
  • 1
  • 17
  • 31
-2
votes
1 answer

error: cannot find symbol - variable out

I want a System class to read the books that have been written in a text file. import java.io.BufferedReader; import java.io.FileReader; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class…
dinko
  • 9
  • 3
1 2 3
10
11