Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
biohpc_flash_community
Commits
6df4d335
Commit
6df4d335
authored
Jun 05, 2020
by
Daniela Daniel
Browse files
Update README.md
parent
3825e7a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6df4d335
...
@@ -40,7 +40,7 @@ enabled=1
...
@@ -40,7 +40,7 @@ enabled=1
gpgcheck
=
1
gpgcheck
=
1
gpgkey
=
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
gpgkey
=
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
```
```
I
nstall MySQL:
Copy the GPG key in [https://dev.mysql.com/doc/refman/5.7/en/checking-gpg-signature.html] to
`/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql`
and i
nstall MySQL:
```
sh
```
sh
yum repolist enabled |
grep
mysql
yum repolist enabled |
grep
mysql
yum
install
mysql-community-server
yum
install
mysql-community-server
...
@@ -50,10 +50,13 @@ systemctl enable mysqld.service
...
@@ -50,10 +50,13 @@ systemctl enable mysqld.service
### Create the database
### Create the database
```
sh
```
sh
mysql
-u
root
# get the temporary root password
sudo grep
'temporary password'
/var/log/mysqld.log
mysql
-u
root
-p
mysql> ALTER USER
'root'
@
'localhost'
IDENTIFIED BY
'vsftpd'
;
mysql> CREATE DATABASE vsftpd
;
mysql> CREATE DATABASE vsftpd
;
mysql>
exit
;
mysql>
exit
;
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql
-u
root mysql
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql
-u
root mysql
-p
```
```
### FTP
### FTP
...
...
Write
Preview
Markdown
is supported
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