my.cnf 628 B

12345678910111213141516171819
  1. #ident "@(#)$Format:LocalFoodAI:app.py:%an:%ae:%ad:%cn:%ce:%cd:%H:%D:%N$"
  2. [mysqld]
  3. # ---------------------------------------------------------
  4. # MySQL Configuration Settings
  5. # ---------------------------------------------------------
  6. # 1. Allow loading files from ANY directory
  7. # Setting secure_file_priv to empty string removes all directory restrictions
  8. # for the LOAD DATA INFILE command.
  9. secure_file_priv = ""
  10. # Enable local infile on the server side
  11. local_infile = 1
  12. # Note: We configure validate_password via SQL directly if needed, instead of my.cnf.
  13. [mysql]
  14. # Enable local infile on the client side
  15. local_infile = 1