mysql에서 ERROR 1203이 뜹니다

맹고이의 이미지

동아리 홈페이지에 접속하려니깐
제로보드가 DB에 접속이 안된다고 그러네요
그래서 mysql에 직접 들어가볼려고 하니

Quote:
[myunggoni@web1 myunggoni]$ mysql -h localhost -u myunggoni -p myunggoni
Enter password:
ERROR 1203: User myunggoni@localhost has already more than 'max_user_connections' active connections

이런 에러가 뜹니다.
컴퓨터쪽과 관련된 동아리가 아니라서
제가 관리를 하고있는데요.
웹호스팅회사에서의 문제인 것 같기도 합니다만...
가끔식 이런문제가 생기는데
어떻게 해결해야될지 모르겠네요.
조언 부탁드립니다.

snowtree의 이미지

Quote:
[myunggoni@web1 myunggoni]$ mysql -h localhost -u myunggoni -p myunggoni
Enter password:
ERROR 1203: User myunggoni@localhost has already more than 'max_user_connections' active connections

max_user_connections 는 서버에 허용되는 클라이언트 최대 수를 나타냅니다. max_user_connections 가 100 으로 설정되어 있을때 100을 초과하는 클라이언트의 접속을 혀용되지 않습니다.
웹으로 접속하도록 한 프로세스건, 쉘에서 mysql 클라이언트로 접속하건 물론 마찬가지입니다.
동시 사용자수가 현재의 설정값보다 많지 않은지 또는 프로그램에서 DB 커넥션을 제개로 릴리즈 하지 않는지를 점검할 필요가 있습니다.
/etc/my.cnf 에서 max_user_connections 파라메터 값을 변경하실 수 있습니다.
또한, mysqladmin 유틸리티 또한 하나의 커넥션을 맺어야 하므로 이 에러 상황에서는 mysqladmin 유틸리티의 실행 또한 동일한 에러를 발생할 것입니다.
DB 를 셧다운 한 후 파라메터 값을 변경할 것을 권장합니다.

雪害木
MSN:snowtree73@hotmail.com

sh.의 이미지

호스팅이라면 호스팅 서버에 문제겠네요
동아리 홈페이지라면 접속수가 그리 많지 않을테니
같은 서버의 다른 입주자에 db커넥션이 많은가봅니다.
호스팅사쪽으로 문의해보셔야 하겠네요

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.