MySQL Variables large_files_support 数据库 参数变量解释及正确配置使用
本站中文解释
large_files_support是MySQL服务器针对大文件处理能力的参数变量。设置large_files_support可以让MySQL数据库服务器支持上传大文件,文件可以更大、更多。其取值范围包括0(禁用)和1(启用),默认值为0。
在MySQL服务器的MySQL配置文件(my.cnf)中添加设置large_files_support参数,以支持大文件处理。
比如:
[mysqld]
large-files-support=1
官方英文解释
large_files_support
System Variable | large_files_support |
---|---|
Scope | Global |
Dynamic | No |
Type | Boolean |
Whether mysqld was compiled with options
for large file support.