Heim > Datenbank > MySQL-Tutorial > mysql提示Changed limits: max_open_files: 2048 max_connection_MySQL

mysql提示Changed limits: max_open_files: 2048 max_connection_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Freigeben: 2016-06-01 13:12:45
Original
1313 Leute haben es durchsucht

在windows下安装Mysql系统日志出现max_open_files: 2048 max_connections: 510 table_cache: 764 类似错误是因为 max_connections 最大连接数和max_open_files、table_cache 不匹配。适当的降低max_connections 或调整其他两个数值

解决办法在 mysql bin > 中输入 mysql-nt --table_cache=764
mysql-nt --innodb_open_files=2048 即可!!
table_cache和max_connections 在my.ini 里可调
Changed limits: max_open_files: 2048 max_connections: 1024 table_cache: 507
max_connections=1024
table_cache=500
 

附:

以上是由于你的my.ini 或者my.cfg等等里面的 max_connections 和table_cache设置不对造成的。系统为你自动调整为相对比较接近的数值。
max_connections,table_cache不是越大越好。请参考以下公式进行匹配:

由于max_open_files是固定的,在windows里面只能是2048.

2048= max_connections+table_cache*2

原则上说来,只要设置好了一半就不会报错了,最好是后面设置为稍微小于2048,不要等于。

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Aktuelle Ausgaben
Kann Windows erlernt werden?
Aus 1970-01-01 08:00:00
0
0
0
Zookeeper-Erweiterung unter Windows
Aus 1970-01-01 08:00:00
0
0
0
Kann ich vim problemlos unter Windows spielen?
Aus 1970-01-01 08:00:00
0
0
0
Verfügt die Windows-Version über Emmet? ?
Aus 1970-01-01 08:00:00
0
0
0
Installieren Sie PHP in einer Windows-Umgebung
Aus 1970-01-01 08:00:00
0
0
0
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage