분류 전체보기931 ./configure 할때 다음과 같이 에러가 생길땐 에러 메세지~!! checking whether build environment is sane... configure: error: newly created file is older than distributed files! 요건~!!! mysql 개발일이랑 지금 시간이랑 논리적인 오류가 있을때 생겨남 해결은... 서버 타임을 확인해보자 ㅋㅋ /usr/bin/rdate -s time.bora.net 2008. 10. 10. checking "LinuxThreads"... "Not found" 설치 시에... checking "LinuxThreads"... "Not found" configure: error: This is a linux system and Linuxthreads was not found. On linux Linuxthreads should be used. Please install Linuxthreads (or a new glibc) and try again. See the Installation chapter in the Reference Manual for more information. 가 나타나면.... /usr/include/pthread.h 파일에서 암때나 /* Linuxthreads */ 를 입력 이유 : mysql configure 과정에서 pthread.h 파.. 2008. 10. 10. MYSQL 랜덤 추출 ORDER BY rand() desc MS-sql에서는 ORDER BY NEWID() 2008. 10. 10. Host '...........' is blocked Error Host '...........' is blocked Error [ 오류 ] Host 'hostname' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' [ 원인 ] 해당오류는 호스트로부터의 접속요청중 max_connect_errors와 관련된 접속의 설정값보다 초과하여 발생할 때 생기는 오류이다. 설정값 이상의 요청이 들어올 경우 mysqld는 해킹 및 잘못된 요청으로 관주하여 host 부터의 접속을 블락하 게된다. [ 해결 ] 1.flush-hosts 명령어를 사용하여 초기화한다. [root@soma]# /usr/local/mysql/bin/mysqladmin -u root -p flush-hosts.. 2008. 10. 10. 이전 1 ··· 208 209 210 211 212 213 214 ··· 233 다음