Search code examples
mysqlmysql-workbenchmysql-error-1064

while login mysql workbench it ask ssl


create user 'db_user'@'localhost' identified by 'password'; grant select on db1.* to 'db_user'@'localhost';

when i am login with "db_user" in workbench

It shows below message,

"connection parameters are correct SSL not enabled"

login info: hostname :localhost port:3306 username:db_user password:password default schema:db1

Thanks in advance....


Solution

  • It's only a warning that you are using an insecure (no SSL) connection.