当前位置:网站首页>Error executing sql file from Mysql Workbench: Error executing task: 'ascii' codec can't decode byte 0xd0 in position 26:
Error executing sql file from Mysql Workbench: Error executing task: 'ascii' codec can't decode byte 0xd0 in position 26:
2022-08-09 00:07:00 【Sweet and sour duck】
Reference blog:
1. MySQL database export and import and common error resolution
2. MySQL Workbench Error executing task:'ascii' codec can't decode byte 0x?? in position ?
My workaround (from the command line):
Enter the bin folder under the MySQL directory: C:\Program Files\MySQL\MySQL Server 8.0\bin, enter cmd in the top box, and press Enter to enter the command line
Enter
mysqldump -u username -p password database name> The address stored after exporting the sql file
For example:
mysqldump -uroot -p123321 book > D:\usertestmy\booktest.sqlGo to the specified location to view the .sql file, you can select the .sql file, right-click, edit, and view the content
Success, done.
边栏推荐
猜你喜欢
随机推荐
C--《C和指针》第8章读书笔记之多维数组
2021ccpc网络选拔赛
MySQL中varchar 的最大长度
第三章 数据库设计
Anaconda 使用 Navigator 安装 Tensorflow(包括 Anaconda 安装)
第六章 物理层
对js基础知识的一些理解
nlp 评论分类实现总结
最新7篇数据科学/深度学习/CNN/知识图谱/文本匹配等中英文综述论文推介(附下载)
如何下载安装穿越派V3.14版本?
js实现继承的几种方式
WeChat applet console error - summary 】 【
矩阵乘法总结
随笔-2018.4.3
C# ToString
第四章 SQL与关系数据库基本操作(上)
关于如何求两个字符串的最大公共子串的问题
一个电压跟随器的小故事
工作中经常遇到的232、485、TTL信号
MySQL基础知识