I have installed both MySQL Workbench and MySQL client console (Using Ubuntu WSL). When I tried to connect to MySQL Server and query. The MySQL Workbench returns typically but the MySQL client returns with errors:
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id: 56993
Current database: *** NONE ***
I don't know the difference between the 2 versions. How can I config MySQL client to Query regularly like MySQL Workbench?
NOTE: It's the same issue when I use mysql-connector-python.