Skip to content

Commit

Permalink
Update storage.md
Browse files Browse the repository at this point in the history
Cosmetic edit.
  • Loading branch information
velmela authored Jul 31, 2024
1 parent 6b2efe5 commit 60315b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@ one of the clients listed below.

The [mycli](https://www.mycli.net/) client uses connection settings from `~/.my.cnf` as described above. You can download mycli onto your local machine, or use the instance already installed on the Grid. To connect from your local machine type: `mysql -u username -p -h mariadbhost --ssl-ca=/path/to/file/ca-cert.pem` or from the Grid: `mysql -u username -p -h mariadbhost`.

Alternatively, you can access MariaDB from Terminal after **first logging into the Grid** (see instructions on the [Start Here page](https://hbs-rcs.github.io/hbsgrid-docs/) and then typing: `mysql -h hostname -u username -p`. For all of the commands referenced above, replace the `username` with your username, the mariadbhost with the HBS host name in your `.my.cnf` file, and (if applicable) the `ssl-ca path` with the appropriate path. You will be prompted to provide your password .
Alternatively, you can access MariaDB from Terminal after **first logging into the Grid** (see instructions on the [Start Here page](https://hbs-rcs.github.io/hbsgrid-docs/) and then typing: `mysql -h hostname -u username -p`.

For all of the commands referenced above, replace the `username` with your username, the mariadbhost with the HBS host name in your `.my.cnf` file, and (if applicable) the `ssl-ca path` with the appropriate path. You will be prompted to provide your password .

**************************

Expand Down

0 comments on commit 60315b2

Please sign in to comment.