Difference between revisions of "Troubleshoot MySQL"
(Created page with "Page is currently under construction. Below, you may find notes and gibberish that I'm collecting to help make an article.") |
|||
Line 1: | Line 1: | ||
Page is currently under construction. | Page is currently under construction. | ||
+ | |||
Below, you may find notes and gibberish that I'm collecting to help make an article. | Below, you may find notes and gibberish that I'm collecting to help make an article. | ||
+ | |||
+ | |||
+ | <pre>mysql | ||
+ | SET GLOBAL max_connections = 500; | ||
+ | flush hosts;</pre> | ||
+ | |||
+ | |||
+ | and in: | ||
+ | |||
+ | /etc/my.cnf | ||
+ | |||
+ | max_connections = 500 | ||
+ | |||
+ | then restart mysql |
Revision as of 14:17, 5 June 2015
Page is currently under construction.
Below, you may find notes and gibberish that I'm collecting to help make an article.
mysql SET GLOBAL max_connections = 500; flush hosts;
and in:
/etc/my.cnf
max_connections = 500
then restart mysql