CSC495-2014 / TeamworkEnglewoodGit

GNU General Public License v2.0
5 stars 15 forks source link

Database Config #160

Closed wwforg closed 10 years ago

wwforg commented 10 years ago

@cjwhite92 or @recrotteau what are the proper fields for the database config file? The one pulled from upstream does not allow me to do a migration on the server, I am being denied access.

wwforg commented 10 years ago

Bit more information on this problem. With database name of laravel_db, and the username and password settings I have currently, as well as setting the host to our server url I am not getting a denied access error. The error is: PDOException SQLSTATE[HY000] [2002] Connection time out

mikeholler commented 10 years ago

Resolved. The permissions of databases are installation specific, meaning the one I set it to was not the one you all may have used for development. The point of the config files is that they are modified by the installer when needed. Obviously, we shouldn't be storing that kind of information in the git repository which was why the defaults there didn't work.