You can increase this value in main config file (e.g., /etc/my.cnf) using this syntax:
[mysqld]
set-variable=max_connectio
http://dev.mysql.com/doc/r
you can see what this is currently set to by using
show variables like 'max_connections';
if you have mysql administrator you can see who is currently connected to the database.
Main Topics
Browse All Topics





by: b0lsc0ttPosted on 2006-12-04 at 15:17:47ID: 18072802
aej1973,
One command you can use is ...
show processlist;
Let me know if you have any questions or need more information.
b0lsc0tt