Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Merge requests
!274
Add mysql port info.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add mysql port info.
acaprez2-master-patch-25239
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Adam Caprez
requested to merge
acaprez2-master-patch-25239
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6b5ec1a2
1 commit,
4 years ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/anvil/using_mysql.md
+
2
−
1
Options
@@ -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:
Loading