Category Archives: Debian Etch
MySQL table storage engine (switching from MyIsam to InnoDB)
I know I did this the hard way. there is a command that you can issue that will convert them on the fly. what I did was mysqldump the database, reinstall mysql(because of other reasons), and then edit the dump so that the line that specified the engine reads “ENGINE=INNODB” instead of “ENGINE=MyISAM”.Then I imported [...]
MySQL server –purge and reinstall
Screwed around for a bit. messed up MySQL. I decided to remove –purge, and start fresh. Unfortunately, the reinstall wouldn’t work. Long story short, i had to remove “mysql-server, mysql-server-5.0, and mysql-common”. when i ran this, it also pulled out other dependencies, but i just reinstalled them all. voila! worky.
apt gives a “Segmentation faulty tree”
when running an update:
sudo aptitude
Ouch! Got SIGSEGV, dying..
apparently, just remove some files:
sudo rm /var/cache/apt/*.bin
now everything is back to normal.
Debian eth0, eth1, eth2, in Virtualbox or VMware Virtual machines when copying