Hi,
I have a little Problem with the Mysql Database and the php-connects.
Maybe somebody can help me.
1) How can i increase the max_connections from the mysql-database on my linux server?
2) A develop forgot do use the mysql_close() statement so we got a lot of open connections and after 100 (default) no more connections where opened. Is it possible to limit connections to a database or table? I dont want the other databases, websites do get affected from such mistage.
thanks 4 help
Georg