Monthly Archives: July 2010
Creating Temporary Disk with TMPFS (RAM-Disk)
A RAM disk or RAM drive is a block of RAM (primary storage or volatile memory) that a computer’s software is treating as if the memory were a disk drive (secondary storage). It is sometimes referred to as a “virtual … Continue reading
Restoring Accidently Deleted Root User in MySQL
If you’ve ever been in the situation where you’ve accidentally deleted your root user in MySQL, you’ve probably noticed that GRANTS does not work when MySQL is started with skip-grant-tables. The way to get around this is to manually insert … Continue reading