Note: For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.
MySQL database and user requirements
Review the database requirement for MySQL. Follow the steps to create user, database, and configure your database to meet the specific requirement.
About this task
Make sure that you set the character set to UTF8.
The
following properties must be assigned with appropriate values:
- max_allowed_packet with 256 M or more
- innodb_log_file_size with 250 M or more
The procedure creates a database (MFPDATA) and a user (mfpuser) that can connect to the database with all privileges from a host (mfp-host).