Magento 2.2 : MySQL General error 1787 when reindexing The Next CEO of Stack OverflowMySQL “SELECT would examine more than MAX_JOIN_SIZE rows” error when reindexing catalog_product_priceError when creating new theme for magento 2.2Magento 2.2 : Cannot Add SubcategoryReindexing catalog_product_flat causes Mysql error 1117 Too many columsdesign_config_grid_flat' doesn't existMagento ver. 1.9.3.9 After update catalog url rewrite stuck on processing2.2 B2B - Error when editing companyMagento 2 Down: replica Tales not found when reindexing!error after moving magento mysql

What happened in Rome, when the western empire "fell"?

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

How to write a definition with variants?

Is there a way to save my career from absolute disaster?

Does soap repel water?

Why is information "lost" when it got into a black hole?

Flying from Cape Town to England and return to another province

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

Chain wire methods together in Lightning Web Components

Reference request: Grassmannian and Plucker coordinates in type B, C, D

RigExpert AA-35 - Interpreting The Information

What flight has the highest ratio of timezone difference to flight time?

Can MTA send mail via a relay without being told so?

How many extra stops do monopods offer for tele photographs?

When you upcast Blindness/Deafness, do all targets suffer the same effect?

Why did CATV standarize in 75 ohms and everyone else in 50?

Domestic-to-international connection at Orlando (MCO)

How to prove a simple equation?

Can this equation be simplified further?

Is it convenient to ask the journal's editor for two additional days to complete a review?

Is the D&D universe the same as the Forgotten Realms universe?

Does increasing your ability score affect your main stat?

TikZ: How to reverse arrow direction without switching start/end point?

Proper way to express "He disappeared them"



Magento 2.2 : MySQL General error 1787 when reindexing



The Next CEO of Stack OverflowMySQL “SELECT would examine more than MAX_JOIN_SIZE rows” error when reindexing catalog_product_priceError when creating new theme for magento 2.2Magento 2.2 : Cannot Add SubcategoryReindexing catalog_product_flat causes Mysql error 1117 Too many columsdesign_config_grid_flat' doesn't existMagento ver. 1.9.3.9 After update catalog url rewrite stuck on processing2.2 B2B - Error when editing companyMagento 2 Down: replica Tales not found when reindexing!error after moving magento mysql










0















How to fix the two errors below ?



$ php bin/magento indexer:reindex
Design Config Grid index has been rebuilt successfully in 00:00:00
Customer Grid index is locked by another reindex process. Skipping.
Category Products index has been rebuilt successfully in 00:00:00
Product Categories index has been rebuilt successfully in 00:00:00
Product Price index has been rebuilt successfully in 00:00:00
SQLSTATE[HY000]: General error: 1787 When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can be executed in a non-transactional context only, and require that AUTOCOMMIT = 1., query was: CREATE TEMPORARY TABLE IF NOT EXISTS `catalog_product_index_eav_temp` LIKE `catalog_product_index_eav_tmp`
Stock index has been rebuilt successfully in 00:00:00
Catalog Rule Product index has been rebuilt successfully in 00:00:00
Catalog Product Rule index has been rebuilt successfully in 00:00:00
Catalog Search index has been rebuilt successfully in 00:00:04


My server in on Ubuntu 16.04 with Mysql 5.7.19 and php 7.0.24.










share|improve this question
















bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • What is your MySQL version ? What returns the mysql query : "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;" ?

    – Nicolas PERNOT
    Oct 24 '17 at 8:06











  • I'm using "mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper". The query returns "1".

    – maxagaz
    Oct 24 '17 at 8:25















0















How to fix the two errors below ?



$ php bin/magento indexer:reindex
Design Config Grid index has been rebuilt successfully in 00:00:00
Customer Grid index is locked by another reindex process. Skipping.
Category Products index has been rebuilt successfully in 00:00:00
Product Categories index has been rebuilt successfully in 00:00:00
Product Price index has been rebuilt successfully in 00:00:00
SQLSTATE[HY000]: General error: 1787 When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can be executed in a non-transactional context only, and require that AUTOCOMMIT = 1., query was: CREATE TEMPORARY TABLE IF NOT EXISTS `catalog_product_index_eav_temp` LIKE `catalog_product_index_eav_tmp`
Stock index has been rebuilt successfully in 00:00:00
Catalog Rule Product index has been rebuilt successfully in 00:00:00
Catalog Product Rule index has been rebuilt successfully in 00:00:00
Catalog Search index has been rebuilt successfully in 00:00:04


