2011-09-19 6 views
0

Windows 7 SP1에서 WampServer 2.1을 사용 중이며 InnoDB 테이블을 사용하도록 MySQL을 설정할 수 없습니다. 여기InnoDB/WAMP/Windows 7 구성

은 (config.inc.php를에서) 내 CONFIGS의 일부입니다 : 이미 SELECT에 대한 데이터베이스 이름 phpMyAdmin을, 사용자 phpMyAdmin을 (그리고 priviliges을 만들어

$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; 
$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark'; 
$cfg['Servers'][$i]['relation'] = 'pma_relation'; 
$cfg['Servers'][$i]['table_info'] = 'pma_table_info'; 
$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords'; 
$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages'; 
$cfg['Servers'][$i]['column_info'] = 'pma_column_info'; 
$cfg['Servers'][$i]['history'] = 'pma_history'; 
$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords'; 
$cfg['Servers'][$i]['controluser'] = 'phpmyadmin'; 
$cfg['Servers'][$i]['controlpass'] = 'pmapass'; 

, UPDATE, 삭제 및에 끼 DB)를 패스워드 pmapass로 바꾼다.

이미 create_tables.sql 스크립트를 실행하고 테이블 이름을 확인했으며 모두 정확합니다. 그러나 phpmyadmin에서 여전히이 오류가 발생합니다.

링크 된 테이블 작업에 대한 추가 기능이 비활성화되었습니다. 이유를 보려면 여기를 클릭하십시오. 사용자가 로그인 있지만 성공하지 않고 루트 및 phpMyAdmin을 모두 시도와 아무 상관이있는 경우

$cfg['Servers'][$i]['pmadb'] ... OK 
$cfg['Servers'][$i]['relation'] ... not OK [ Documentation ] 
General relation features: Disabled 

$cfg['Servers'][$i]['table_info'] ... not OK [ Documentation ] 
Display Features: Disabled 

$cfg['Servers'][$i]['table_coords'] ... not OK [ Documentation ] 
$cfg['Servers'][$i]['pdf_pages'] ... not OK [ Documentation ] 
Creation of PDFs: Disabled 

$cfg['Servers'][$i]['column_info'] ... not OK [ Documentation ] 
Displaying Column Comments: Disabled 
Browser transformation: Disabled 

$cfg['Servers'][$i]['bookmarktable'] ... not OK [ Documentation ] 
Bookmarked SQL query: Disabled 

$cfg['Servers'][$i]['history'] ... not OK [ Documentation ] 
SQL history: Disabled 

$cfg['Servers'][$i]['designer_coords'] ... not OK [ Documentation ] 
Designer: Disabled 

$cfg['Servers'][$i]['tracking'] ... not OK [ Documentation ] 
Tracking: Disabled 

알고하지 마십시오

는 그리고 이것은 진단이다. 이미 캐시, 쿠키 등을 모두 삭제했습니다 ... IE9, FF6 및 Chrome13 (Chrome에서 작동하지 않는다고 말하는 사람들을 읽음)으로 시도했습니다. 나는 모든 CONFIGS 마지막 하나를 제외하고 OK이었다 오늘 컴퓨터를 부팅 할 때 또한, 서버와 아무것도 ...

어떤 도움에 감사드립니다 :) 어떤 이유

답변

0

를 다시 시작됩니다. 이 중 하나가 누락되었습니다 :

$cfg['Servers'][$i]['tracking'] = 'pma_tracking'; 

두 번 또는 세 번 같은 캐시 및 쿠키를 모두 삭제해야합니다! (Chrome 및 FF6 사용)