mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
update to mariadb-10.0.6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12278 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2fd089ac2d
commit
48953ef392
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "25"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2013">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "November 24th, &year;">
|
||||
<!ENTITY releasedate "November 25th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -496,7 +496,7 @@ export -f as_root</userinput></screen>
|
||||
|
||||
<!-- Chapter 22 -->
|
||||
<!ENTITY db-version "6.0.20">
|
||||
<!ENTITY mariadb-version "10.0.5">
|
||||
<!ENTITY mariadb-version "10.0.6">
|
||||
<!ENTITY mysql-version "5.6.14">
|
||||
<!ENTITY postgresql-version "9.3.1">
|
||||
<!ENTITY sqlite-version "3.8.1">
|
||||
|
@ -43,6 +43,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>November 25th, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[igor] - Update to mariadb-10.0.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;4349">#4349</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 24th, 2013</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY mariadb-download-http "http://tweedo.com/mirror/mariadb/mariadb-&mariadb-version;/kvm-tarbake-jaunty-x86/mariadb-&mariadb-version;.tar.gz">
|
||||
<!ENTITY mariadb-download-ftp "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/kvm-tarbake-jaunty-x86/mariadb-&mariadb-version;.tar.gz">
|
||||
<!ENTITY mariadb-md5sum "299fd67d5f193ac30a30a60b579d8bec">
|
||||
<!ENTITY mariadb-size "48 MB">
|
||||
<!ENTITY mariadb-buildsize "1.5 GB">
|
||||
<!ENTITY mariadb-time "6.8 SBU">
|
||||
<!ENTITY mariadb-md5sum "4b9ba2c23164c7543af96ff162f1bc85">
|
||||
<!ENTITY mariadb-size "49 MB">
|
||||
<!ENTITY mariadb-buildsize "1.4 GB">
|
||||
<!ENTITY mariadb-time "8.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="mariadb" xreflabel="MariaDB-&mariadb-version;">
|
||||
@ -102,6 +102,17 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of MariaDB</title>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This version of <application>MariaDB</application> is a development
|
||||
release. The BLFS staff has determined that it provides a stable program
|
||||
and includes backported features from <application>MySQL</application>
|
||||
5.6 and entirely new features not found anywhere else. To find the
|
||||
current stable release, please refer to the <ulink
|
||||
url="https://mariadb.org/">MariaDB home page</ulink>.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
For security reasons, running the server as an unprivileged user
|
||||
and group is strongly encouraged. Issue the following (as
|
||||
|
Loading…
Reference in New Issue
Block a user