CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git
Home > How to > How to disable SSL require in MySQL Workbench

How to disable SSL require in MySQL Workbench

Learn the concepts, implementation details, and practical steps with a clean developer-focused walkthrough.

Yuba Raj Kalathoki
By Yuba Raj Kalathoki
Published: December 28, 2021 ยท 1 min read ยท 2 Comments
Share: X in ๐Ÿ”—
check MongoDb database size

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
advanced tab workbench
  1. After clicking on the Advanced tab enter a value useSSL=0 as shown on the image below
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.

Related Posts:

  • MySQL Commands for Developers
  • What is MongoDB?
  • java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
  • Setting Up an EC2 Instance with Amazon CloudFront…
  • How to Fix "Public Key Retrieval is not allowed"…
  • How to Connect Java Application to a Remote Database…
Tags:databasemysqlrdbms
Was this article helpful?
โ† Previous ArticleCookie in Servlet
Next Article โ†’Caused by:org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set

2 thoughts on “How to disable SSL require in MySQL Workbench”

  1. hajar
    May 14, 2022 at 5:44 pm

    thank you it’s useful

    Log in to Reply
    • Coder Sathi
      May 18, 2022 at 6:45 pm

      You are welcome.

      Log in to Reply

Leave a Comment Cancel reply

You must be logged in to post a comment.

Recent Posts

  • How to Use AWS CloudFront Signed URLs in Spring Boot?
  • How to Fix SSH Agent Forwarding on macOS: The Ultimate Guide for Developers
  • How to Read AWS Secrets Manager in Spring Boot (Step-by-Step)
  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
CoderSathi

Your go-to resource for Java, Spring Boot, Microservices, AWS, and modern development tutorials.

Quick Links

  • About
  • Contact

Popular Topics

  • Java
  • Spring Boot
  • AWS
  • DevOps
  • MongoDB
  • Linux
  • Git
  • How to
ยฉ 2026 CoderSathi. All rights reserved. Privacy Policy ยท Sitemap