Skip to content
조회 수 27705 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄


 

100419  9:04:42 [Note] Plugin 'FEDERATED' is disabled.
100419  9:04:42 [Note] Plugin 'InnoDB' is disabled.
100419  9:04:42 [ERROR] Can't open shared library 'myint64.dll' (errno: 0 )
100419  9:04:42 [ERROR] Column count of mysql.db is wrong. Expected 22, found 20. Created with MySQL 50045, now running 50141. Please use mysql_upgrade to fix this error.
100419  9:04:42 [ERROR] mysql.user has no `Event_priv` column at position 29
100419  9:04:42 [ERROR] Event Scheduler: An error occurred when initializing system tables. Disabling the Event Scheduler.
100419  9:04:42 [Note] APM_MYSQL5: ready for connections.
Version: '5.1.41-community-log'  socket: ''  port: 3306  MySQL Community Server (GPL)






인터넷을 찾아보니 비슷한 환경을 알 수 있었으나, 위의 메시지, 특히!!!


Can't open shared library 'myint64.dll' 이부분에 대한 에러확인을 찾을 수 없었음.



http://blog.naver.com/junix?Redirect=Log&logNo=80102739652


APMSETUP7 [2010-01-03] 버전의 오류

my.ini을 수정시 C:\APM_Setup\Server\MySQL5\data\my.ini 가 아닌 
C:\APM_Setup\Server\MySQL5\my.ini 을 수정해야합니다.

 

APMSETUP7 의 버그입니다. 따라서 모니터링 tray 프로그램에서 "서버 환경설정" 의 MySQL을 이용하면 안됩니다.

 

참조 : http://www.apmsetup.com/board.php?bid=513&bs_type=&bs_str=&pg=0&mode=view&uid=22288

 



MySQL5 의 설정 파일 위치가 잘못 되어서 불편을 드리게 된듯 합니다.


MySQL5 의 my.ini 설정 파일의 위치는

APM_Setup\Server\MySQL5\data

폴더가 아니라


APM_Setup\Server\MySQL5\

폴더 입니다.


my.ini 수정시 설정이 적용 되지 않는것은 위의 설정 파일의 위치가 잘못 되었기 때문 입니다.        

업데이트 시에 업데이트 하도록 하겠습니다.

불편 드려서 죄송 합니다.

 


 

성능 향상을 위해서 my-innodb-heavy-4G.ini 을 my.ini 로 변경하여 적용하였습니다.
참고사항
innodb_buffer_pool_size = 2G에서 innodb_buffer_pool_size = 1G 로 변경
이유 : 다음과 같은 error 발생, 추후 확인 필요

100226 10:45:38 [Note] Plugin 'FEDERATED' is disabled.
100226 10:45:38  InnoDB: Error: cannot allocate 2147500032 bytes of
InnoDB: memory with malloc! Total allocated memory
InnoDB: by InnoDB 23653196 bytes. Operating system errno: 8
InnoDB: Check if you should increase the swap file or
InnoDB: ulimits of your operating system.
InnoDB: On FreeBSD check you have compiled the OS with
InnoDB: a big enough maximum process size.
InnoDB: Note that in most 32-bit computers the process
InnoDB: memory space is limited to 2 GB or 4 GB.
InnoDB: We keep retrying the allocation for 60 seconds...
InnoDB: Fatal error: cannot allocate the memory for the buffer pool
100226 10:46:39 [ERROR] Plugin 'InnoDB' init function returned error.
100226 10:46:39 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
100226 10:46:39 [Note] Event Scheduler: Loaded 0 events
100226 10:46:39 [Note] APM_MYSQL5: ready for connections.
Version: '5.1.41-community-log'  socket: ''  port: 3306  MySQL Community Server (GPL)
100226 10:46:52 [Note] APM_MYSQL5: Normal shutdown

로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
877 AutoHotKey ahk) autohotkey 엑셀(Excel)에서 행값 증가시키기 2013.10.30 37410
876 파이썬 DiffusionWrapper has 859.52 M params. 2023.04.21 37151
875 AutoHotKey Autohotkey) Find WM_COMMAND parameter with Winspector 17 2012.02.22 35863
874 컴퓨터잡담 2023-09-23 서버다운 후 복구완료 secret 2023.09.23 35773
873 컴퓨터잡담 자바스크립트/CSS 트리를 이용한 예제 프로그램 쉽게만들기 2 2009.06.30 35631
872 컴퓨터잡담 .htaccess와 워터마킹을 이용한 이미지 링크 방지 2009.06.30 34917
871 AutoHotKey autohotkey) Virus? 6 2011.12.31 34677
870 AutoHotKey ahk) autohotkey 글자 자르기 방법 2013.10.30 34636
869 컴퓨터잡담 IPTIME N904 모델에서 멀티캐스트 프로토콜(IGMP) 설정하는 방법 file 2013.10.08 34237
868 컴퓨터잡담 옵티머스G 배터리 일체형은 절대 비추천합니다. 21 5 file 2012.09.18 34148
867 컴퓨터잡담 TIME_WAIT 줄이기(소켓이 부족하여 프로세스 강제중단을 막기위해) 4 2009.11.30 34107
866 AutoHotKey autohotkey) 오토핫키에서 자주쓰는 함수모음 2013.10.30 33652
865 컴퓨터잡담 네이버 많이 본 뉴스 PHP로 RSS 출력 만들기 1 file 2009.08.05 33649
864 AutoHotKey autohotkey) 30분마다 자동으로 디스크 정리하기 file 2013.07.31 33067
863 Visual C++ C# - etrade api site 게시물 1 2013.02.20 32885
862 컴퓨터잡담 CURL 을 이용한 GET/POST 값 넘기기 3 2009.06.30 32785
861 컴퓨터잡담 PHP로 FTP 접속 / 업로드 / 다운로드 등의 컨트롤 소스 2 3 2009.10.20 32741
860 컴퓨터잡담 현재 쿠키,세션 값 전부 보기 2009.06.30 32610
859 AutoHotKey ahk) 열려진 엑셀창의 값 불러오기 1 2013.10.30 32525
858 컴퓨터잡담 특정 파일을 제외한 현재 디렉토리 내의 모든 파일을 삭제하는 배치파일 2022.07.14 32445
Board Pagination Prev 1 2 3 4 5 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소