[错误]/usr/local/libexec/mysqld:未知变量thread_concurrency = 8

时间:2020-01-09 10:41:35  来源:igfitidea点击:

我试图在Linux MySQL服务器下将thread_concurrency设置为8。
但是,当我尝试重新启动mysql服务器时,出现以下错误:

[ERROR] /usr/local/libexec/mysqld: unknown variable thread_concurrency=8
[错误]/usr/local/libexec/mysqld:未知变量thread_concurrency = 8

我该如何解决这个问题?
此变量thread_concurrency仅特定于Solaris UNIX系统。
在Solaris下,mysqld服务器使用变量值调用thr_setconcurrency()。
此功能使应用程序可以为线程系统提供有关应该同时运行的所需线程数的提示。
这个变量是在MySQL 3.23.7中添加的。
在Linux,FreeBSD和其他类似UNIX的操作系统上,此变量将被忽略。