Janeiro/2014
Importar dados para o MySQL pelo terminal
Postado em 03/01/2014 por Rogerio - Categoria: Dicas Linux - Tags: mysql load importar
Para importar um arquivo com dados tabulados no MySQL, o comando abaixo pode ser util.load data infile '/home/foobar/file_with_data.sql' into table banco.tabela fields terminated by ',' optionally enclosed by "'";