Table of Contents |
---|
About WSO2 API Manager
...
mysql.sql
: Use this script for MySQL versions prior to version 5.7.mysql5.7.sql
: Use this script for MySQL 5.7 and later versions.
Note that if you are automatically creating databases during server startup using the -DSetup
option, the mysql.sql
script will be used by default to set up the database. Therefore, if you have MySQL version 5.7 set up for your server, be sure to do the following before starting the server:
...
First, change the existing mysql.sql
file to a different filename.
...
- .
MySQL 5.7 is only recommended for products that are based on Carbon 4.4.6 or a later version.
...
Why are the changes I did to the Response Content Type
resource parameter of a published API not reflected in the API Store, even after saving?
If you edited the Response Content Type using the UI, please open the API's Swagger definition, do your changes, and save. Then the changes should be reflected back in the API Store. This will be fixed in a future release.
...
You can protect your server from attacks such as the Logjam attack (Man-in-the-Middle attack) by disabling weak ciphers. For more details, see Disable weak ciphers in the WSO2 Admin Guide.
...