I can't connect to my MySQL database using MySQL Workbench. I'm using MySQL Community Server 8.0.11 and MySQL Workbench 6.3 CE. I'm also using Windows 10 Home.
When I click in the default MySQL connection in MySQL Workbench it says it has encountered an error. No more information is provided.
I am able to connect to my MySQL Server without any problem using the command
mysql -u root -p -h 127.0.0.1 -P 3306
.
Following is the status of my server.
mysql Ver 8.0.11 for Win64 on x86_64 (MySQL Community Server - GPL)
Connection id: 12
Current database:
Current user: root@localhost
SSL: Cipher in use is DHE-RSA-AES128-GCM-SHA256
Using delimiter: ;
Server version: 8.0.11 MySQL Community Server - GPL
Protocol version: 10
Connection: 127.0.0.1 via TCP/IP
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: cp850
Conn. characterset: cp850
TCP port: 3306
Uptime: 15 min 55 sec
Threads: 2 Questions: 6 Slow queries: 0 Opens: 110 Flush tables: 2 Open tables: 86 Queries per second avg: 0.006