私はquickphpを使用して、前回wampサーバーを使って処理していたPHPファイルを処理しています。私はデータベース用のmysqlもインストールしました。私はwampで正常に動作していたpdoを使用していますが、私は今このサイトにアクセスしようとしている間にこのエラーを受け取ります。ウィンドウズにMySQL用PDOドライバをインストールする
Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in C:\Users***\Documents***\includes\database.php:3 Stack trace: #0 C:\Users***\Documents***\includes\database.php(3): PDO->__construct('mysql:host=loca...', 'root', 'root') #1 C:\Users***\Documents***\menu.php(7): require('C:\Users\selfse...') #2 {main} thrown in C:\Users***\Documents***\includes\database.php on line 3
どのようにすればmysqlのpdoドライバをインストールできますか?私はネットを検索しましたが、まだ無名です。
http://php.net/manual/en/pdo.installation.php –
なぜQuickPHP over Wampを使用しようとしていますか?目的は何ですか? –