feat: invalid DB name error messages (MySQL/Postgres/Redshift) (#14146)

* initial DB custom errors for mysql

* added redshift and postgres
This commit is contained in:
AAfghahi
2021-04-15 11:02:47 -04:00
committed by GitHub
parent 8ef572a412
commit eadff5f41e
9 changed files with 147 additions and 16 deletions

View File

@@ -156,5 +156,13 @@ password is typed correctly.
Either the username or the password used are incorrect.
```
Either the username provided does not exist or the password was written
incorrectly. Please check that the username and password were typed correctly.
Either the username provided does not exist or the password was written incorrectly. Please
check that the username and password were typed correctly.
## Issue 1015
```
Either the database is spelled incorrectly or does not exist.
```
Either the database was written incorrectly or it does not exist. Check that it was typed correctly.