Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holland Computing Center
HCC docs
Commits
6b5ec1a2
Commit
6b5ec1a2
authored
May 18, 2021
by
Adam Caprez
Browse files
Add mysql port info.
parent
d783628c
Changes
1
Hide whitespace changes
Inline
Side-by-side
content/anvil/using_mysql.md
View file @
6b5ec1a2
...
...
@@ -24,7 +24,7 @@ or [Mac]({{< relref "connecting_to_linux_instances_from_mac" >}}) as needed.
This guide assumes you have already created an instance using the
`MySQL Server`
image.
In order to access the database, two additional steps are required. A
_Security Group_
must be created in OpenStack to allow access to the MySQL port,
_Security Group_
must be created in OpenStack to allow access to the MySQL port
(3306)
,
and the randomly generated password must be recovered.
### Create and attach a security group
...
...
@@ -120,6 +120,7 @@ column entry on the *Instances* page:
Using the username
`root`
along with the recovered password and the IP
address, you can now connect to MySQL using the program of your choice.
By default, MySQL runs on port 3306.
For example, using the command line client:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment