linux系统下,mysql连接数最大能设置到多少?

linux系统下,mysql 5.7.17连接数和并发数最大能设置到多少?最大连接数默认151,可以修改,我想知道能修改到的最大数大概是多少?

一般不会超过1000,那个值也不是越大越好,根据需求确定吧。http://blog.csdn.net/qingzhong_he2010/article/details/50708106

Note that increasing the number of connections that can be made will increase the potential amount of RAM required for MySQL to run. Increase the max_connections setting with caution!

https://www.electrictoolbox.com/update-max-connections-mysql/

你可以设置足够大,但是系统性能会受限