sexta-feira, 26 de março de 2010

MySQL - Exportar apenas uma tabela



mysqldump --default-character-set=latin1 banco1 tabela1 > backup-tabela1.sql

Nenhum comentário:

Postar um comentário

Linux bash file returns unexpected token `$'do\r''

open file in vi edit with   vi filename.sh   command; type in vi  :set ff=unix  command; save file with  :wq It will save the file with unix...