mysql_maxconnections
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mysql_maxconnections [2015/04/07 08:56] – luke7858 | mysql_maxconnections [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
OR if you log into mysql you can use the following command: | OR if you log into mysql you can use the following command: | ||
<sxh bash> | <sxh bash> | ||
- | show variables like ' | + | show variables like ' |
</ | </ | ||
You should have a similar output: | You should have a similar output: | ||
Line 29: | Line 29: | ||
[mysqld] | [mysqld] | ||
max_connections = 1000 | max_connections = 1000 | ||
+ | </ | ||
+ | \\ | ||
+ | --------------------------------------------------------------- | ||
+ | \\ | ||
+ | === Setting max user connections === | ||
+ | <sxh bash> | ||
+ | mysql -e 'show variables;' | ||
+ | </ | ||
+ | \\ | ||
+ | <sxh bash> | ||
+ | show variables like ' | ||
</ | </ |
mysql_maxconnections.1428396982.txt.gz · Last modified: 2024/05/23 07:26 (external edit)