Перейти к публикации

Рекомендованные сообщения

Sir, there's a problem with your hoster, who've set restrictions to the max_user_connection in sql ini file. Ask him to change the number of max user connections, so it'll be possible to establish more concurrent connections.

Ссылка на сообщение
Поделиться на других сайтах

I dunno, how d'your hosting work, so i'll tell it in common. You or your hoster have mysql configuration file (by default it's called my.ini). Look in it for the string described above in way something like "The maximum amount of concurrent sessions the MySQL server will allow". I dunno was it named so in mysql 4.x, in my MySQL 5.0.41 this string looks like:

# The maximum amount of concurrent sessions the MySQL server will

# allow. One of these connections will be reserved for a user with

# SUPER privileges to allow the administrator to login even if the

# connection limit has been reached.

max_connections=100

So, strings following the "#" sign are the desctription of the max_connections option. You have to set this option to something like I have, e.g. 100.

Ссылка на сообщение
Поделиться на других сайтах

Присоединяйтесь к обсуждению

Вы можете опубликовать сообщение сейчас, а зарегистрироваться позже. Если у вас есть аккаунт, войдите в него для написания от своего имени.

Гость
Ответить в тему...

×   Вставлено в виде отформатированного текста.   Вставить в виде обычного текста

  Разрешено не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отобразить как ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставить изображения напрямую. Загрузите или вставьте изображения по ссылке.

×
×
  • Создать...