|
1 | 1 | MariaDB and MySQL have identical install methods. In this document we
|
2 |
| -describe how to install MariaDB; However all documentation at www.mysql.com |
3 |
| -also applies. |
| 2 | +describe how to install MariaDB. |
4 | 3 |
|
| 4 | +The full documentation for installing MariaDB can be found at |
| 5 | +https://mariadb.com/kb/en/library/binary-packages/ |
| 6 | +However most documentation at www.mysql.com also applies. |
5 | 7 |
|
6 | 8 | 2.2. Installing MariaDB from Generic Binaries on Unix/Linux
|
7 | 9 |
|
@@ -33,7 +35,8 @@ also applies.
|
33 | 35 | If you run into problems and need to file a bug report,
|
34 | 36 | please report them to: http://mariadb.org/jira
|
35 | 37 |
|
36 |
| - See the instructions in Section 1.6, "How to Report Bugs or Problems." |
| 38 | + See the instructions at |
| 39 | + https://mariadb.com/kb/en/mariadb-community-bug-reporting |
37 | 40 |
|
38 | 41 | The basic commands that you must execute to install and use a
|
39 | 42 | MariaDB binary distribution are:
|
@@ -79,10 +82,9 @@ shell> useradd -g mysql mysql
|
79 | 82 | is protected, you must perform the installation as root.)
|
80 | 83 | shell> cd /usr/local
|
81 | 84 |
|
82 |
| - 3. Obtain a distribution file using the instructions in Section |
83 |
| - 2.1.3, "How to Get MariaDB." For a given release, binary |
84 |
| - distributions for all platforms are built from the same MariaDB |
85 |
| - source distribution. |
| 85 | + 3. Obtain a distribution file using the instructions at |
| 86 | + https://mariadb.com/kb/en/library/where-to-download-mariadb/ |
| 87 | + The description below describes how to install a MariaDB tar file. |
86 | 88 |
|
87 | 89 | 4. Unpack the distribution, which creates the installation
|
88 | 90 | directory. Then create a symbolic link to that directory:
|
@@ -149,8 +151,8 @@ shell> chown -R mysql data
|
149 | 151 | machine, you can copy support-files/mysql.server to the
|
150 | 152 | location where your system has its startup files. More
|
151 | 153 | information can be found in the support-files/mysql.server
|
152 |
| - script itself and in Section 2.13.1.2, "Starting and Stopping |
153 |
| - MariaDB Automatically." |
| 154 | + script itself and at |
| 155 | + https://mariadb.com/kb/en/starting-and-stopping-mariadb-automatically. |
154 | 156 | 10. You can set up new accounts using the bin/mysql_setpermission
|
155 | 157 | script if you install the DBI and DBD::mysql Perl modules. See
|
156 | 158 | Section 4.6.14, "mysql_setpermission --- Interactively Set
|
@@ -181,8 +183,8 @@ shell> bin/mysqld_safe --user=mysql &
|
181 | 183 | find some information in the host_name.err file in the data
|
182 | 184 | directory.
|
183 | 185 |
|
184 |
| - More information about mysqld_safe is given in Section 4.3.2, |
185 |
| - "mysqld_safe --- MySQL Server Startup Script." |
| 186 | + More information about mysqld_safe can be found at |
| 187 | + https://mariadb.com/kb/en/mysqld_safe |
186 | 188 |
|
187 | 189 | Note
|
188 | 190 |
|
|
0 commit comments