Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

repair

How do I repair an InnoDB table?

August 23, 2023 by Tarik

First of all stop the server and image the disc. There’s no point only having one shot at this. Then take a look here.

Categories mysql Tags innodb, mysql, repair Leave a comment

Auto compact the deleted space in mongodb?

July 29, 2023 by Tarik

In general if you don’t need to shrink your datafiles you shouldn’t shrink them at all. This is because “growing” your datafiles on disk is a fairly expensive operation and the more space that MongoDB can allocate in datafiles the less fragmentation you will have. So, you should try to provide as much disk-space as … Read more

Categories mongodb Tags diskspace, mongodb, repair Leave a comment

MySQL table is marked as crashed and last (automatic?) repair failed

November 21, 2022 by Tarik

If your MySQL process is running, stop it. On Debian: sudo service mysql stop Go to your data folder. On Debian: cd /var/lib/mysql/$DATABASE_NAME Try running: myisamchk -r $TABLE_NAME If that doesn’t work, you can try: myisamchk -r -v -f $TABLE_NAME You can start your MySQL server again. On Debian: sudo service mysql start

Categories mysql Tags mysql, repair Leave a comment

How to fix “containing working copy admin area is missing” in SVN?

October 21, 2022 by Tarik

According to this: http://www.devcha.com/2008/03/svn-directory-svn-containing-working.html Check-out the folder “blabla” to a different location and then copy its .svn folder back into the original “blabla”.

Categories svn Tags delete-directory, repair, svn Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa