I installed mysql-server and mysql-workbench on my local machine with Ubuntu 16.04 as the OS. I can connect to the mysql server through the CLI, but not through mysql-workbench.
mysql --version mysql Ver 14.14 Distrib 5.7.12, for Linux (x86_64) using EditLine wrapper mysql-workbench --version MySQL Workbench CE (GPL) 6.3.6 CE build 511
I constantly get this error from mysql-workbench when I try to connect to mysql server.
Unsupported option provided to mysql_options()
please help me understand what I'm doing wrong to fix this problem, namely, to connect to the mysql server through mysql-workbench.
source share