You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although MySQL is great, MariaDB is also better because it's more open than what ORACLE does.
Is there a way to connect and run with MariaDB 10.6, 10.11, 11.x?
I've been trying some tests with MariaDB, but I get some errors, and probably is because of some compatibility issues with the MySQL default configuration.
The text was updated successfully, but these errors were encountered:
Thanks for your question. The actual issue is how MariaDB binary logs work. MariaDB still uses the WRITE_ROW_EVENT_V1 while MySQL uses the version two of it (Same goes for DELETE and UPDATE). At this moment we do not have support for parsing V1 events.
Although MySQL is great, MariaDB is also better because it's more open than what ORACLE does.
Is there a way to connect and run with MariaDB 10.6, 10.11, 11.x?
I've been trying some tests with MariaDB, but I get some errors, and probably is because of some compatibility issues with the MySQL default configuration.
The text was updated successfully, but these errors were encountered: