在其他服务器上安装Pimcore数据库

问题描述

我刚刚开始使用Pimcore,并将其MysqL数据库部署在另一台服务器上。在安装过程中,它无法连接到数据库。我使用此链接https://pimcore.com/docs/5.x/Development_Documentation/Getting_Started/Advanced_Installation_Topics.html创建了数据库yml文件,但该配置仍然无法正常工作。仅当数据库与pimcore在同一台服务器上时,它才有效。我进行远程连接时出现的错误是:An exception occurred in driver: sqlSTATE[HY000] [1045] Access denied for user 'SSL_USER'@'x.x.x.x' (using password: YES)

我创建的yml文件如下:

 parameters:
    database_credentials:
        user:                 SSL_USER
        password:             password
        dbname:               project_database

        # env variables can be directly read with the %env() Syntax
        # see https://symfony.com/blog/new-in-symfony-3-2-runtime-environment-variables
        host:                 x.x.x.x (Ip address of db server)
        port:                 3306

此外,我想对其进行负载测试,除了Jmeter之外,我还可以使用哪些免费工具?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)