コマンド php app/console doctrine:database:create
エラーを返します:
[Doctrine\DBAL\Exception\ConnectionException]
ドライバーで例外が発生しました: No such file or directory[Doctrine\DBAL\Driver\Mysqli\MysqliException]
そのようなファイルまたはディレクトリはありませんdoctrine:database:create [--connection[="..."]] [--if-not-exists]
app/config/parameters.yml
パラメーター: database_driver: mysqli データベース_ホスト: ローカルホスト データベース_ポート: 9998 database_name: テスト中 データベースユーザー: ルート database_password: ルート mailer_transport: smtp メーラー ホスト: 127.0.0.1 mailer_user: null mailer_password: null ロケール: en シークレット: ThisTokenIsNotSoSecretChangeIt
しかし、このパラメータは正しく ps: 私は mamp pro を使用しています。