Configuring your generic MySQL destination.
3306
) from the static IP.1024
to 65535
to the static IP.schema
/database
already existsBy default, the service creates a new schema (in MySQL, schema
is synonomous with database
). If you prefer to create the schema yourself before connecting the destination, you must ensure that the writer user has the proper permissions on the schema, using GRANT ALL PRIVILEGES ON <database_name>.* TO <username>@'%';