Linux DB PHP Scripts Tech Diary
Search This Blog
Monday, February 1, 2010
softlink Symbolic link ln linux
ln -s /htdocs/piano/ newpiano
-s soft link
/htdocs/piano/ target folder - real folder
newpiano - logical folder
linux send attachement email using mutt
mutt -s 'here is subject' -a kl.sql yourmail@gmail.com < yourmailcontent.txt
backup mysql and zip it
mysqldump -u username -ppasswd -h reloaded DBName --ignore-table=tablename | bzip2 -c > /var/backup/mysql/db.sql.bz2
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)