Search found 6 matches
- Wed Dec 23, 2015 4:52 am
- Forum: Webhosting
- Topic: PuTTY
- Replies: 1
- Views: 1235
PuTTY
I'm attempting to install CPANEL on my VPS; however, some suggest using using zpanel instead because it has less problems with partitioning. OT: I'm getting this error every time I try to connect to PuTTY on the VPS or outside the VPS. Most people are able to connect to PUTTY and install CPanel or Z...
Re: MySQL
That's a temporary solution, once you restart sql it will set back to 151 or w.e your default value is =\
Well i'm beat :S
Well i'm beat :S
Re: MySQL
I renamed the file to my.ini and I added the statement you provided (just the one mysqld not two).
When I restarted mysql and checked the max connections through show variable etc, it displayed 151 instead of 10000. Is that normal?
When I restarted mysql and checked the max connections through show variable etc, it displayed 151 instead of 10000. Is that normal?
Re: MySQL
I located a file called my-default.ini
under [mysqld]
if i put
[mysqld]
max_connections = 10000;
would that be good?
under [mysqld]
if i put
[mysqld]
max_connections = 10000;
would that be good?
Re: MySQL
Normally "/etc/mysql/my.cnf, or /etc/my.cnf." I would right click xamp or wamp at the bottom right in the taskbar. Now, I am not using xamp or wamp. In fact, before I took over this database my friend was working on it and doesn't know either. So where would I look to find "/etc/mysql...
MySQL
Temporary solution to maxing connections, show variables like "max_connections"; set global max_connections = 200; I need help with the following: To make the change permanent you need to edit the my.cnf configuration file. Where do I find this file on my VPS? I'm not using wamp/xamp. I'm ...