Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error on client connections: invalid values of 'columnLabel'

I am MySQL user with workbench and Amazon RDS

Every time I try to access MySQL client connections I get this error:

enter image description here

Unhandled exception:
DbMySQLQuery.resultFieldStringValueByName():
MySQL_ResultSet::isNull: invalid values of 'columnLabel'

Check the log for more details

enter image description here

The user I am using has all the accesses of an admin/root

This error does not happen to all users, only to some

Am I forgetting to provide some kind of permission?

like image 657
Leonardo Henriques Avatar asked May 07 '26 17:05

Leonardo Henriques


1 Answers

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).

OS Paths:

Linux (Ubuntu): /usr/lib/mysql-workbench/modules/wb_admin_connections.py

MacOS: /Applications/MySQLWorkbench.app/Contents/Resources/plugins/wb_admin_connections.py - by @QuickPrototype

like image 126
Martin Baxter Avatar answered May 10 '26 06:05

Martin Baxter



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!