douan0729 2015-09-11 13:27
浏览 82
已采纳

Symfony2:未知的MySQL服务器主机

I struggle connecting my first Symfony App with the online database ( ovh ). Here is the parameters.yml file:

parameters:
    database_host: flibustiyxfolio.mysql.db
    database_port: 3306
    database_name: flibustiyxfolio
    database_user: flibustiyxfolio
    database_password: ***********

I have no clue why it says that it's unknown, is there anything wrong, I need some help.

  • 写回答

1条回答 默认 最新

  • dongzha2525 2015-09-11 23:59
    关注

    Ok so I found out, it's again the cache issue in prod env the problem... As I couldn't run the "cache:warmup --env=prod --no-debug" command on the server I had to delete all the cache files and it finally worked.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?