You Are Not Authorized to Execute SQL Queries in vBulletin Maintenance 수있는 권한이없습니다 유지 보수를 구조화 질의어 검색어에 vbulletin
After login to vBulletin Admin Control Panel, and click on “Execute SQL Query” link under the Maintenance section, the administrator may always been denied and rejected with an error message saying “You are not authorized to execute SQL queries”. 관리 제어판을 vbulletin 로그인 후, 그리고 "를 클릭하십시오 구조화 질의어 검색어"링크를 아래에 유지 보수 섹션에서 부정과 거부의 관리자는 오류 메시지와 함께 항상 "이라는 말을 구조화 질의어를 쿼리 수있는 권한이없습니다". This is the case even if you’re super administrator who authorized to do everything on the forums. 이 경우 관리자가 누구라도 당신은 슈퍼에있는 모든 권한이 없어 공개 토론합니다. However, a simple trick will grant the user who needs this Execute SQL Query function with the required permission and right. 그러나, 사용자에게 부여하는 간단한 트릭은이 구조화 질의어 쿼리를 요구 권한과 오른쪽에 필요한 기능을합니다.
To grant an user permission and right to run Execute SQL Query from Control Panel, simply login to your web server which is running vBulletin forum. 사용자가 사용 권한을 부여하고 구조화 질의어 쿼리를 실행할 권리를 제어판에서, 간단히 vbulletin이 실행되고있는 웹 서버에 로그인하여 공개 토론합니다. Then edit the /includes/config.php file. 해당 항목을 수정 / 포함 / config.php 파일을합니다.
Find the following line: 찾아 다음과 같은 라인 :
// ****** USERS WITH QUERY RUNNING PERMISSIONS ****** / / 쿼리를 실행하는 사용자가 사용 권한을 ****** ******
After a few lines, you should see the following setting: 이후 몇 줄, 당신은 다음과 같은 내용의 설정 :
$canrunqueries = ”; $ canrunqueries = ";
Add in the user IDs of the forum members, moderators or administrators that you want to enable their ability to be able to run SQL queries in between the quotes (’). 장바구니에 사용자의 신분증 포럼 회원, 운영자 또는 관리자가 그들의 능력을 활성화하고자하는 sql 쿼리를 실행할 수있습니다 사이에 따옴표 ( '). Note that it’s user ID and not user name. 참고 :이 사용자 이름의 사용자 아이디와없습니다. User ID is the number assigned to the user account automatically and sequentially. 사용자 아이디는 순차적으로 번호가 자동으로 해당 사용자 계정에 할당합니다. For example, if you want to add the right to administrator, who is usually the first person created on the board, and thus has the user ID number 1, change the line to: 예를 들어, 관리자가 수있는 권리를 추가하려는 경우, 누가 만든 최초의 사람은 보통은 보드에 있으며, 따라서는 사용자 아이디 번호 1 번, 다음 줄을 변경하십시오 :
$canrunqueries = ‘1′; $ canrunqueries = '1 ';
To add more users, simply seperate them with comma (,). 더 많은 사용자를 추가하기만하면됩니다 별도의 그들을 쉼표 (,)로합니다.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 사항 : 이것은 기계 번역 페이지는 "있는 그대로"제공하지 않고 보증합니다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 를 참조하시기 바랍니다 original English article 기존 영어 자료 whenever possible. 언제 수있습니다.
Share and contribute or get technical support and help at 를 공유하고 기술 지원 및 도움을 공헌하지 않는다면 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.
Related Articles 관련 기사
- Change or Set MySQL Long Query Time Value for log-slow-queries mysql 긴 시간 값을 설정을 변경하거나 로그 - 느리게 - 검색어를 쿼리
- Enable Logging of Slow Queries (Slow Query Log) in MySQL Database 느린 쿼리를 로깅 사용 (느린 검색어 로그)에 mysql 데이터베이스를
- Oracle PL/SQL ORA-00947 Not Enough Values Error 오라클 pl / sql 오라 - 00947 부족 값 오류
- How to Disable and Turn Off vBulletin Plugin and Product System vbulletin 플러그 접속 기능을 해제하는 방법과 제품 시스템 및 해제
- Hack to Add Forum Sponsors to vBulletin Categories and Forums 해킹을 추가 vbulletin 카테고리 및 공개 토론 공개 토론 스폰서로
- Oracle Database Link 오라클 데이터베이스 링크
- Check Oracle Version 오라클 버전 확인
- Change or Increase vBulletin Maximum Number of Total Allowed Private Messages (PM) 총 vbulletin 최대 개수를 늘릴 수를 변경하거나 개인 메시지 (시)
- How to Change the Logo of vBulletin Forum to Custom One 로고를 변경하는 방법에 공개 토론을 사용자 지정 한 vbulletin
- ORA-00942 Table or View Does Not Exist Oracle Error 이 문서가 적용되는 오라 - 00942 테이블이나 오라클 오류가 존재하지 않습니다

































October 13th, 2007 02:24 2007년 10월 13일 02:24
Hello, 안녕하세요,
Great forum! 좋은 토론!
I found a lot of interesting information here. 여기에 많은 흥미로운 정보를 찾았습니다.
Does this forum helpful for you also? 이 포럼에 도움이되지도?
November 5th, 2007 03:57 2007년 11월 5일 03:57
i’m eric. 나는 에릭합니다. joining a couple boards and looking 참여 커플 보드 및보고
forward to participating. 포워드에 참여합니다. hehe unless i get hehe하지 않는 한 좀
too distracted! 너무 산만!
eric 에릭
June 15th, 2008 02:58 2008년 6월 15일 02:58
thanks, got the sql problem solved in vbulleting. 감사합니다, vbulleting가 sql 문제를 해결합니다.