Restore on mariaDB failed Operation not permitted

Mark Steinhauer 1 Reputation point
2022-07-21T17:02:50.27+00:00

I try to use the Azure MariaDB. While I want to copy a database from local device to the cloud I get the Message
Restore on mariaDB failed Operation not permitted

log_bin_trust_function_creators = ON I have already set

Azure Database for MariaDB
{count} votes

1 answer

Sort by: Most helpful
  1. Mark Steinhauer 1 Reputation point
    2022-07-26T05:49:46.457+00:00

    The solution lies in the table engine used. Aria and myisam is not supported. The tables must be InnoDB. After converting the tables to InnoDB, the database could be migrated to the cloud.

    0 comments No comments