Skip to content

Commit f331fd3

Browse files
Merge pull request percona#19 from alina-derkach-oaza/ps-8.0-8412
PS 8412 Fix links in the Installation section (8.0)
2 parents 6f951d1 + 991cd1a commit f331fd3

File tree

5 files changed

+23
-24
lines changed

5 files changed

+23
-24
lines changed

docs/installation.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
This page provides information on how you can install *Percona Server for MySQL*. The following options are available:
44

55

6-
* Installing Percona Server for MySQL from Repositories (recommended)
6+
* [Installing Percona Server for MySQL from Repositories](#installing-percona-server-for-mysql-from-repositories) (recommended)
77

88

9-
* Installing *Percona Server for MySQL* from Downloaded rpm or apt Packages
9+
* Installing *Percona Server for MySQL* from Downloaded [rpm](installation/yum_repo.md#standalone-rpm) or [apt](installation/apt_repo.md#standalone-deb) Packages
1010

1111

12-
* Installing Percona Server for MySQL from a Binary Tarball
12+
* [Installing Percona Server for MySQL from a Binary Tarball](#installing-percona-server-for-mysql-from-a-binary-tarball)
1313

1414

15-
* Installing Percona Server for MySQL from a Source Tarball
15+
* [Installing Percona Server for MySQL from a Source Tarball](#installing-percona-server-for-mysql-from-a-source-tarball)
1616

1717

18-
* Installing Percona Server for MySQL from the Git Source Tree
18+
* [Installing Percona Server for MySQL from the Git Source Tree](#installing-percona-server-for-mysql-from-the-git-source-tree)
1919

2020

21-
* Compiling Percona Server for MySQL from Source
21+
* [Compiling Percona Server for MySQL from Source](#compiling-percona-server-for-mysql-from-source)
2222

23-
Before installing, you might want to read the Percona Server for MySQL 8.0 Release notes.
23+
Before installing, you might want to read the [Percona Server for MySQL 8.0 Release notes](release-notes/release-notes_index.md).
2424

2525
## Installing *Percona Server for MySQL* from Repositories
2626

@@ -29,10 +29,10 @@ Before installing, you might want to read the Percona Server for MySQL 8.0 Relea
2929
The following guides describe the installation process for using the official Percona repositories for the `.deb` and `.rpm` packages.
3030

3131

32-
* Installing *Percona Server for MySQL* on *Debian* and *Ubuntu*
32+
* [Installing *Percona Server for MySQL* on *Debian* and *Ubuntu*](installation/apt_repo.md)
3333

3434

35-
* Installing *Percona Server for MySQL* on Red Hat Enterprise Linux and CentOS
35+
* [Installing *Percona Server for MySQL* on Red Hat Enterprise Linux and CentOS](installation/yum_repo.md)
3636

3737

3838
## Installing *Percona Server for MySQL* from a Binary Tarball
@@ -47,7 +47,7 @@ In *Percona Server for MySQL* 8.0.20-11 and later, select the **Percona Server f
4747
| Minimal | Percona-Server-<version number>-Linux.x86_64.glibc2.17-minimal.tar.gz | Compatible with any supported operating system except for CentOS 6 | Contains binaries and libraries but does not include test files or debug symbols |
4848

4949
Implemented in *Percona for MySQL* 8.0.26-16, the following binary tarballs
50-
are available for the MyRocks ZenFS installation. See Installing and configuring Percona Server for MySQL with ZenFS support for more information and the installation procedure.
50+
are available for the MyRocks ZenFS installation. See [Installing and configuring Percona Server for MySQL with ZenFS support](myrocks/zenfs.md#zenfs) for more information and the installation procedure.
5151

5252
| Type | Name | Description |
5353
|---------|-----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
@@ -94,7 +94,7 @@ $ wget https://downloads.percona.com/downloads/Percona-Server-8.0/Percona-Server
9494
$ tar xfz Percona-Server-8.0.26-16-Linux.x86_64.glibc2.12.tar.gz
9595
```
9696

97-
Next, follow the instructions in Compiling Percona Server for MySQL from Source below.
97+
Next, follow the instructions in [Compiling Percona Server for MySQL from Source](#compiling-percona-server-for-mysql-from-source) below.
9898

9999
## Installing *Percona Server for MySQL* from the Git Source Tree
100100

@@ -121,7 +121,7 @@ $ cmake .
121121
$ make dist
122122
```
123123

124-
Next, follow the instructions in Compiling Percona Server for MySQL from Source below.
124+
Next, follow the instructions in [Compiling Percona Server for MySQL from Source](#compiling-percona-server-for-mysql-from-source) below.
125125

126126
## Compiling *Percona Server for MySQL* from Source
127127

@@ -158,8 +158,7 @@ $ make install
158158

159159
If you wish to build your own Debian/Ubuntu (dpkg) packages of *Percona Server for MySQL*,
160160
you first need to start with a source tarball, either from the Percona
161-
website or by generating your own by following the instructions above(
162-
Installing Percona Server for MySQL from the Git Source Tree).
161+
website or by generating your own by following the instructions above ([Installing Percona Server for MySQL from the Git Source Tree](installation.md#source-from-git)).
163162

164163
Extract the source tarball:
165164

@@ -199,4 +198,4 @@ packages for all Debian and Ubuntu releases.
199198

200199
!!! note
201200

202-
PAM Authentication Plugin is not built with the server by default. In order to build the *Percona Server for MySQL* with PAM plugin, an additional option `-DWITH_PAM=ON` should be used.
201+
[PAM Authentication Plugin](security/pam_plugin.md#pam-plugin) is not built with the server by default. In order to build the *Percona Server for MySQL* with PAM plugin, an additional option `-DWITH_PAM=ON` should be used.

docs/installation/docker-config.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ The variables are optional, but you must specify at least one of the following:
1010

1111
* `MYSQL_DATABASE` - the database schema name that is created when the container starts
1212

13-
* `MYSQL_USER` - Create a user account when the container starts
13+
* `MYSQL_USER` - create a user account when the container starts
1414

15-
* `MYSQL_PASSWORD` - Used with `MYSQL_USER` to create a password for that user account.
15+
* `MYSQL_PASSWORD` - used with `MYSQL_USER` to create a password for that user account.
1616

17-
* `MYSQL_ALLOW_EMPTY_PASSWORD` - Creates a root user with an empty password. This option is insecure and only should be used for testing or proof of concept when the database can be removed afterward. Anyone can connect as `root`.
17+
* `MYSQL_ALLOW_EMPTY_PASSWORD` - creates a root user with an empty password. This option is insecure and only should be used for testing or proof of concept when the database can be removed afterward. Anyone can connect as `root`.
1818

19-
* `MYSQL_ROOT_PASSWORD` - This password is used for the `root` user account. This option is not recommended for production.
19+
* `MYSQL_ROOT_PASSWORD` - this password is used for the `root` user account. This option is not recommended for production.
2020

21-
* `MYSQL_RANDOM_ROOT_PASSWORD` - Set this variable instead of `MYSQL_ROOT_PASSWORD` when you want Percona Server to generate a password for you. The generated password is available in the container's logs only during the first start of the container. Use `docker logs`. You cannot retrieve the password after the first start.
21+
* `MYSQL_RANDOM_ROOT_PASSWORD` - set this variable instead of `MYSQL_ROOT_PASSWORD` when you want Percona Server to generate a password for you. The generated password is available in the container's logs only during the first start of the container. Use `docker logs`. You cannot retrieve the password after the first start.
2222

2323
To further secure your instance, use the `MYSQL_ONETIME_PASSWORD` variable.
2424

docs/percona_xtradb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Percona XtraDB Storage Engine
22

3-
![image](/_static/percona-xtradb.png)
3+
![image](_static/percona-xtradb.png)
44

55
Percona XtraDB is an enhanced version of the *InnoDB* storage engine, designed
66
to better scale on modern hardware. It also includes a variety of other

docs/upgrading_using_percona_repos.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ Upgrading using the Percona repositories is the easiest and recommended way.
44

55
Find the instructions on how to enable the repositories in the following documents:
66

7+
* [Percona APT Repository](installation/apt_repo.md)
78

8-
* Percona APT Repository
9+
* [Percona YUM Repository](installation/yum_repo.md)
910

1011

11-
* Percona YUM Repository
12-
1312
## DEB-based distributions
1413

1514
Run the following commands as root or by using the **sudo** command.

mkdocs-base.yml

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ nav:
222222
- tokudb/tokudb_performance_schema.md
223223
- tokudb/tokudb_faq.md
224224
- tokudb/removing_tokudb.md
225+
- tokudb/toku_backup.md
225226
- Release notes:
226227
- release-notes/release-notes_index.md
227228
- release-notes/8.0.29-21.md

0 commit comments

Comments
 (0)