oddnoc / silverstripe-artefactcleaner

Find and optionally delete disused tables and fields in a SilverStripe database.
Other
12 stars 5 forks source link

ERROR [User Error]: Attempted to connect to non-existing database "tmpdb" #2

Closed peavers closed 8 years ago

peavers commented 8 years ago

Latest build is throwing: ERROR [User Error]: Attempted to connect to non-existing database "tmpdb"

When trying to run across a 3.2.1 build

oddnoc commented 8 years ago

Thanks for the report.

It looks like the 'tmpdb' database is unneeded. But your DB user will still need enough privileges to create a temporary DB. I usually use this in a dev environment where the DB root user is in use.

See the feature/2-tmpdb branch.