Mysqldump: out of memory

A small mysqldump hint: You can use mysqldump –skip-opt to get proper insert statements in the SQL dump. But –skip-opt disables –quick which means mysqldump buffers full tables before writing -> Out of memory. In this case I use: mysqldump –skip-opt –quick <DBNAME>

Mysqldump: out of memory Read More »

Hello world

My daily job is solving IT problems. No matter if they are hardware/software, or os/configuration/application related. There is always a bug to be fixed. And: AlexT Debugs This blog will be the place to remember some solutions to problems, because as time goes by it’s sometimes hard to remember how I debugged. Some solutions will

Hello world Read More »