Skip to content

Commit

Permalink
Deployed 4710c73 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 18, 2024
0 parents commit bb467f5
Show file tree
Hide file tree
Showing 153 changed files with 199,273 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
2,334 changes: 2,334 additions & 0 deletions 404.html

Large diffs are not rendered by default.

2,693 changes: 2,693 additions & 0 deletions Autonomously scale Compute, Storage/Uptime SLA/index.html

Large diffs are not rendered by default.

2,517 changes: 2,517 additions & 0 deletions Autonomously scale Compute, Storage/index.html

Large diffs are not rendered by default.

2,596 changes: 2,596 additions & 0 deletions Backup and Restore/Binarylog Backup Examples/index.html

Large diffs are not rendered by default.

2,549 changes: 2,549 additions & 0 deletions Backup and Restore/Bring Your Own Bucket Examples/index.html

Large diffs are not rendered by default.

2,585 changes: 2,585 additions & 0 deletions Backup and Restore/Database Restore Examples/index.html

Large diffs are not rendered by default.

2,432 changes: 2,432 additions & 0 deletions Backup and Restore/Delete Restore Examples/index.html

Large diffs are not rendered by default.

2,597 changes: 2,597 additions & 0 deletions Backup and Restore/Incremental Backup Examples/index.html

Large diffs are not rendered by default.

2,470 changes: 2,470 additions & 0 deletions Backup and Restore/List Restore Examples/index.html

Large diffs are not rendered by default.

2,566 changes: 2,566 additions & 0 deletions Backup and Restore/Logical Backup Examples/index.html

Large diffs are not rendered by default.

3,296 changes: 3,296 additions & 0 deletions Backup and Restore/MariaDB Enterprise Backup/index.html

Large diffs are not rendered by default.

2,752 changes: 2,752 additions & 0 deletions Backup and Restore/Other backup API examples/index.html

Large diffs are not rendered by default.

2,596 changes: 2,596 additions & 0 deletions Backup and Restore/Physical Backup Examples/index.html

Large diffs are not rendered by default.

2,596 changes: 2,596 additions & 0 deletions Backup and Restore/Snapshot Backup Examples/index.html

Large diffs are not rendered by default.

2,842 changes: 2,842 additions & 0 deletions Backup and Restore/index.html

Large diffs are not rendered by default.

2,510 changes: 2,510 additions & 0 deletions Billing and Power Tier/Billing/index.html

Large diffs are not rendered by default.

2,448 changes: 2,448 additions & 0 deletions Billing and Power Tier/index.html

Large diffs are not rendered by default.

2,564 changes: 2,564 additions & 0 deletions Connecting to Sky DBs/Connect from Java App/index.html

Large diffs are not rendered by default.

2,430 changes: 2,430 additions & 0 deletions Connecting to Sky DBs/Connect from MongoDB clients/index.html

Large diffs are not rendered by default.

2,692 changes: 2,692 additions & 0 deletions Connecting to Sky DBs/Connect from Node js App/index.html

Large diffs are not rendered by default.

2,751 changes: 2,751 additions & 0 deletions Connecting to Sky DBs/Connect from Python App/index.html

Large diffs are not rendered by default.

2,831 changes: 2,831 additions & 0 deletions Connecting to Sky DBs/Connect from ‘C++’ App/index.html

Large diffs are not rendered by default.

2,562 changes: 2,562 additions & 0 deletions Connecting to Sky DBs/Connect from ‘C’ App/index.html

Large diffs are not rendered by default.

2,477 changes: 2,477 additions & 0 deletions Connecting to Sky DBs/Connect using Connector R2DBC/index.html

Large diffs are not rendered by default.

144 changes: 144 additions & 0 deletions Connecting to Sky DBs/Connect using MariaDB CLI
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@

MariaDB Client is available for Linux and Windows


## (I) Installation
Installation of MariaDB Client varies by operating system.

### CentOS / RHEL
1. Configure YUM package repositories:

