How to solve the problem that Seata cannot use MySQL 8 version

How to solve the problem that Seata cannot use MySQL 8 version

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

insert image description here

2. Modify seata/conf/file.conf, driver-class-name = "com.mysql.cj.jdbc.Driver"

insert image description here

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

insert image description here

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

insert image description here

2. Modify seata/conf/file.conf, driver-class-name = "com.mysql.cj.jdbc.Driver"

insert image description here

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

insert image description here

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:
  • How springboot cloud uses eureka to integrate distributed transaction component Seata
  • Detailed explanation of the deployment process of SEATA transaction service Docker
  • Detailed installation and use of seata-1.4.0 in springcloud
  • Detailed explanation of SpringCloud-Alibaba-Seata distributed transactions
  • Springcloud seata distributed transaction implementation code analysis
  • SpringCloud Alibaba Seata (Collection Edition)
  • Detailed explanation of SpringBoot's distributed transaction solution based on Dubbo and Seata
  • Springcloud seata nacos environment construction process diagram
  • Detailed explanation of SpringBoot+Dubbo+Seata distributed transactions
  • One article to understand the implementation principle of Seata

<<:  XHTML tags have a closing tag

>>:  How to draw a mind map in a mini program

Recommend

React configuration px conversion rem method

Install related dependencies npm i lib-flexible -...

A brief discussion on this.$store.state.xx.xx in Vue

Table of contents Vue this.$store.state.xx.xx Get...

Detailed explanation of Linux text editor Vim

Vim is a powerful full-screen text editor and the...

How to set horizontal navigation structure in Html

This article shares with you two methods of setti...

JavaScript to dynamically load and delete tables

This article shares the specific code of JavaScri...

MySQL Series 11 Logging

Tutorial Series MySQL series: Basic concepts of M...

How to generate PDF and download it in Vue front-end

Table of contents 1. Installation and introductio...

Solution to the failure of entering the container due to full docker space

Since the problem occurred rather suddenly and th...

Execute initialization sql when docker mysql starts

1. Pull the Mysql image docker pull mysql:5.7 2. ...