Re: not able to create table tablename as (some query) IN MYSQL 5.7 DATABASE. any global variable need to be set on db level. please elp.
Posted by: Peter Brawley
Date: February 21, 2017 11:39AM

MySQL error code 1786 (ER_GTID_UNSAFE_CREATE_SELECT):
CREATE TABLE ... SELECT is forbidden when @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1

See https://dev.mysql.com/doc/refman/5.6/en/replication-options-gtids.html

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.