昨天在本地按照博客上laravel教程做到第六篇,然后就把代码推到阿里云上了,一开始提示错误是
>PDOException "could not find driver"
然后我用apt-get install php5-mysql
重新安装了下变成了下面这个错误
>PDOException in Connector.php line 55:
SQLSTATE[28000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES)
但是在config/database.php
里我的配置是这样的
用的是阿里云的rds,请大神指教!