Merhaba, esx ile sanallaştırıp freebsd 7.2 işletim sistemli vds açtığım sunucumda mysql ile bağlantısı olan sitemde hata alıyorum bir saatte 5-6 defa geliyor bu hata.

Warning: mysql_connect() [function.mysql-connect]: User 'site' has exceeded the 'max_user_connections' resource (current value: 1) in /home/netmtnet/public_html/index.php on line 18

Warning: mysql_connect() [function.mysql-connect]: User 'site' has exceeded the 'max_user_connections' resource (current value: 1) in /home/netmtnet/public_html/index.php on line 19


hostingden kaynaklı değil sitedeki verileri sunucumdaki mysqlden çekiyor.

/var/db/mysql/my.cnf alttaki gibi.
[mysqld]
set-variable=local-infile=0
set-variable = max_connections=4096
set-variable = max_user_connections=1500
safe-show-database
max_allowed_packet=16M
inex.phpdeki 18. ve 19. satır şöyle
  $sqlHp = mysql_connect(SQL_HP_HOST, SQL_HP_USER, SQL_HP_PASS);
  $sqlServ = mysql_connect(SQL_HOST, SQL_USER, SQL_PASS);