Skip to content

Commit c82855d

Browse files
committed
Changed some MySQL names in messages to MariaDB
- Remove obsolete documentation files - Removed old obsolete information from some documentation files
1 parent ae58cd6 commit c82855d

21 files changed

+73
-1344
lines changed

Docs/INSTALL-BINARY

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
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.
43

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.
57

68
2.2. Installing MariaDB from Generic Binaries on Unix/Linux
79

@@ -33,7 +35,8 @@ also applies.
3335
If you run into problems and need to file a bug report,
3436
please report them to: http://mariadb.org/jira
3537

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
3740

3841
The basic commands that you must execute to install and use a
3942
MariaDB binary distribution are:
@@ -79,10 +82,9 @@ shell> useradd -g mysql mysql
7982
is protected, you must perform the installation as root.)
8083
shell> cd /usr/local
8184

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.
8688

8789
4. Unpack the distribution, which creates the installation
8890
directory. Then create a symbolic link to that directory:
@@ -149,8 +151,8 @@ shell> chown -R mysql data
149151
machine, you can copy support-files/mysql.server to the
150152
location where your system has its startup files. More
151153
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.
154156
10. You can set up new accounts using the bin/mysql_setpermission
155157
script if you install the DBI and DBD::mysql Perl modules. See
156158
Section 4.6.14, "mysql_setpermission --- Interactively Set
@@ -181,8 +183,8 @@ shell> bin/mysqld_safe --user=mysql &
181183
find some information in the host_name.err file in the data
182184
directory.
183185

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
186188

187189
Note
188190

Docs/glibc-2.2.5.patch

Lines changed: 0 additions & 137 deletions
This file was deleted.

Docs/linuxthreads.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)