私は解決できない問題に直面しています。私のアプリは、Ubuntu 16.04、PHP 7.1、MySQL、NGINXを使用して私のサーバーにホストされています。私のアプリは完璧に動作します。私がサーバーとアプリケーションのルートにsshを実行すると、以下のphp artisanセッション:tableが実行され、正常に実行されます。Laravel 5.4移行エラー
私はphp artisan migrateを実行するとfoll0wingエラーが発生し、テーブルが自分のDBに作成されません。
[Illuminate\Database\QueryException]
could not find driver (SQL: select * from information_schema.tables where t
able_schema = UNIT3D and table_name = migrations)
[PDOException]
could not find driver
私はこれを使用しようとしています。 https://github.com/thomastkim/laravel-online-users
はいワットが判明しますphp7.1にアップグレードしました。モジュールをインストールするのを忘れました 'sudo apt-get install php7.1-php-mysql' ありがとう –
sudo apt-get install php-mysqlは自動的に正しいPHPバージョンを選びます – BetaRide