ตอนนี้ผมใช้ phpmyadmin ไม่ได้ จะเขียน MySQL ผมคงไม่ต้องทำอะไรแล้ว ตอนนี้ผมใช้ IIS 5 ของ winXP P2 ผมใช้ php-5.1.4-installer แล้วก็ใช้ mysql-5.0.21-win32 แล้วใช้ mysql-connector-odbc-3.51.12-win32 แล้วผมก็ไปตั้ง config.default ใน phpmyadmin ว่า
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin/';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '2212';
ผมก็เก็บ phpmyadmin ไว้ที่ C:\Inetpub\wwwroot\phpMyAdmin
แล้วก็เก็บ mysql ไว้ที่ C:\MySQL\MySQL Server 5.0
แล้วก็host อยู่เดิมไม่ได้แก้ แล้วมันก็ใช้ phpmyadmin ไม่ได้ โดยเข้าไปที่ http://localhost/phpMyAdmin/ แล้วมันก็บอกว่า
You are not authorized to view this page
You might not have permission to view this directory or page using the credentials you supplied.
พอผมเติม index.php มันก็บอกว่า
phpMyAdmin - Error
Cannot load mysql extension. Please check your PHP configuration. - Documentation