In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "mysql how to close ssl", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let Xiaobian take you to learn "mysql how to close ssl"!
Methods: 1. Use "SHOW VARIABLES LIKE'%ssl %'"to view ssl status;2. Modify"my.cnf"file and add"skip_ssl"to"[mysqld]";3. Restart mysql with"service mysqld restart".
Operating environment of this tutorial: Windows 10 system, mysql version 8.0.22, Dell G3 computer.
How to close SSL
1. Check whether SSL is enabled:
SHOW VARIABLES LIKE '%ssl%';
See that the value of have_ssl is YES, which means SSL is turned on. (have_openssl indicates whether SSL is supported)
2. Modify the configuration file my.cnf and add the following:
# disable_sslskip_ssl
Restart MySQL:
service mysqld restart
4. Check the SSL open status again:
See that the value of have_ssl is DISABLED, indicating that SSL is turned off.
At this point, I believe that everyone has a deeper understanding of "mysql how to close ssl," may wish to actually operate it! Here is the website, more related content can enter the relevant channels for inquiry, pay attention to us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 301
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.