[MXS-3839] store connection permanently instead of keeping connection with DB for maxgui Created: 2021-10-27 Updated: 2023-10-04 Resolved: 2023-10-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxgui |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | Nilnandan Joshi | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Store connection permanently instead of keeping connection with DB. Make sure save the DB connections details with Maxscale query editor level and whenever required then can open that connections details and establish a new connection. |
| Comments |
| Comment by markus makela [ 2021-10-27 ] |
|
Is this about storing individual connections or storing the credentials? Storing a connection is simple as there's an open connection that it can refer to but credentials are harder as you can have multiple users for the same server. The latter is more like a data source you configure instead of an invididual database connection. |
| Comment by Naresh Chandra [ 2021-11-03 ] |
|
It is about storing the user individual connection with credentials. If we have option to save the current logged connection, whenever user want to connect the same connection then it will be quick and easy for user. |