SQL · Ücretsiz · Cihazda

Corrupt an SQL File Online

Corrupt a .sql dump online for free. Breaks statement structure and encoding so imports fail instead of loading partial data.

  • Yükleme yok
  • Boyut sınırı yok
  • Kayıt yok

SQL dosyanızı bozun

.sql, .dump için ayarlandı ve diğer tüm biçimlerde de aynı şekilde çalışır.

%100 cihazda
Dosyaları buraya bırakın veya seçin Her biçim, her boyut, aynı anda birden çok dosya
Bozma seviyesi

Çalışıyor…0%
İndirmeye hazır

SQL dosyalarını düzgün bozmak neden zordur

An SQL dump is a text file of statements executed in order. That makes partial corruption genuinely dangerous in the real world, an import can succeed for thousands of rows and then fail halfway, leaving a database in an inconsistent state. Reproducing that on demand is exactly what this is for.

Bu araç neyi yok eder

  • Statement terminators. Semicolons and line breaks are overwritten, so statements run together into unparseable input.
  • String literal quoting. Quotes are broken up, leaving literals unterminated and swallowing subsequent statements.
  • The dump header. The opening bytes containing the client and server version comments are destroyed.
  • Encoding validity. Invalid UTF-8 sequences make the file fail on import before any statement executes.

Sonrasında ne göreceksiniz

UygulamaDavranış
mysql < dump.sql"ERROR 1064 (42000): You have an error in your SQL syntax" and the import aborts.
psql -fReports invalid byte sequence for the encoding and stops.
phpMyAdmin / AdminerImport fails with a syntax error and a line number.
Light levelImport may run partway before failing, the realistic partial-restore scenario.

Bunu yapmanın yaygın nedenleri

  • Rehearsing a restore from a damaged backup before it happens for real.
  • Verifying an import runs inside a transaction and rolls back cleanly on failure.
  • Testing that a migration tool reports the failing statement rather than continuing.
  • Demonstrating why backups must be verified, not just taken.

SQL dosyası nasıl bozulur

  1. .sql dosyanızı yukarıdaki kutuya bırakın veya seçmek için tıklayın.
  2. Kısmi hasar (Light) istemiyorsanız ya da kurtarma yazılımını alt etmeniz (Heavy) gerekmiyorsa seviyeyi Standard bırakın.
  3. Dosyayı boz düğmesine basın. İşlem cihazınızda yapılır, bu yüzden neredeyse anında biter.
  4. Sonucu indirin. Varsayılan olarak özgün dosya adını ve bayt uzunluğunu korur.

SQL hakkında sık sorulanlar

Can I simulate a partial restore?

Yes, and this is the most useful case. Light level leaves most statements intact, so an import typically runs for a while before failing, which is precisely the scenario that catches missing transaction handling.

Does it work on compressed dumps?

A .sql.gz file is handled as a gzip archive instead, which breaks the whole thing at once. Decompress first if you want statement-level damage.

Will it break a specific table?

Not deterministically, damage is scattered, not targeted at named objects.

Is the original dump modified?

No. The corruption is applied to a copy in memory and downloaded separately.

Bunu sorumlu biçimde kullanın. Files Corrupter; yazılım testi, QA, araştırma, eğitim ve öğretim için yapıldı. Tamamlanmış bir çalışmayı yanlış göstermek amacıyla bilerek bozulmuş bir dosya teslim etmek okulunuzun veya işvereninizin kurallarını çiğneyebilir. Çıktıyı nasıl kullandığınızdan siz sorumlusunuz. Bakınız: sorumluluk reddi.

Diğer code & data araçları

Tüm bozma araçları