Changeset 49ef91b1


Ignore:
Timestamp:
01/07/2005 01:15:36 AM (19 years ago)
Author:
Igor Živković <igor@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
990f983
Parents:
856ef22
Message:

Updated to MySQL-4.1.8a.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/databases/mysql.xml

    r856ef22 r49ef91b1  
    77  <!ENTITY mysql-download-http "http://mysql.he.net/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz">
    88  <!ENTITY mysql-download-ftp  "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz">
    9   <!ENTITY mysql-md5           "04c08d2a5cc39050d9fa4727f8f197e8">
    10   <!ENTITY mysql-size          "19 MB">
     9  <!ENTITY mysql-md5           "2886edbe5cc826727fbb79a79d41145c">
     10  <!ENTITY mysql-size          "22 MB">
    1111  <!ENTITY mysql-buildsize     "117 MB">
    12   <!ENTITY mysql-time          "2.83 SBU">
     12  <!ENTITY mysql-time          "4.65 SBU">
    1313]>
    1414
     
    153153command:</para>
    154154
    155 <screen><userinput><command>cp /usr/share/mysql/my-large.cnf /etc/my.cnf</command></userinput></screen>
     155<screen><userinput><command>cp /usr/share/mysql/my-medium.cnf /etc/my.cnf</command></userinput></screen>
    156156
    157157<para>You can now install a database and change the ownership to the
  • general.ent

    r856ef22 r49ef91b1  
    261261<!ENTITY db-version                   "4.2.52.2"> 
    262262<!ENTITY db-3.3-version               "3.3.11"> 
    263 <!ENTITY mysql-version                "4.1.7">   
     263<!ENTITY mysql-version                "4.1.8a">   
    264264<!ENTITY postgresql-version           "7.4.6">
    265265                                     
  • introduction/welcome/changelog.xml

    r856ef22 r49ef91b1  
    3030
    3131<listitem><para>January 6th, 2005 [igor]: Updated to Python-2.4,
    32 libglade-2.4.1, XScreenSaver-4.19 and Subversion-1.1.2.</para></listitem>
     32libglade-2.4.1, XScreenSaver-4.19, Subversion-1.1.2 and
     33MySQL-4.1.8a.</para></listitem>
    3334
    3435<listitem><para>January 5th, 2004 [igor]: Updated to GLib-2.6.0,
Note: See TracChangeset for help on using the changeset viewer.