I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

UPDAT

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5595
    Anonymous
    Inactive

    since the coin adapter update i have the problem that i have the (ALTER TABLE bwoTuKWiwallets_adds ENGINE=InnoDB;
    ALTER TABLE bwoTuKWiwallets_orders ENGINE=InnoDB;
    ALTER TABLE bwoTuKWiwallets_trades ENGINE=InnoDB;
    ALTER TABLE bwoTuKWiwallets_txs ENGINE=InnoDB;
    This message will disappear once the tables are set to use InnoDB.)
    is displayed and I don’t know how to solve it.

    #5597
    alexg
    Keymaster

    Hello,

    I have moved your post to the General discussion as it is not related to any coin adapter.

    The plugin instructs you to run these commands in your SQL console. This will change the storage engine used by your DB to store the plugin’s data to an engine that is more compatible with the plugin. You must do this for security, especially since you are using the Exchange extension.

    To enter commands into your SQL console, you can use phpMyAdmin. Simply follow any guide on how to do this, such as:

    How to Run a Script with phpMyAdmin in SQL for HTML5and CSS3 Programming

    Enter the commands exactly as you see them (copy & paste).

    If you’ve done it successfully, you will not see the warning again.

    Please let me know if you face any difficulties.

    with regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.