Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example of mysql cross-library transaction XA operation

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This paper gives an example of mysql cross-database transaction XA operation. Share with you for your reference, the details are as follows:

Some time ago, I encountered the problem of cross-database transactions in my work, and then I made an inquiry on the Internet, and now I do some arrangement and summary.

1. First, make sure that mysql enables XA transaction support.

SHOW VARIABLES LIKE'% XA%'

If the value of innodb_support_xa is ON, mysql has enabled support for XA transactions.

If not, execute:

SET innodb_support_xa = ON

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: 0

*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.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report