我收到以下错误:在Mysql WorkBench中,使用简单脚本的“NoneType”和“int”实例之间不支持

I get the following error: not supported between instances of 'NoneType' and 'int' in Mysql WorkBench with a simple script

提问人:Oscar Orellana Casas 提问时间:4/23/2023 最后编辑:JosefZOscar Orellana Casas 更新时间:4/23/2023 访问量:49

问:

即使使用这个简单的脚本或任何其他脚本:

CREATE DATABASE Oscar 2 DEFAULT CHARACTER SET utf8mb4
COLLATE utf8mb4_es_trad_0900_ai_ci;

脚本是文本。UTF-8

当我在工作台的任何选项卡中运行脚本时,它工作正常

我希望这些脚本适用于“运行 SQL 脚本”

MySQL 的UTF-8

评论

2赞 P.Salmon 4/23/2023
'希望脚本适用于“运行 SQL 脚本”' - 请详细说明。
0赞 Rick James 4/27/2023
你在哪里看到“NoneType”?

答: 暂无答案