mariadbでsymfony 3を使用するにはどうしたらいいですか?mariadbとdoctrineでsymfony 3を使用するにはどうすればいいですか?
しかし、私はまた、教義を使用したいが、私は適切な記事リンク感謝を導くか、提供してください http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#sqlanywhere
上の任意の有用な情報を表示されませんでした。あなたのconfig.yml
doctrine:
dbal:
driver: pdo_mysql
host: '%database_host%'
port: '%database_port%'
dbname: '%database_name%'
user: '%database_user%'
password: '%database_password%'
charset: UTF8
try dump($ this-> getDoctrine() - > getConnection());外観とプライベートプロパティープラットフォーム。どのクラスですか? –
mariadbの設定は、mysqlの設定と全く同じです。 –