我刚刚以10美元/月的价格购买了atnforge订阅。
但是当我想连接到mydatabase(mysql)时, 它告诉我:
已连接到主机,但无法连接到数据库伪造。
确保数据库存在并且您具备必要的数据库 特权。
MySQL说:未知数据库'伪造'
我收到了来自forge的电子邮件,其中包含我的登录信息。我可以ssh到我的服务器。我还在我的mac上设置了ssh密钥。
我做错了什么?这是一张带有我信息的照片:
编辑:
当我从github部署时,我收到此错误消息:
[PDOException]
SQLSTATE [HY000] [1045]拒绝访问用户“伪造”@“localhost”(使用密码:否)
但昨天它奏效了!现在不行?
编辑:
错误日志:
From github.com:
* branch master -> FETCH_HEAD
Already up-to-date.
Loading composer repositories with package information
Installing dependencies from lock file
Nothing to install or update
Generating autoload files
> php artisan clear-compiled
> php artisan optimize
Generating optimized class loader
Compiling common classes
[PDOException]
SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)