My server in on Ubuntu 16.04 with Mysql 5.7.19 and php 7.0.24.










share|improve this question
















bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • What is your MySQL version ? What returns the mysql query : "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;" ?

    – Nicolas PERNOT
    Oct 24 '17 at 8:06











  • I'm using "mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper". The query returns "1".

    – maxagaz
    Oct 24 '17 at 8:25













0












0








0


0






How to fix the two errors below ?



$ php bin/magento indexer:reindex
Design Config Grid index has been rebuilt successfully in 00:00:00
Customer Grid index is locked by another reindex process. Skipping.
Category Products index has been rebuilt successfully in 00:00:00
Product Categories index has been rebuilt successfully in 00:00:00
Product Price index has been rebuilt successfully in 00:00:00
SQLSTATE[HY000]: General error: 1787 When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can be executed in a non-transactional context only, and require that AUTOCOMMIT = 1., query was: CREATE TEMPORARY TABLE IF NOT EXISTS `catalog_product_index_eav_temp` LIKE `catalog_product_index_eav_tmp`
Stock index has been rebuilt successfully in 00:00:00
Catalog Rule Product index has been rebuilt successfully in 00:00:00
Catalog Product Rule index has been rebuilt successfully in 00:00:00
Catalog Search index has been rebuilt successfully in 00:00:04


My server in on Ubuntu 16.04 with Mysql 5.7.19 and php 7.0.24.










share|improve this question
















How to fix the two errors below ?



$ php bin/magento indexer:reindex
Design Config Grid index has been rebuilt successfully in 00:00:00
Customer Grid index is locked by another reindex process. Skipping.
Category Products index has been rebuilt successfully in 00:00:00
Product Categories index has been rebuilt successfully in 00:00:00
Product Price index has been rebuilt successfully in 00:00:00
SQLSTATE[HY000]: General error: 1787 When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can be executed in a non-transactional context only, and require that AUTOCOMMIT = 1., query was: CREATE TEMPORARY TABLE IF NOT EXISTS `catalog_product_index_eav_temp` LIKE `catalog_product_index_eav_tmp`
Stock index has been rebuilt successfully in 00:00:00
Catalog Rule Product index has been rebuilt successfully in 00:00:00
Catalog Product Rule index has been rebuilt successfully in 00:00:00
Catalog Search index has been rebuilt successfully in 00:00:04


My server in on Ubuntu 16.04 with Mysql 5.7.19 and php 7.0.24.







database magento2.2






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 26 '17 at 15:51







maxagaz

















asked Oct 24 '17 at 7:52









maxagazmaxagaz

421425




421425





bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • What is your MySQL version ? What returns the mysql query : "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;" ?

    – Nicolas PERNOT
    Oct 24 '17 at 8:06











  • I'm using "mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper". The query returns "1".

    – maxagaz
    Oct 24 '17 at 8:25

















  • What is your MySQL version ? What returns the mysql query : "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;" ?

    – Nicolas PERNOT
    Oct 24 '17 at 8:06











  • I'm using "mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper". The query returns "1".

    – maxagaz
    Oct 24 '17 at 8:25
















What is your MySQL version ? What returns the mysql query : "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;" ?

– Nicolas PERNOT
Oct 24 '17 at 8:06





What is your MySQL version ? What returns the mysql query : "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;" ?

– Nicolas PERNOT
Oct 24 '17 at 8:06













I'm using "mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper". The query returns "1".

– maxagaz
Oct 24 '17 at 8:25





I'm using "mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper". The query returns "1".

– maxagaz
Oct 24 '17 at 8:25










2 Answers
2






active

oldest

votes


















0














Magento try to create a temporary table, but like you have ENFORCE_GTID_CONSISTENCY enable that failed.




