Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
50a2a8bb
Commit
50a2a8bb
authored
Aug 02, 2022
by
fluesvamp
Committed by
Vicențiu Ciorbaru
Aug 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs INSTALL BINARY to mention mariadb tar file instead
parent
f2830af1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Docs/INSTALL-BINARY
Docs/INSTALL-BINARY
+6
-6
No files found.
Docs/INSTALL-BINARY
View file @
50a2a8bb
...
...
@@ -41,8 +41,8 @@ also applies.
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> cd /usr/local
shell> gunzip < /path/to/m
ysql
-VERSION-OS.tar.gz | tar xvf -
shell> ln -s full-path-to-m
ysql
-VERSION-OS mysql
shell> gunzip < /path/to/m
ariadb
-VERSION-OS.tar.gz | tar xvf -
shell> ln -s full-path-to-m
ariadb
-VERSION-OS mysql
shell> cd mysql
shell> chown -R mysql .
shell> chgrp -R mysql .
...
...
@@ -86,16 +86,16 @@ shell> cd /usr/local
4. Unpack the distribution, which creates the installation
directory. Then create a symbolic link to that directory:
shell> gunzip < /path/to/m
ysql
-VERSION-OS.tar.gz | tar xvf -
shell> ln -s full-path-to-m
ysql
-VERSION-OS mysql
The tar command creates a directory named m
ysql
-VERSION-OS.
shell> gunzip < /path/to/m
ariadb
-VERSION-OS.tar.gz | tar xvf -
shell> ln -s full-path-to-m
ariadb
-VERSION-OS mysql
The tar command creates a directory named m
ariadb
-VERSION-OS.
The ln command makes a symbolic link to that directory. This
lets you refer more easily to the installation directory as
/usr/local/mysql.
With GNU tar, no separate invocation of gunzip is necessary.
You can replace the first line with the following alternative
command to uncompress and extract the distribution:
shell> tar zxvf /path/to/m
ysql
-VERSION-OS.tar.gz
shell> tar zxvf /path/to/m
ariadb
-VERSION-OS.tar.gz
5. Change location into the installation directory:
shell> cd mysql
...
...
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