2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【MySQL Workbench】"Unhandled exception: 'ascii' codec can't decode byte XXXX" の解決方法

Last updated at Posted at 2023-12-03

macOS 版 MySQL Workbench 使用時のエラーに関するメモ.

環境

  • macOS Sonoma 14.1.2
  • MySQL Workbench 8.0.33.CE

エラー内容

Screenshot 2023-12-03 at 20.31.16.png

Table Data Import Wizard を使用して CSV 形式のテーブルデータをインポートした際に上記画像のエラーが表示されました.

このエラーは,ファイル内に ascii 以外の文字コードが含まれていることが原因だと考えられます(私の場合はファイル内に UTF-8 の日本語文字が含まれていました).

解決した方法

ターミナルで以下のコマンドから MySQL Workbench を実行すると, UTF-8 の文字が含まれたファイルでもインポートすることができます.

> open /Applications/MySQLWorkbench.app

インポートに成功したら...

Screenshot 2023-12-03 at 22.07.53.png

インポートが完了した後,上記画像の赤枠のボタンを押すか,[SCHEMAS] 欄で右クリック>[Reflesh All] を選択すると,インポートしたデータがスキーマに反映されます.

参考

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?