Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mysql Workbench connection ssl not enable

Tags:

I'm trying to connect local database using mysql workbench but i can't connect.i tried test connection.it warned pop up window write "ssl not enable". how can i connect my local database

this is screen shot

enter image description here

like image 642
sedatbzdgn Avatar asked Nov 29 '14 12:11

sedatbzdgn


People also ask

How do you check SSL is enabled or not in MySQL?

Run the following query to check the SSL status in MySQL: SHOW GLOBAL VARIABLES LIKE '%ssl%'; STATUS; Note: You do not need to use capital letters. The example uses them to differentiate command syntax from what you're querying.


1 Answers

This is just a info popup, telling you, that SSL is not enabled. Just installed Workbench and stubmled over the same message, thinking that indicates a problem :D Yes, you can of course connect to your DB.

like image 59
Coastcrawler Avatar answered Sep 22 '22 15:09

Coastcrawler