Erro Unknown file Encoding MySQL

MySQL

20/01/2021

Estou tendo o erro no MySQL Workbench "Unknown file Encoding"
The file "Aqui vem o caminho do arquivo que estou tentando abrir"

"Please select the encoding of the file and press OK for Workbench to convert and open it.
Note that as Workbench works with UTF-8 text, if you save back to the original file, its contents will be replaced with the converted data.

WARNING: If your file contains binary data, it may become corrupted"

Este arquivo que estou tentando abrir tem imagens.
Guilherme Granville

Guilherme Granville

Curtidas 0

Respostas

Chromusmaster

Chromusmaster

20/01/2021

Estou tendo o erro no MySQL Workbench "Unknown file Encoding"
The file "Aqui vem o caminho do arquivo que estou tentando abrir"

"Please select the encoding of the file and press OK for Workbench to convert and open it.
Note that as Workbench works with UTF-8 text, if you save back to the original file, its contents will be replaced with the converted data.

WARNING: If your file contains binary data, it may become corrupted"

Este arquivo que estou tentando abrir tem imagens.


Você está tentando abrir um arquivo de imagens com o Workbench? Mas o workbench não é feito para trabalhar com imagens. Se estiver tentando abrir uma modelagem de um banco deve-se obter o arquivo no formato mwb.

Se estiver tentando importar uma imagem ao banco deve-se usar o load_infile ou o bulk insert convertendo para binário ou guardando em uma tabela com o campo blob.
GOSTEI 0
POSTAR