Skip to content

Commit ae7ad07

Browse files
authored
Update docs for instructions on mysql8 (hestiacp#3193)
* Update docs for instructions on mysql8 * Update getting-started.md * Make more clear they install mysql8 instead Mysql5
1 parent 8341fd7 commit ae7ad07

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/docs/introduction/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ To choose what software gets installed, you can provide flags to the installatio
6161
-j, --proftpd Install ProFTPD [yes | no] default: no
6262
-k, --named Install Bind [yes | no] default: yes
6363
-m, --mysql Install MariaDB [yes | no] default: yes
64+
-M, --mysql-classic Install Mysql8 [yes | no] default: no
6465
-g, --postgresql Install PostgreSQL [yes | no] default: no
6566
-x, --exim Install Exim [yes | no] default: yes
6667
-z, --dovecot Install Dovecot [yes | no] default: yes

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ if [ "$mysql" = 'yes' ]; then
567567
echo ' - MariaDB Database Server'
568568
fi
569569
if [ "$mysqlclassic" = 'yes' ]; then
570-
echo ' - MySQL Database Server'
570+
echo ' - MySQL8 Database Server'
571571
fi
572572
if [ "$postgresql" = 'yes' ]; then
573573
echo ' - PostgreSQL Database Server'

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ if [ "$mysql" = 'yes' ]; then
558558
echo ' - MariaDB Database Server'
559559
fi
560560
if [ "$mysqlclassic" = 'yes' ]; then
561-
echo ' - MySQL Database Server'
561+
echo ' - MySQL8 Database Server'
562562
fi
563563
if [ "$postgresql" = 'yes' ]; then
564564
echo ' - PostgreSQL Database Server'

0 commit comments

Comments
 (0)