-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from skysqlinc/GUIconnect
GUIconnect
- Loading branch information
Showing
5 changed files
with
62 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Connecting to SkySQL Using [DBGate](https://dbgate.org/) | ||
|
||
## Steps: | ||
1. Open DBGate and create a new connection. | ||
2. Select **MariaDB** as the database type. | ||
3. Enter the SkySQL hostname, port, username, and password. | ||
4. Navigate to the **SSL** tab in the Connection window. | ||
5. Check the **Use SSL** option. | ||
6. Click **Connect** to establish the connection. | ||
|
||
## Notes: | ||
- No need to configure additional SSL certificate files in most cases, just select **Use SSL** and you're good to go. | ||
- Make sure DBGate is updated to the latest version for best compatibility. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Connecting to SkySQL Using [DBeaver](https://dbeaver.io/download/) | ||
|
||
## Steps: | ||
1. Open DBeaver and create a new connection. | ||
2. Select **MariaDB** as the database type. | ||
3. Enter the hostname, port, username, and password provided by your SkySQL instance. | ||
4. Navigate to the **SSL** tab. | ||
5. Check the **Use SSL** option if SSL is enabled for your SkySQL instance. | ||
6. Click **Test Connection** to ensure everything is set up correctly. | ||
|
||
![image (1)](https://github.com/user-attachments/assets/fead6067-9a5a-4e75-bcf2-2d20e0a4b727) | ||
|
||
## 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Connecting to SkySQL Using [HeidiSQL](https://www.heidisql.com/download.php) | ||
|
||
## Steps: | ||
1. Open HeidiSQL and create a new session. | ||
2. Choose **MySQL** as the connection type. | ||
3. Enter the SkySQL credentials including hostname, port, username, and password. | ||
4. If SSL is enabled, go to the **SSL** tab. | ||
5. Check **Use SSL**. | ||
6. Test the connection and click **Open**. | ||
|
||
![heidi](https://github.com/user-attachments/assets/37685278-b228-4387-9d48-8673d1d39e2d) | ||
|
||
## Notes: | ||
- Ensure your HeidiSQL client is up to date. | ||
- Using updated drivers on new MariaDB versions is essential as out of date drivers will return "Authentication failed" errors. It may be nessecary to manually install new drivers on Windows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Connecting to SkySQL Using [TablePlus](https://tableplus.com/download) | ||
|
||
## Steps: | ||
1. Open TablePlus and create a new connection. | ||
2. Select **MariaDB** as the connection type. | ||
3. Input the connection details (hostname, port, username, and password) from your SkySQL instance. | ||
4. If SSL is configured, set the **SSL Mode** to **ENFORCE**. | ||
5. Click **Connect** to test the connection. | ||
|
||
## Notes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters