Search found 6 matches

by Noonie
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...
by Noonie
Wed Sep 09, 2015 8:43 pm
Forum: General
Topic: MySQL
Replies: 9
Views: 2974

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
by Noonie
Tue Sep 08, 2015 5:31 pm
Forum: General
Topic: MySQL
Replies: 9
Views: 2974

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?
by Noonie
Tue Sep 08, 2015 3:42 am
Forum: General
Topic: MySQL
Replies: 9
Views: 2974

Re: MySQL

I located a file called my-default.ini

under [mysqld]

if i put

[mysqld]
max_connections = 10000;


would that be good?
by Noonie
Mon Sep 07, 2015 10:15 pm
Forum: General
Topic: MySQL
Replies: 9
Views: 2974

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...
by Noonie
Mon Sep 07, 2015 4:33 pm
Forum: General
Topic: MySQL
Replies: 9
Views: 2974

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 ...