File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ install_mariadb()
83
83
#
84
84
# Install Mariadb Server and tools
85
85
#
86
- # dnf -y install mariadb.x86_64 mariadb-common.x86_64 mariadb-devel.x86_64 \
87
- # mariadb-errmsg.x86_64 mariadb-server.x86_64 mariadb-server-utils.x86_64 mysql-libs.x86_64
88
- dnf -y install mariadb.x86_64 mariadb-common.x86_64 \
89
- mariadb-errmsg.x86_64 mariadb-server.x86_64 mariadb-server-utils.x86_64
86
+ # dnf -y install mariadb mariadb-common mariadb-devel \
87
+ # mariadb-errmsg mariadb-server mariadb-server-utils mysql-libs
88
+ dnf -y install mariadb mariadb-common \
89
+ mariadb-errmsg mariadb-server mariadb-server-utils
90
90
91
91
92
92
#
@@ -146,7 +146,7 @@ install_postgres()
146
146
#
147
147
# Installing Postgres Server and tools
148
148
#
149
- dnf -y install postgresql.x86_64 postgresql-contrib.x86_64 postgresql-server.x86_64 glibc-langpack-en libpq
149
+ dnf -y install postgresql postgresql-contrib postgresql-server glibc-langpack-en libpq
150
150
151
151
cd /usr/local/HammerDB
152
152
cp -R /tmp/hammerdb-tpcc/postgres/* .
You can’t perform that action at this time.
0 commit comments