mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-07 13:21:02 +01:00
d37153f003
Summary: Ref T10195. Distinguish between "database does not exist" and "database exists, you just don't have permission to access it". We can't easily get this information out of INFORMATION_SCHEMA but can just `SHOW TABLES IN ...` every database that looks like it's missing and then look at the error code. Test Plan: - Created a user `limited` with limited access. - Ran `bin/storage adjust`. - Got hopefully more helpful messages about access problems, instead of "Missing" errors. Reviewers: chad Reviewed By: chad Maniphest Tasks: T10195 Differential Revision: https://secure.phabricator.com/D15079 |
||
---|---|---|
.. | ||
application | ||
check | ||
controller | ||
custom | ||
editor | ||
exception | ||
issue | ||
json | ||
management | ||
module | ||
option | ||
phid | ||
query | ||
response | ||
schema | ||
storage | ||
view |