Integrating ssl with mysql - Access Denied
问题 I'm trying to setting up ssl for mysql by referring this. I'm able to complete first 3 steps but having issue with the 4th which is as following: GRANT ALL PRIVILEGES ON *.* TO 'ssluser'@'localhost' IDENTIFIED BY 'ssluser' REQUIRE SSL; FLUSH PRIVILEGES; Then I restart the mysql server. After executing this statement when I try to run mysql -ussluser -pssluser -P3306 --ssl-key="C:\Program Files\MySQL\MySQL Server 5.5\certs\ca-cert.pem" , it shows following error: Access denied for user