How to open MySQL's max_user_connections setting?
How to open MySQL's max_user_connections setting?
How to open MySQL's max_user_connections setting? WHMCS 6 need.
https://dev.mysql.com/doc/refman/5.0/en ... urces.html
https://dev.mysql.com/doc/refman/5.0/en ... urces.html
Re: How to open MySQL's max_user_connections setting?
It was a question?
From mysql console, if you use this manual -> ssh and then
onwards use manual ;-)
From mysql console, if you use this manual -> ssh and then
Code: Select all
mysql -uroot -ppassword
Re: How to open MySQL's max_user_connections setting?
Enable MySQL: max_user_connectionsskurudo wrote:It was a question?
From mysql console, if you use this manual -> ssh and thenonwards use manual ;-)Code: Select all
mysql -uroot -ppassword
Re: How to open MySQL's max_user_connections setting?
Wait, I don't get it.kudouyuzi wrote:Enable MySQL: max_user_connections
1) ssh
2) then mysql console
3) then in console
Code: Select all
mysql> GRANT USAGE ON *.* TO 'batchjob'@'localhost'
-> WITH MAX_USER_CONNECTIONS 50;