Forums

Acess denied for test database

Hi there! I've been programming a django application for my software development class, and in the previous weeks we've been setting tests with the database, which worked fine untill couple days ago, when we started to get the following error message: "Got an error creating the test database: (1044, "Access denied for user 'pedromchd'@'%' to database 'test_pedromchd$database'")". It's curious that we have not made any modification to the database settings itself recently any other than regular changes made to the repository, so we've been stuck on this issue.