DbMySQLQuery.resultFieldStringValueByName(): MySQL_ResultSet::isNull: invalid value of ‘columnLabel’
2023-4-19 04:34:44 Author: www.yanglong.pro(查看原文) 阅读量:359 收藏

The proposed solution “[3 Feb 16:10] Adam Latchem” worked for me, in the context of MySQL Workbench connecting to a MariaDB database. The fix (for definiteness) is to edit the file C:\Program Files\MySQL\MySQL Workbench 8.0 CE\modules\wb_admin_connections.py at line 346, to change it from

("DB", mforms.StringColumnType, "DB", 100),

to

("db", mforms.StringColumnType, "DB", 100),

(note change of case in first argument).


文章来源: https://www.yanglong.pro/dbmysqlquery-resultfieldstringvaluebyname-mysql_resultsetisnull-invalid-value-of-columnlabel/
如有侵权请联系:admin#unsafe.sh