Changeset 20f5e71a
- Timestamp:
- 04/06/2005 06:56:25 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d0a5083a
- Parents:
- b409cd8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
content/databases/mysql.xml
rb409cd8 r20f5e71a 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 " 2886edbe5cc826727fbb79a79d41145c">10 <!ENTITY mysql-size "22 MB">11 <!ENTITY mysql-buildsize " 117 MB">12 <!ENTITY mysql-time " 4.65SBU">9 <!ENTITY mysql-md5 "6a4a6a5b3d0a42a9a271b2b8867bde82"> 10 <!ENTITY mysql-size "22.5 MB"> 11 <!ENTITY mysql-buildsize "207 MB"> 12 <!ENTITY mysql-time "3.83 SBU"> 13 13 ]> 14 14 … … 20 20 <?dbhtml filename="mysql.html"?> 21 21 <title>MySQL-&mysql-version;</title> 22 <indexterm zone="mysql"> 23 <primary sortas="a-MySQL">MySQL</primary></indexterm> 22 24 23 25 <sect2> … … 47 49 </title> 48 50 <sect4><title>Optional</title> 49 <para> 50 <xref linkend="openssl"/>, 51 <para><xref linkend="openssl"/>, 51 52 <xref linkend="tcpwrappers"/>, 52 53 <ulink url="http://sourceforge.net/projects/libedit/">libedit</ulink> … … 55 56 installed), 56 57 <xref linkend="doxygen"/> and 57 <xref linkend="tex"/> 58 </ para></sect4>58 <xref linkend="tex"/></para> 59 </sect4> 59 60 </sect3> 60 61 … … 69 70 70 71 <screen><userinput><command>groupadd mysql && 71 useradd -c mysql-d /dev/null -g mysql -s /bin/false mysql</command></userinput></screen>72 useradd -c "MySQL Server" -d /dev/null -g mysql -s /bin/false mysql</command></userinput></screen> 72 73 73 74 <para>Build and install <application>My<acronym>SQL</acronym></application> by … … 80 81 --with-unix-socket-path=/var/run/mysql/mysql.sock \ 81 82 --without-debug --without-bench --without-readline && 82 make testdir=/usr/lib/mysql/mysql-test && 83 make testdir=/usr/lib/mysql/mysql-test install && 83 make testdir=/usr/lib/mysql/mysql-test</command></userinput></screen> 84 85 <para>Now, as the root user:</para> 86 87 <screen><userinput role='root'><command>make testdir=/usr/lib/mysql/mysql-test install && 88 install -v -d -m755 /usr/share/mysql/Docs/Images && 89 install -v -m644 Docs/manual{,_toc}.html \ 90 Docs/manual.txt /usr/share/mysql/Docs && 91 install -v -m644 Docs/Images/*.{jpg,gif} /usr/share/mysql/Docs/Images && 84 92 cd /usr/lib && 85 ln - sf mysql/libmysqlclient{,_r}.so* .</command></userinput></screen>93 ln -v -sf mysql/libmysqlclient{,_r}.so* .</command></userinput></screen> 86 94 87 95 </sect2> … … 108 116 LOAD DATA INFILE <acronym>SQL</acronym> statement.</para> 109 117 110 <para><parameter>CPPFLAGS="-D_GNU_SOURCE" --with-named-thread-libs=-lpthread</parameter>:111 This environment variable and configure switch enable building on 112 <acronym>NPTL</acronym> systems.</para>118 <para><parameter>CPPFLAGS="-D_GNU_SOURCE" 119 --with-named-thread-libs=-lpthread</parameter>: This environment variable and 120 configure switch enable building on <acronym>NPTL</acronym> systems.</para> 113 121 114 122 <para><parameter>--with-unix-socket-path=/var/run/mysql</parameter>: … … 144 152 <title>Configuring <application>My<acronym>SQL</acronym></application></title> 145 153 146 <sect3 >154 <sect3 id="mysql-config"> 147 155 <title>Config files</title> 148 156 149 157 <para><filename>/etc/my.cnf</filename>, <filename>~/.my.cnf</filename></para> 158 <indexterm zone="mysql mysql-config"> 159 <primary sortas="e-AA.my.cnf">~/.my.cnf</primary></indexterm> 160 <indexterm zone="mysql mysql-config"> 161 <primary sortas="e-etc-my.cnf">/etc/my.cnf</primary></indexterm> 150 162 151 163 </sect3> … … 156 168 <para>There are several default configuration files available in 157 169 <filename class="directory">/usr/share/mysql</filename> which you can 158 use. 159 command :</para>160 161 <screen><userinput ><command>cp/usr/share/mysql/my-medium.cnf /etc/my.cnf</command></userinput></screen>170 use. Create <filename>/etc/my.cnf</filename> using the following 171 command as the root user:</para> 172 173 <screen><userinput role='root'><command>install -v -m644 /usr/share/mysql/my-medium.cnf /etc/my.cnf</command></userinput></screen> 162 174 163 175 <para>You can now install a database and change the ownership to the 164 unprivileged user and group.</para> 165 166 <screen><userinput><command>mysql_install_db --user=mysql</command></userinput></screen> 176 unprivileged user and group (perform as the root user):</para> 177 178 <screen><userinput role='root'><command>mysql_install_db --user=mysql && 179 chgrp -v mysql /srv/mysql{,/test,/mysql}</command></userinput></screen> 167 180 168 181 <para>Further configuration requires that the 169 <application>My<acronym>SQL</acronym></application> server be running:</para> 170 171 <screen><userinput><command>install -o mysql -d /var/run/mysql && 182 <application>My<acronym>SQL</acronym></application> server be running. Start 183 the server using the following commands as the root user:</para> 184 185 <screen><userinput role='root'><command>install -v -m750 -o mysql -g mysql -d /var/run/mysql && 172 186 mysqld_safe --user=mysql 2>&1 >/dev/null &</command></userinput></screen> 173 187 174 188 <para>A default installation does not setup a password for the administrator, 175 so use the following command to set one. Replace189 so use the following command as the root user to set one. Replace 176 190 <replaceable>[new-password]</replaceable> with your own.</para> 177 191 178 <screen><userinput ><command>mysqladmin -u root password <replaceable>[new-password]</replaceable></command></userinput></screen>192 <screen><userinput role='root'><command>mysqladmin -u root password <replaceable>[new-password]</replaceable></command></userinput></screen> 179 193 180 194 <para>Configuration of the server is now finished. Shut the server down 181 using the following command :</para>182 183 <screen><userinput ><command>mysqladmin -p shutdown</command></userinput></screen>184 185 <para >Install the <filename>/etc/rc.d/init.d/mysql</filename>195 using the following command as the root user:</para> 196 197 <screen><userinput role='root'><command>mysqladmin -p shutdown</command></userinput></screen> 198 199 <para id="mysql-init">Install the <filename>/etc/rc.d/init.d/mysql</filename> 186 200 init script included in the <xref linkend="intro-important-bootscripts"/> 187 package.</para> 188 189 <screen><userinput><command>make install-mysql</command></userinput></screen> 201 package as the root user to start the <application>MySQL</application> server 202 during system boot-up.</para> 203 <indexterm zone="mysql mysql-init"> 204 <primary sortas="f-mysql">mysql</primary></indexterm> 205 206 <screen><userinput role='root'><command>make install-mysql</command></userinput></screen> 190 207 191 208 </sect3> … … 196 213 <title>Contents</title> 197 214 198 <para>The <application>My<acronym>SQL</acronym></application> package contains 199 <command>client_test</command>, 200 <command>comp_err</command>, <command> 201 isamchk</command>, <command> 202 isamlog</command>, <command> 203 make_win_binary_distribution</command>, <command> 204 make_win_src_distribution</command>, <command> 205 msql2mysql</command>, <command> 206 my_print_defaults</command>, <command> 207 myisam_ftdump</command>, <command> 208 myisamchk</command>, <command> 209 myisamlog</command>, <command> 210 myisampack</command>, <command> 211 mysql</command>, <command> 212 mysql_config</command>, <command> 213 mysql_convert_table_format</command>, <command> 214 mysql_create_system_tables</command>, <command> 215 mysql_explain_log</command>, <command> 216 mysql_find_rows</command>, <command> 217 mysql_fix_extensions</command>, <command> 218 mysql_fix_privilege_tables</command>, <command> 219 mysql_install_db</command>, <command> 220 mysql_secure_installation</command>, <command> 221 mysql_setpermission</command>, <command> 222 mysql_tableinfo</command>, <command> 223 mysql_tzinfo_to_sql</command>, <command> 224 mysql_waitpid</command>, <command> 225 mysql_zap</command>, <command> 226 mysqlacess</command>,<command> 227 mysqladmin</command>, <command> 228 mysqlbinlog</command>, <command> 229 mysqlbug</command>, <command> 230 mysqlcheck</command>, <command> 231 mysqld</command>, <command> 232 mysqld_multi</command>, <command> 233 mysqld_safe</command>, <command> 234 mysqldump</command>, <command> 235 mysqldumpslow</command>, <command> 236 mysqlhotcopy</command>, <command> 237 mysqlimport</command>, <command> 238 mysqlmanager</command>, <command> 239 mysqlmanager-pwgen</command>, <command> 240 mysqlmanagerc</command>, <command> 241 mysqlshow</command>, <command> 242 mysqltest</command>, <command> 243 pack_isam</command>, <command> 244 perror</command>, <command> 245 replace</command>, <command> 246 resolve_stack_dump</command>, <command> 247 resolveip</command>, <filename class="libraryfile"> 248 libdbug</filename>, <filename class="libraryfile"> 249 libheap</filename>, <filename class="libraryfile"> 250 libmerge</filename>, <filename class="libraryfile"> 251 libmyisam</filename>, <filename class="libraryfile"> 252 libmyisammrg</filename>, <filename class="libraryfile"> 253 libmysqlclient</filename>, <filename class="libraryfile"> 254 libmysqlclient_r</filename>, <filename class="libraryfile"> 255 libmystrings</filename>, <filename class="libraryfile"> 256 libmysys</filename>, <filename class="libraryfile"> 257 libnisam</filename> and <filename class="libraryfile"> 258 libvio</filename>.</para> 259 260 </sect2> 261 262 <sect2><title>Description</title> 263 264 <para>A package listing would be several pages long. Consult the 265 <application>My<acronym>SQL</acronym></application> documentation for full 266 details instead.</para> 215 <segmentedlist> 216 <segtitle>Installed Programs</segtitle> 217 <segtitle>Installed Libraries</segtitle> 218 <segtitle>Installed Directories</segtitle> 219 220 <seglistitem> 221 <seg>comp_err, isamchk, isamlog, make_win_binary_distribution, 222 make_win_src_distribution, msql2mysql, my_print_defaults, myisam_ftdump, 223 myisamchk, myisamlog, myisampack, mysql, mysql_client_test, mysql_config, 224 mysql_convert_table_format, mysql_create_system_tables, mysql_explain_log, 225 mysql_find_rows, mysql_fix_extensions, mysql_fix_privilege_tables, 226 mysql_install_db, mysql_secure_installation, mysql_setpermission, 227 mysql_tableinfo, mysql_tzinfo_to_sql, mysql_waitpid, mysql_zap, mysqlaccess, 228 mysqladmin, mysqlbinlog, mysqlbug, mysqlcheck, mysqld, mysqld_multi, 229 mysqld_safe, mysqldump, mysqldumpslow, mysqlhotcopy, mysqlimport, 230 mysqlmanager, mysqlmanager-pwgen, mysqlmanagerc, mysqlshow, mysqltest, 231 pack_isam, perror, replace, resolve_stack_dump and resolveip</seg> 232 <seg>libdbug.a, libheap.a, libmerge.a, libmyisam.a, libmyisammrg.a, 233 libmysqlclient.[so,a], libmysqlclient_r.[so,a], libmystrings.a, libmysys.a, 234 libnisam.a and libvio.a</seg> 235 <seg>/srv/mysql, /usr/include/mysql, /usr/lib/mysql, /usr/share/mysql and 236 /var/run/mysql</seg> 237 </seglistitem> 238 </segmentedlist> 239 240 <sect3><title>Short description</title> 241 <para>Descriptions of all the programs and libraries would be several pages 242 long. Instead, consult the <application>My<acronym>SQL</acronym></application> 243 documentation for full details.</para> 267 244 268 245 <para>Certain <application>My<acronym>SQL</acronym></application> support 269 246 programs may require the <application>Perl</application> DBI modules to be 270 247 installed to function properly.</para> 248 </sect3> 271 249 272 250 </sect2> -
general.ent
rb409cd8 r20f5e71a 1 <!ENTITY day "0 5">1 <!ENTITY day "06"> 2 2 <!ENTITY month "04"> 3 3 <!ENTITY year "2005"> … … 261 261 <!-- Chapter 23 --> 262 262 <!ENTITY db-version "4.3.27"> 263 <!ENTITY mysql-version "4.1. 8a">263 <!ENTITY mysql-version "4.1.10a"> 264 264 <!ENTITY postgresql-version "7.4.6"> 265 265 -
general/genlib/fam.xml
rb409cd8 r20f5e71a 23 23 24 24 <indexterm zone="fam"> 25 <primary sortas="a-F am">Fam</primary>25 <primary sortas="a-FAM">FAM</primary> 26 26 </indexterm> 27 27 -
general/prog/nasm.xml
rb409cd8 r20f5e71a 7 7 <!ENTITY NASM-download-http "http://prdownloads.sourceforge.net/nasm/nasm-&NASM-version;.tar.bz2"> 8 8 <!ENTITY NASM-download-ftp " "> 9 <!ENTITY NASM-md5sum " 9f682490c132b070d54e395cb6ee145e">10 <!ENTITY NASM-size "5 36KB">9 <!ENTITY NASM-md5sum "2032ad44c7359f7a9a166a40a633e772"> 10 <!ENTITY NASM-size "543 KB"> 11 11 <!ENTITY NASM-buildsize "6.3 MB"> 12 12 <!ENTITY NASM-time "0.14 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.