Only statements that can be logged using GTID safe statements can be logged when enforce-gtid-consistency is set to ON, so the operations listed here cannot be used with this option:



  • CREATE TABLE ... SELECT statements

  • CREATE TEMPORARY TABLE or DROP TEMPORARY TABLE statements inside transactions

  • Transactions or statements that update both transactional and nontransactional tables. There is an exception that nontransactional DML is allowed in the same transaction or in the same statement as transactional DML, if all nontransactional tables are temporary.



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



I don't know if Magento 2 is able to work with GTID Consistency enable (seems not). If it's not a strong need, you can deactivate it.






share|improve this answer























  • How to disable it ?

    – maxagaz
    Oct 26 '17 at 15:22











  • Depends... Try to look for it in your my.cnf. You can have something like "enforce_gtid_consistency=true". Switch it to false and restart MySQL. Check if the modification is effective thanks to the query following: "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;"

    – Nicolas PERNOT
    Oct 27 '17 at 9:47











  • It is possible there are other configuration lines in you my.cnf about gtid, like gtid_mode (if it is, switch it to OFF). Don't forget to restart MySQL after a modification of my.cnf.

    – Nicolas PERNOT
    Oct 27 '17 at 9:48












  • Actually, I can't switch off GTID on the RDS server I'm using, is there another way to clean the database from GTID stuffs ?

    – maxagaz
    Oct 27 '17 at 10:51











  • You can set values through MySQL. But if configurations are in my.cnf, these values will be reinitialized each time MySQL will restart. So its not a good way to do, but that let you test if the solution works. "SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1000;". Maybe a dump of the database before could be a good idea ;)

    – Nicolas PERNOT
    Oct 27 '17 at 13:20


















0














