| 12345678910111213141516171819202122 |
- #ident "@(#)$Format:LocalFoodAI:app.py:%an:%ae:%ad:%cn:%ce:%cd:%H:%D:%N$"
- [mysqld]
- # ---------------------------------------------------------
- # MySQL Configuration Settings
- # ---------------------------------------------------------
- # 1. Allow loading files from ANY directory
- # Setting secure_file_priv to empty string removes all directory restrictions
- # for the LOAD DATA INFILE command.
- secure_file_priv = ""
- # Enable local infile on the server side
- local_infile = 1
- # Allow creation of stored functions/triggers when binary logging is enabled
- log_bin_trust_function_creators = 1
- # Note: We configure validate_password via SQL directly if needed, instead of my.cnf.
- [mysql]
- # Enable local infile on the client side
- local_infile = 1
|