Atomic Corp's rpm repository
wget -q -O - http://www.atomicorp.com/installers/atomic | sh
yum install php-mcrypt.x86_64
The word "borken" is an actual typo, but since it sounded cool, I have decided to keep it. This blog will be mainly about problems (system administration, open source software, coding in c++ c# ruby on rails java, etc) and how I go about solving them. Hopefully it will be useful to someone out there too :)
mysql> SET foreign_key_checks = 0;
mysql> SOURCE dump_file_name
;
mysql> SET foreign_key_checks = 1;