Connecting to SkySQL Using DBeaver
Steps:
- Open DBeaver and create a new connection.
- Select MariaDB as the database type.
- Enter the hostname, port, username, and password provided by your SkySQL instance.
- Navigate to the SSL tab.
- Check the Use SSL option if SSL is enabled for your SkySQL instance.
- Click Test Connection to ensure everything is set up correctly.
Notes:
- Ensure you are using the latest MariaDB driver in DBeaver to avoid compatibility issues.
- If you experience connection issues, verify your firewall settings and database credentials.