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

New sql error


m_m_123

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

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.

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

Архивировано

Эта тема находится в архиве и закрыта для публикации сообщений.

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