check MongoDb database size

How to disable SSL require in MySQL Workbench

The latest version of the MySQL Workbench requires to use of SSL while connecting to any Relational Database Management System (RDBMS).

If you are trying to connect to your local database server and it might not have SSL configured. In this case we can’t connect to the Workbench directly.

To disable the SSL requirement we have to add the value useSSL=0 in the Advanced tab.

  1. Go to Database menu
  2. Connect to Database
  3. You may see a window like below and click on Adbanced tab
How to disable SSL require in MySQL Workbench advanced tab workbench
  1. After clicking on the Advanced tab enter a value useSSL=0 as shown on the image below
How to disable SSL require in MySQL Workbench useSSLzero
  1. After adding the useSSL=0 you may be able to connect to your database without any issue.

Note

It may show some warning because you are trying to connect without SSL. Hence, just acknowledge it and proceed further.

Subscribe
Notify of
2 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments