전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
supplied argument is not a valid mysql result resource in file on line x?
if your mysql libs are linked against pthreads this will happen. check using ldd. if they are, grab the mysql tarball and compile from source, or recompile from the source rpm and remove the switch in the spec file that turns on the threaded client code. either of these suggestions will fix this. then recompile php with the new mysql libs.