我有这个网站,它给了我一个max_users_connection
,我已经在网上阅读了一些关于这个的文件,我需要将值设置0
为无限制并将值更改为某些东西,但我需要在 cPanel 上做的所有事情并转到MySql Database
但我无权访问,有没有办法解决这个问题而不必去cpanel,下面是我遇到的错误
mysql_connect() [function.mysql-connect]: User folderName already has more than 'max_user_connections' active connections in /public_html/folderName/system/database/mysql.php on line 6
在第 6 行,那里写的代码是
public function __construct($hostname, $username, $password, $database){/*some function here*/}