欢迎光临
我们一直在努力

MySQL Variables have_symlink 数据库 参数变量解释及正确配置使用

本站中文解释

have_symlink参数变量指的是是否支持符号链接。默认值为DISABLED,即禁止符号链接。若要开启符号链接功能,可以在MySQL的启动参数中添加–symbolic-links参数,然后在mysql服务启动后,执行以下SQL语句可以将have_symlink变量值设置为YES:

SET GLOBAL have_symlink=YES;

官方英文解释

have_symlink

YES if symbolic link support is enabled,
NO if not. This is required on Unix for
support of the DATA DIRECTORY and
INDEX DIRECTORY table options. If the
server is started with the
--skip-symbolic-links
option, the value is DISABLED.

This variable has no meaning on Windows.

赞(0)
【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。