[GH-ISSUE #3296] Read-Only connection does not block the clone command #1205

Closed
opened 2026-03-07 21:01:02 +03:00 by kerem · 0 comments
Owner

Originally created by @AmiasLi on GitHub (Mar 1, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3296

Version
24.3.5

Describe the bug
Read-Only connection does not block the clone command.

To Reproduce
Steps to reproduce the behavior:

  1. Set the MySQL connection to read-only.
  2. Execute the clone command in SQL editor.
CLONE LOCAL DATA DIRECTORY '/data/test'
  1. So you can finsh the dangerous operation in read-only connection.
Originally created by @AmiasLi on GitHub (Mar 1, 2025). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3296 **Version** 24.3.5 **Describe the bug** Read-Only connection does not block the clone command. **To Reproduce** Steps to reproduce the behavior: 1. Set the MySQL connection to read-only. 2. Execute the clone command in SQL editor. ```sql CLONE LOCAL DATA DIRECTORY '/data/test' ``` 3. So you can finsh the dangerous operation in read-only connection.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1205
No description provided.