Problem fixed by this module:
https://github.com/bangerkuwranger/Magento-2-GTID-Safe-URL-Rewrite-Tables






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f198330%2fmagento-2-2-mysql-general-error-1787-when-reindexing%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Magento try to create a temporary table, but like you have ENFORCE_GTID_CONSISTENCY enable that failed.




    Only statements that can be logged using GTID safe statements can be logged when enforce-gtid-consistency is set to ON, so the operations listed here cannot be used with this option:



    • CREATE TABLE ... SELECT statements

    • CREATE TEMPORARY TABLE or DROP TEMPORARY TABLE statements inside transactions

    • Transactions or statements that update both transactional and nontransactional tables. There is an exception that nontransactional DML is allowed in the same transaction or in the same statement as transactional DML, if all nontransactional tables are temporary.



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



    I don't know if Magento 2 is able to work with GTID Consistency enable (seems not). If it's not a strong need, you can deactivate it.






    share|improve this answer























    • How to disable it ?

      – maxagaz
      Oct 26 '17 at 15:22











    • Depends... Try to look for it in your my.cnf. You can have something like "enforce_gtid_consistency=true". Switch it to false and restart MySQL. Check if the modification is effective thanks to the query following: "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;"

      – Nicolas PERNOT
      Oct 27 '17 at 9:47











    • It is possible there are other configuration lines in you my.cnf about gtid, like gtid_mode (if it is, switch it to OFF). Don't forget to restart MySQL after a modification of my.cnf.

      – Nicolas PERNOT
      Oct 27 '17 at 9:48












    • Actually, I can't switch off GTID on the RDS server I'm using, is there another way to clean the database from GTID stuffs ?

      – maxagaz
      Oct 27 '17 at 10:51











    • You can set values through MySQL. But if configurations are in my.cnf, these values will be reinitialized each time MySQL will restart. So its not a good way to do, but that let you test if the solution works. "SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1000;". Maybe a dump of the database before could be a good idea ;)

      – Nicolas PERNOT
      Oct 27 '17 at 13:20















    0














    Magento try to create a temporary table, but like you have ENFORCE_GTID_CONSISTENCY enable that failed.




    Only statements that can be logged using GTID safe statements can be logged when enforce-gtid-consistency is set to ON, so the operations listed here cannot be used with this option:



    • CREATE TABLE ... SELECT statements

    • CREATE TEMPORARY TABLE or DROP TEMPORARY TABLE statements inside transactions

    • Transactions or statements that update both transactional and nontransactional tables. There is an exception that nontransactional DML is allowed in the same transaction or in the same statement as transactional DML, if all nontransactional tables are temporary.



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



    I don't know if Magento 2 is able to work with GTID Consistency enable (seems not). If it's not a strong need, you can deactivate it.






    share|improve this answer























    • How to disable it ?

      – maxagaz
      Oct 26 '17 at 15:22











    • Depends... Try to look for it in your my.cnf. You can have something like "enforce_gtid_consistency=true". Switch it to false and restart MySQL. Check if the modification is effective thanks to the query following: "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;"

      – Nicolas PERNOT
      Oct 27 '17 at 9:47











    • It is possible there are other configuration lines in you my.cnf about gtid, like gtid_mode (if it is, switch it to OFF). Don't forget to restart MySQL after a modification of my.cnf.

      – Nicolas PERNOT
      Oct 27 '17 at 9:48












    • Actually, I can't switch off GTID on the RDS server I'm using, is there another way to clean the database from GTID stuffs ?

      – maxagaz
      Oct 27 '17 at 10:51











    • You can set values through MySQL. But if configurations are in my.cnf, these values will be reinitialized each time MySQL will restart. So its not a good way to do, but that let you test if the solution works. "SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1000;". Maybe a dump of the database before could be a good idea ;)

      – Nicolas PERNOT
      Oct 27 '17 at 13:20













    0












    0








    0







    Magento try to create a temporary table, but like you have ENFORCE_GTID_CONSISTENCY enable that failed.




    Only statements that can be logged using GTID safe statements can be logged when enforce-gtid-consistency is set to ON, so the operations listed here cannot be used with this option:



    • CREATE TABLE ... SELECT statements

    • CREATE TEMPORARY TABLE or DROP TEMPORARY TABLE statements inside transactions

    • Transactions or statements that update both transactional and nontransactional tables. There is an exception that nontransactional DML is allowed in the same transaction or in the same statement as transactional DML, if all nontransactional tables are temporary.



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



    I don't know if Magento 2 is able to work with GTID Consistency enable (seems not). If it's not a strong need, you can deactivate it.






    share|improve this answer













    Magento try to create a temporary table, but like you have ENFORCE_GTID_CONSISTENCY enable that failed.




    Only statements that can be logged using GTID safe statements can be logged when enforce-gtid-consistency is set to ON, so the operations listed here cannot be used with this option:



    • CREATE TABLE ... SELECT statements

    • CREATE TEMPORARY TABLE or DROP TEMPORARY TABLE statements inside transactions

    • Transactions or statements that update both transactional and nontransactional tables. There is an exception that nontransactional DML is allowed in the same transaction or in the same statement as transactional DML, if all nontransactional tables are temporary.



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



    I don't know if Magento 2 is able to work with GTID Consistency enable (seems not). If it's not a strong need, you can deactivate it.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Oct 24 '17 at 8:44









    Nicolas PERNOTNicolas PERNOT

    392212




    392212












    • How to disable it ?

      – maxagaz
      Oct 26 '17 at 15:22











    • Depends... Try to look for it in your my.cnf. You can have something like "enforce_gtid_consistency=true". Switch it to false and restart MySQL. Check if the modification is effective thanks to the query following: "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;"

      – Nicolas PERNOT
      Oct 27 '17 at 9:47











    • It is possible there are other configuration lines in you my.cnf about gtid, like gtid_mode (if it is, switch it to OFF). Don't forget to restart MySQL after a modification of my.cnf.

      – Nicolas PERNOT
      Oct 27 '17 at 9:48












    • Actually, I can't switch off GTID on the RDS server I'm using, is there another way to clean the database from GTID stuffs ?

      – maxagaz
      Oct 27 '17 at 10:51











    • You can set values through MySQL. But if configurations are in my.cnf, these values will be reinitialized each time MySQL will restart. So its not a good way to do, but that let you test if the solution works. "SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1000;". Maybe a dump of the database before could be a good idea ;)

      – Nicolas PERNOT
      Oct 27 '17 at 13:20

















    • How to disable it ?

      – maxagaz
      Oct 26 '17 at 15:22











    • Depends... Try to look for it in your my.cnf. You can have something like "enforce_gtid_consistency=true". Switch it to false and restart MySQL. Check if the modification is effective thanks to the query following: "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;"

      – Nicolas PERNOT
      Oct 27 '17 at 9:47











    • It is possible there are other configuration lines in you my.cnf about gtid, like gtid_mode (if it is, switch it to OFF). Don't forget to restart MySQL after a modification of my.cnf.

      – Nicolas PERNOT
      Oct 27 '17 at 9:48












    • Actually, I can't switch off GTID on the RDS server I'm using, is there another way to clean the database from GTID stuffs ?

      – maxagaz
      Oct 27 '17 at 10:51











    • You can set values through MySQL. But if configurations are in my.cnf, these values will be reinitialized each time MySQL will restart. So its not a good way to do, but that let you test if the solution works. "SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1000;". Maybe a dump of the database before could be a good idea ;)

      – Nicolas PERNOT
      Oct 27 '17 at 13:20
















    How to disable it ?

    – maxagaz
    Oct 26 '17 at 15:22





    How to disable it ?

    – maxagaz
    Oct 26 '17 at 15:22













    Depends... Try to look for it in your my.cnf. You can have something like "enforce_gtid_consistency=true". Switch it to false and restart MySQL. Check if the modification is effective thanks to the query following: "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;"

    – Nicolas PERNOT
    Oct 27 '17 at 9:47





    Depends... Try to look for it in your my.cnf. You can have something like "enforce_gtid_consistency=true". Switch it to false and restart MySQL. Check if the modification is effective thanks to the query following: "SELECT @@GLOBAL.ENFORCE_GTID_CONSISTENCY;"

    – Nicolas PERNOT
    Oct 27 '17 at 9:47













    It is possible there are other configuration lines in you my.cnf about gtid, like gtid_mode (if it is, switch it to OFF). Don't forget to restart MySQL after a modification of my.cnf.

    – Nicolas PERNOT
    Oct 27 '17 at 9:48






    It is possible there are other configuration lines in you my.cnf about gtid, like gtid_mode (if it is, switch it to OFF). Don't forget to restart MySQL after a modification of my.cnf.

    – Nicolas PERNOT
    Oct 27 '17 at 9:48














    Actually, I can't switch off GTID on the RDS server I'm using, is there another way to clean the database from GTID stuffs ?

    – maxagaz
    Oct 27 '17 at 10:51





    Actually, I can't switch off GTID on the RDS server I'm using, is there another way to clean the database from GTID stuffs ?

    – maxagaz
    Oct 27 '17 at 10:51













    You can set values through MySQL. But if configurations are in my.cnf, these values will be reinitialized each time MySQL will restart. So its not a good way to do, but that let you test if the solution works. "SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1000;". Maybe a dump of the database before could be a good idea ;)

    – Nicolas PERNOT
    Oct 27 '17 at 13:20





    You can set values through MySQL. But if configurations are in my.cnf, these values will be reinitialized each time MySQL will restart. So its not a good way to do, but that let you test if the solution works. "SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1000;". Maybe a dump of the database before could be a good idea ;)

    – Nicolas PERNOT
    Oct 27 '17 at 13:20













    0














    Problem fixed by this module:
    https://github.com/bangerkuwranger/Magento-2-GTID-Safe-URL-Rewrite-Tables






    share|improve this answer



























      0














      Problem fixed by this module:
      https://github.com/bangerkuwranger/Magento-2-GTID-Safe-URL-Rewrite-Tables






      share|improve this answer

























        0












        0








        0







        Problem fixed by this module:
        https://github.com/bangerkuwranger/Magento-2-GTID-Safe-URL-Rewrite-Tables






        share|improve this answer













        Problem fixed by this module:
        https://github.com/bangerkuwranger/Magento-2-GTID-Safe-URL-Rewrite-Tables







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 13 '17 at 15:13









        maxagazmaxagaz

        421425




        421425



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f198330%2fmagento-2-2-mysql-general-error-1787-when-reindexing%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

            Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

            How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2