Ignore:
Timestamp:
09/07/2003 02:28:10 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9dcba70
Parents:
05ecbec4
Message:

added lzo and libmad and updated mysql

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1038 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
content/databases/mysql
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • content/databases/mysql/mysql-desc.xml

    r05ecbec4 ref0e45e4  
    22<title>Contents</title>
    33
    4 <para>The mysql package contains
    5 <userinput>mysql</userinput>,<userinput>
    6 mysqladmin</userinput>,<userinput> mysqlcheck</userinput>,<userinput>
    7 mysqlshow</userinput>,<userinput> mysqldump</userinput>,<userinput>
    8 mysqlimport</userinput>,<userinput> mysqltest</userinput>,<userinput>
    9 mysqlbinlog</userinput>,<userinput> replace</userinput>,<userinput>
    10 comp_err</userinput>,<userinput> perror</userinput>,<userinput>
    11 resolveip</userinput>,<userinput>
    12 my_print_defaults</userinput>,<userinput>
    13 resolve_stack_dump</userinput>,<userinput>
    14 isamchk</userinput>,<userinput> isamlog</userinput>,<userinput>
    15 pack_isam</userinput>,<userinput> myisamchk</userinput>,<userinput>
    16 myisamlog</userinput>,<userinput> myisampack</userinput>,<userinput>
    17 safe_mysqld</userinput>,<userinput>
    18 mysql_install_db</userinput>,<userinput>
    19 msql2mysql</userinput>,<userinput> mysql_config</userinput>,<userinput>
    20 mysql_fix_privilege_tables</userinput>,<userinput>
    21 mysql_setpermission</userinput>,<userinput>
    22 mysql_zap</userinput>,<userinput> mysqlacess</userinput>,<userinput>
    23 mysqlbug</userinput>,<userinput>
    24 mysql_convert_table_format</userinput>,<userinput>
    25 mysql_find_rows</userinput>,<userinput>
    26 mysqlhotcopy</userinput>,<userinput>
    27 mysqldumbslow</userinput>,<userinput>
    28 mysqld_multi</userinput> and<userinput> mysqld</userinput></para>
     4<para>The mysql package contains <command>
     5comp_err</command>, <command>
     6isamchk</command>, <command>
     7isamlog</command>, <command>
     8msql2mysql</command>, <command>
     9my_print_defaults</command>, <command>
     10myisamchk</command>, <command>
     11myisamlog</command>, <command>
     12myisampack</command>, <command>
     13mysql</command>, <command>
     14mysql_config</command>, <command>
     15mysql_convert_table_format</command>, <command>
     16mysql_explain_log</command>, <command>
     17mysql_find_rows</command>, <command>
     18mysql_fix_extensions</command>, <command>
     19mysql_fix_privilege_tables</command>, <command>
     20mysql_install</command>, <command>
     21mysql_install_db</command>, <command>
     22mysql_secure_installation</command>, <command>
     23mysql_setpermission</command>, <command>
     24mysql_tableinfo</command>, <command>
     25mysql_waitpid</command>, <command>
     26mysql_zap</command>, <command>
     27mysqlacess</command>,<command>
     28mysqladmin</command>, <command>
     29mysqlbinlog</command>, <command>
     30mysqlbug</command>, <command>
     31mysqlcheck</command>, <command>
     32mysqld</command>, <command>
     33mysqld_multi</command>, <command>
     34mysqld_safe</command>, <command>
     35mysqldump</command>, <command>
     36mysqldumpslow</command>, <command>
     37mysqlhotcopy</command>, <command>
     38mysqlimport</command>, <command>
     39mysqlmanager-pwgen</command>, <command>
     40mysqlmanagerc</command>, <command>
     41mysqlshow</command>, <command>
     42mysqltest</command>, <command>
     43pack_isam</command>, <command>
     44perror</command>, <command>
     45replace</command>, <command>
     46resolve_stack_dump</command>, <command>
     47resolveip</command>, <filename class="libraryfile">
     48libdbug</filename>, <filename class="libraryfile">
     49libheap</filename>, <filename class="libraryfile">
     50libmerge</filename>, <filename class="libraryfile">
     51libmyisam</filename>, <filename class="libraryfile">
     52libmyisammrg</filename>, <filename class="libraryfile">
     53libmysqlclient</filename>, <filename class="libraryfile">
     54libmystrings</filename>, <filename class="libraryfile">
     55libmysys</filename>, <filename class="libraryfile">
     56libnisam</filename> and <filename class="libraryfile">
     57libvio</filename>.</para>
    2958
    3059</sect2>
     
    3362
    3463<para>A package listing would be several pages long, we suggest
    35 consulting the mysql documentation for full details, instead.</para>
     64consulting the MySQL documentation for full details, instead.</para>
    3665
    37 <para>Certain mysql support programs may require the perl DBI modules to be installed to function properly.</para>
     66<para>Certain MySQL support programs may require the perl DBI modules to be installed to function properly.</para>
    3867
    3968</sect2>
  • content/databases/mysql/mysql-exp.xml

    r05ecbec4 ref0e45e4  
    22<title>Command explanations</title>
    33
    4 <para><userinput>sed -e "s%mysql-test/Makefile%%" -e "s% mysql-test%%" configure.old &gt; configure</userinput>:
    5 This sed is used to disable the mysql test suite.</para>
     4<para><command>sed -e "s%mysql-test/Makefile%%" -e "s% mysql-test%%"
     5configure.old &gt; configure</command> : This sed is used to disable
     6the mysql test suite.</para>
    67
    78</sect2>
  • content/databases/mysql/mysql-inst.xml

    r05ecbec4 ref0e45e4  
    11<sect2>
    2 <title>Installation of mysql</title>
     2<title>Installation of <application>MySQL</application></title>
    33
    44<para>For security reasons, running the server as an unpriviledged user
    55and group is strongly encouraged:</para>
    66
    7 <screen><userinput>groupadd mysql &amp;&amp;
    8 useradd -c mysql -d /dev/null -g mysql -s /bin/false mysql</userinput></screen>
     7<screen><userinput><command>groupadd mysql &amp;&amp;
     8useradd -c mysql -d /dev/null -g mysql -s /bin/false mysql</command></userinput></screen>
    99
    10 <para>Build and install mysql by running the following commands:</para>
     10<para>Build and install <application>MySQL</application> by running the following commands:</para>
    1111
    12 <screen><userinput>cp configure configure.old &amp;&amp;
     12<screen><userinput><command>cp configure configure.old &amp;&amp;
    1313sed -e "s%mysql-test/Makefile%%" -e "s% mysql-test%%" configure.old &gt; configure &amp;&amp;
    1414./configure --prefix=/usr \
     
    1717            --localstatedir=/var/lib/mysql \
    1818            --enable-thread-safe-client \
     19            --enable-local-infile \
    1920            --without-debug \
    2021            --without-bench &amp;&amp;
    2122make &amp;&amp;
    22 make install</userinput></screen>
     23make install</command></userinput></screen>
    2324
    2425</sect2>
  • content/databases/mysql/mysql-intro.xml

    r05ecbec4 ref0e45e4  
    11<sect2>
    2 <title>Introduction to MySQL</title>
     2<title>Introduction to <application>MySQL</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&mysql-download-http;" />
    5 Download location (FTP):        <ulink url="&mysql-download-ftp;" />
    6 Version used:                   &mysql-version;
    7 Package size:                   &mysql-size;
    8 Estimated Disk space required:  &mysql-buildsize;</screen>
     4<para>The <application>MySQL</application> package contains the mysql library, server
     5and client utilities.</para>
    96
    10 <para>The MySQL package contains the mysql library, server and client utilities.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&mysql-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&mysql-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &mysql-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &mysql-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &mysql-time;</para></listitem></itemizedlist>
     14</sect3>
     15
     16<sect3><title><application>MySQL</application> dependencies</title>
     17<sect4><title>Optional</title>
     18<para><xref linkend="readline"/>, <xref linkend="openssl"/>,
     19<ulink url="http://search.cpan.org/dist/DBI/">DBI</ulink>
     20<ulink url="http://search.cpan.org/dist/DBD-mysql/">DBD-mysql</ulink>
     21<ulink url="http://search.cpan.org/dist/Data-Dumper/">Data-Dumper</ulink>
     22</para></sect4>
     23</sect3>
    1124
    1225</sect2>
  • content/databases/mysql/mysql.ent

    r05ecbec4 ref0e45e4  
    55<!ENTITY mysql-config SYSTEM "mysql-config.xml">
    66<!ENTITY mysql-desc SYSTEM "mysql-desc.xml">
    7 <!ENTITY mysql-version "3.23.55">
    8 <!ENTITY mysql-download-http "http://mysql.he.net/Downloads/MySQL-3.23/mysql-3.23.55.tar.gz">
    9 <!ENTITY mysql-download-ftp "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-3.23/mysql-3.23.55.tar.gz">
    10 <!ENTITY mysql-size "11 MB">
    11 <!ENTITY mysql-buildsize "70 MB">
     7<!ENTITY mysql-version "4.0.14">
     8<!ENTITY mysql-download-http
     9"http://mysql.he.net/Downloads/MySQL-4.0/mysql-&mysql-version;.tar.gz">
     10<!ENTITY mysql-download-ftp
     11"ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.0/mysql-&mysql-version;.tar.gz">
     12<!ENTITY mysql-size "12 MB">
     13<!ENTITY mysql-buildsize "104 MB">
     14<!ENTITY mysql-time "4.43 SBU">
Note: See TracChangeset for help on using the changeset viewer.