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
Install related dependencies npm i lib-flexible -...
This article shares the specific code of js to re...
Table of contents Vue this.$store.state.xx.xx Get...
Vim is a powerful full-screen text editor and the...
This article shares with you two methods of setti...
XML/HTML CodeCopy content to clipboard < butto...
This article shares the specific code of JavaScri...
Sublime Sublime Text is a code editor (Sublime Te...
Tutorial Series MySQL series: Basic concepts of M...
MySQL 8.0 compressed package installation method,...
Table of contents 1. Installation and introductio...
Download the latest version of MySQL for Ubuntu L...
Since the problem occurred rather suddenly and th...
Detailed explanation of Linux LVM logical volume ...
1. Pull the Mysql image docker pull mysql:5.7 2. ...