I am engaged in installing zumro CRM . The server is configured. Now requirements for configuring the database :
**Failed Required Services** Database default collation is: utf8_general_ci . Database default collation should not be in: utf8_general_ci FAIL Database log_bin=on. Either set log_bin=off or set log_bin_trust_function_creators=on. FAIL **Failed Optional Services** Database max_sp_recursion_depth size is: 0 minimum requirement is: 20 FAIL Database thread_stack value is: 196608 minimum requirement is: 524288 FAIL Database optimizer_search_depth value is 62. It is required to be set to 0. FAIL Database does not support LOAD LOCAL INFILE. FAIL
I saw max_sp_recursion_depth
in tables with configs, but you cannot change it.
Where to find and adjust all this?
Thank you in advance.