constraint movie_studio_pk primary key (movie_studioID), constraint movie_studio_fk_movie foreign key (m_movieID) references movie (movieID), constraint movie_studio_fk_studio foreign key (s_studioID) ...
When using a mq cluster with a mysql database and the default database with UTF-8 as the default character set. The creation of the database tables fails: ...