Possible reasons: The main reason why Seata does not support MySQL 8 is that the connection driver is version 5, so you can replace the MySQL 8 version of the connection driver or keep both. 1. Go to the seata/lib directory and paste the 8 version jar package into the directory 2. Modify seata/conf/file.conf, driver-class-name = "com.mysql.cj.jdbc.Driver" 3. Start the script seata/bin/seata-server.sh Remember to start nacos first, you can see that the service is successfully registered to nacos Possible reasons: The main reason why Seata does not support MySQL 8 is that the connection driver is version 5, so you can replace the MySQL 8 version of the connection driver or keep both. 1. Go to the seata/lib directory and paste the 8 version jar package into the directory 2. Modify seata/conf/file.conf, driver-class-name = "com.mysql.cj.jdbc.Driver" 3. Start the script seata/bin/seata-server.sh Remember to start nacos first, you can see that the service is successfully registered to nacos This is the end of this article about how to solve the problem that Seata cannot use MySQL version 8. For more information about Seata using MySQL version 8, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: XHTML tags have a closing tag
>>: How to draw a mind map in a mini program
Tip: In MySQL, we often need to create and delete...
mysql gets all dates or months in a time period 1...
CentOS 8 has been released for a long time. As so...
When using a virtual machine, you may find that t...
This article shares the MySQL installation tutori...
This article shares with you a graphic tutorial o...
Here is a common one-click performance test scrip...
Table of contents Preface environment Install Cre...
Recently, I have a need to list all host names in...
*** Example of setting the style of a hyperlink a...
The Golden Rule Always follow the same set of cod...
Table of contents What are shallow cloning and de...
Website, (100-1)% of the content is navigation 1....
1. Docker startup problem: Problem Solved: You ne...
Xiaobai learned about Vue, then learned about web...