Quantcast
Channel: Kaltura - Latest topics
Viewing all articles
Browse latest Browse all 2994

MySQL on AWS RDS does not accept SET GLOBAL commands

$
0
0

@rsutton wrote:

Running the kaltura db on AWS RDS requires changes to sql scripts because RDS does not allow the SUPER USER to execute ‘SET GLOBAL’ commands. Not making this change prevents the database tables being created.

grep -rl ‘SET GLOBAL’ /opt/kaltura/app/deployment/base/sql/ | xargs sed -i ‘s/^SET GLOBAL.*//g’

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 2994

Trending Articles