Changeset 9e69cae
- Timestamp:
- 05/09/2005 07:24:05 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 822f073
- Parents:
- ff7ee9c3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rff7ee9c3 r9e69cae 1 <!ENTITY day "0 8">1 <!ENTITY day "09"> 2 2 <!ENTITY month "05"> 3 3 <!ENTITY year "2005"> … … 257 257 <!-- Chapter 23 --> 258 258 <!ENTITY db-version "4.3.27"> 259 <!ENTITY mysql-version "4.1.1 0a">259 <!ENTITY mysql-version "4.1.11"> 260 260 <!ENTITY postgresql-version "8.0.1"> 261 261 -
introduction/welcome/changelog.xml
rff7ee9c3 r9e69cae 26 26 27 27 <listitem> 28 <para>May 9th, 2005 [igor]: Updated to MySQL-4.1.11.</para> 29 </listitem> 30 31 <listitem> 28 32 <para>May 8th, 2005 [randy]: Updated to Metacity-2.10.1; updated 29 33 XScreenSaver dependencies and build instructions.</para> -
server/databases/mysql.xml
rff7ee9c3 r9e69cae 7 7 <!ENTITY mysql-download-http "http://mysql.he.net/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz"> 8 8 <!ENTITY mysql-download-ftp "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz"> 9 <!ENTITY mysql-md5 " 6a4a6a5b3d0a42a9a271b2b8867bde82">10 <!ENTITY mysql-size "22 .5MB">9 <!ENTITY mysql-md5 "0b99001b07cad53f161ec629a6bb24ea"> 10 <!ENTITY mysql-size "22 MB"> 11 11 <!ENTITY mysql-buildsize "207 MB"> 12 12 <!ENTITY mysql-time "3.83 SBU"> … … 82 82 --without-debug --without-bench --without-readline && 83 83 make testdir=/usr/lib/mysql/mysql-test</command></userinput></screen> 84 85 <para>To test the results, issue: <command>make test</command>.</para> 84 86 85 87 <para>Now, as the root user:</para>
Note:
See TracChangeset
for help on using the changeset viewer.