Problems caused by MySQL 5.6 upgrade: mysql 5.6 upgrade

Source: Internet
Author: User

Problems caused by MySQL 5.6 upgrade: mysql 5.6 upgrade

The MySQL database of the Project was upgraded from 5.5 to 5.6 yesterday. As a result, some tables cannot be updated. The following error is reported:

When @ GLOBAL. ENFORCE_GTID_CONSISTENCY = 1, updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.

MySQL official solution:

"Updates to tables using nontransactional storage engines such as MyISAM cannot be made in the same statement or transaction as updates to tables using transactional storage engines such as InnoDB ."

Https://dev.mysql.com/doc/refman/5.6/en/replication-gtids-restrictions.html

References:

Http://blog.webyog.com/2014/05/12/suddenly-myisam-became-transaction-aware


MYSQL installation problems have been installed many times. The same error is as follows:

If you have installed mysql before, check whether the mysql service has been uninstalled.
Check whether the firewall is disabled!


Mysql 56 configuration problems

The port number should be 9000.
Or do not set

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.