Home:ALL Converter>AWS Aurora compatibility with MySQL

AWS Aurora compatibility with MySQL

Ask Time:2018-02-28T20:16:06         Author:PGBI

Json Formatter

At my company we are considering the possibility to migrate our MySQL dbs to AWS Aurora.

AWS documentation states:

What does "MySQL compatible" mean?

It means that most of the code, applications, drivers and tools you already use today with your MySQL databases can be used with Aurora with little or no change. The Amazon Aurora database engine is designed to be wire-compatible with MySQL 5.6 using the InnoDB storage engine. Certain MySQL features like the MyISAM storage engine are not available with Amazon Aurora.

I haven't been able to find a documentation exhaustively listing which MySQL features are not available with Amazon Aurora, and what kind of "little change" we might have to do if we decide to migrate.

What kind of non-BC change should we expect to encounter if we switch (appart from the non-support of the MyISAM storage engine)?

Author:PGBI,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/49029370/aws-aurora-compatibility-with-mysql
yy