mysqlconnect()max_users_connection错误

时间:2013-09-18 13:15:34

标签: php mysql

我有这个网站,它给了我一个max_users_connection,我在网上读到了一些关于这个的文档,我需要将值0设为无限制并将值更改为某些内容,但我需要在cPanel上进行所有操作并转到MySql Database但是我没有访问权限,有没有办法解决这个问题而不必去cpanel,下面是错误我有< / p>

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*/}

1 个答案:

答案 0 :(得分:1)

您需要编辑my.ini并在那里更改max_users_connection。您可以使用任何文本编辑器打开它。文件位于服务器上的mysql安装文件夹中。

文件也可以称为my_default * .ini。只需在服务器文件夹中搜索* .ini即可。

如果该行不存在,只需添加max_users_connection = 0