本站中文解释
_key
Mysql参数变量license_key用于在网络安装过程中设置授权密钥,以便完整安装MySQL软件,并获得支持。设置license_key要指定该参数的参数值。
在命令行中可以使用以下语法设置变量license_key:
SET GLOBAL license_key=”Your-Licensing-Key-Here”;
在my.cnf中可以使用以下语法设置变量license_key:
[mysqld]
license_key=Your-Licensing-Key-Here
官方英文解释
license
System Variable | license |
---|---|
Scope | Global |
Dynamic | No |
Type | String |
Default Value | GPL |
The type of license the server has.