SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1;
START SLAVE;
SHOW SLAVE STATUS;
Monthly Archives: August 2010
MySQL Replication skip record
Posted by moti
on August 28, 2010
No comments
Reset Blackberry contact list
Posted by moti
on August 27, 2010
No comments
Mac mail attachments preview
Posted by moti
on August 2, 2010
No comments
explanation from mac support forums : If the document is just a single page; Mail in Mac OS will show you the actual document rather than an icon for the attachment. Other mail applications do not do have this feature so they’ll just show an icon for an attached document regardless of how many pages the attachment has.
turn off :
defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes
trun on :
defaults write com.apple.mail DisableInlineAttachmentViewing -bool false