```shell
$ sudo yum install wget
$ wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
$ echo "30d2a05509d1c129dd7dd8430507e6a7729a4854ea10c9dcf6be88964f3fdc25 mariadb_repo_setup" \
| sha256sum -c -

$ chmod +x mariadb_repo_setup

$ sudo ./mariadb_repo_setup \
--mariadb-server-version="mariadb-10.11"
```

2. Install MariaDB Client and package dependencies:

```shell
$ sudo yum install MariaDB-client
```

### Debian / Ubuntu
1. Configure APT package repositories:

``` shell
$ sudo apt install wget

$ wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup

$ echo "30d2a05509d1c129dd7dd8430507e6a7729a4854ea10c9dcf6be88964f3fdc25 mariadb_repo_setup" \
| sha256sum -c -

$ chmod +x mariadb_repo_setup

$ sudo ./mariadb_repo_setup \
--mariadb-server-version="mariadb-10.11"

$ sudo apt update
```

2. Install MariaDB Client and package dependencies:

```shell
$ sudo apt install mariadb-client
```

### SLES
1. Configure ZYpp package repositories:

```shell
$ sudo zypper install wget

$ wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup

$ echo "30d2a05509d1c129dd7dd8430507e6a7729a4854ea10c9dcf6be88964f3fdc25 mariadb_repo_setup" \
| sha256sum -c -

$ chmod +x mariadb_repo_setup

$ sudo ./mariadb_repo_setup \
--mariadb-server-version="mariadb-10.6"
```

2. Install MariaDB Client and package dependencies:
```shell
$ sudo zypper install MariaDB-client
```

### Windows
1. Access [MariaDB Downloads](https://mariadb.com/downloads/community/community-server/) for MariaDB Community Server.

2. In the "Version" dropdown, select the version you want to download.

3. In the "OS" dropdown, select "MS Windows (64-bit)".

4. Click the "Download" button to download the MSI package.

5. When the MSI package finishes downloading, run it.

6. On the first screen, click "Next" to start the Setup Wizard.

7. On the second screen, click the license agreement checkbox, and then click "Next".

8. On the third screen, select the components you want to install. If you only want the standard MariaDB Client tools:

- Deselect "Database instance".
- Deselect "Backup utilities".
- Deselect "Development Components".
- Deselect "Third party tools".

When only "Client programs" is selected, click "Next".

9. On the next screen, click "Install".

10. When the installation process completes, click "Finish".

## (II) Connect
### Linux
1. Determine the connection parameters for your MariaDB SkySQL service.

2. Use your connection parameters in the following command line:

```shell
mariadb --host dbpwf03798702.sysp0000.db1.skysql.com --port 3306 --user dbpwf03798702 -p --ssl-verify-server-cert
```

- Replace 'dbpwf03798702.sysp0000.db1.skysql.com' with the Fully Qualified Domain Name of your service.

- You can use 3307 for the port if running with Replicas. This is the read-only port of your service.

- Replace the user name with the one for your service.

4. After the command is executed, you will be prompted for the password of your database user account. Enter the default password for your default user, the password you set for the default user, or the password for the database user you created.

### Windows
1. Fix your executable search path.

2. On Windows, MariaDB Client is not typically found in the executable search path by default. You must find its installation path, and add that path to the executable search path:

```shell
$ SET "PATH=C:\Program Files\MariaDB 10.6\bin;%PATH%"
```

3. Use your connection parameters in the following command line:

```shell
mariadb --host dbpwf03798702.sysp0000.db1.skysql.com --port 3306 --user dbpwf03798702 -p --ssl-verify-server-cert
```

- Replace 'dbpwf03798702.sysp0000.db1.skysql.com' with the Fully Qualified Domain Name of your service.

- You can use 3307 for the port if running with Replicas. This is the read-only port of your service.

- Replace the user name with the one for your service.

4. After the command is executed, you will be prompted for the password of your database user account. Enter the default password for your default user, the password you set for the default user, or the password for the database user you created.

Loading

0 comments on commit bb467f5

Please sign in to comment.