mysqldump --add-drop-table --extended-insert=FALSE --complete-insert=TRUE
Tuesday, October 23, 2012
mysqldump dump individual, ungrouped inserts
mysqldump dump individual, ungrouped inserts, so you can debug each insert.
Saturday, October 6, 2012
nikon d90 CHR (CHA) error
ERROR
got nikon d90 CHR (CHA) error today, turns out there are some dirt in the SD card, the
Solution:
I solved it by blowing some air to it (learned this from the Nintendo Cartridge days)
got nikon d90 CHR (CHA) error today, turns out there are some dirt in the SD card, the
Solution:
I solved it by blowing some air to it (learned this from the Nintendo Cartridge days)
Wednesday, October 3, 2012
debian NO_PUBKEY 1C4CBDCDCD2EFD2A
Error:
GPG error: Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1C4CBDCDCD2EFD2A
Solution:
GPG error: Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1C4CBDCDCD2EFD2A
Solution:
gpg -a --output /tmp/pub.asc --export 1C4CBDCDCD2EFD2A
sudo apt-key add /tmp/pub.asc && rm /tmp/pub.asc
Tuesday, October 2, 2012
magento disable checkout with multiple addresses
- Admin
- System->Configuration
- Left Menu->Sales section->Shipping Settings
- Option->"Allow Shipping to multiple addresses" to "No"
Subscribe to:
Posts (Atom)