Changeset 993cff3
- Timestamp:
- 09/30/2003 03:14:19 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- aef50bc
- Parents:
- 8223b66
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
content/databases/mysql/mysql-config.xml
r8223b66 r993cff3 33 33 'new-password' to your own.</para> 34 34 35 <screen><userinput><command>mysql -uroot mysql 35 <screen><userinput><command>mysql -uroot mysql</command></userinput> 36 36 Welcome to the MySQL monitor. Commands end with ; or \g. 37 37 Your MySQL connection id is 2 to server version: 3.23.51-log … … 39 39 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. 40 40 41 mysql> UPDATE user SET password=password('new-password') WHERE user='root'; 41 <prompt>mysql></prompt> <userinput><command>UPDATE user SET password=password('<replaceable>new-password</replaceable>') WHERE user='root';</command></userinput> 42 42 Query OK, 2 rows affected (0.00 sec) 43 43 Rows matched: 2 Changed: 2 Warnings: 0 44 44 45 mysql> FLUSH PRIVILEGES; 45 <prompt>mysql></prompt> <userinput><command>FLUSH PRIVILEGES;</command></userinput> 46 46 Query OK, 0 rows affected (0.00 sec) 47 47 48 mysql> EXIT; 48 <prompt>mysql></prompt> <userinput><command>EXIT;</command></userinput> 49 49 bye 50 </ command></userinput></screen>50 </screen> 51 51 52 52 <para>Now that we are done with the configuration of the server, we can -
general/prog/gcc.xml
r8223b66 r993cff3 3 3 <title>GCC-&gcc-version;</title> 4 4 5 &gnat-intro;6 &gnat-inst;7 5 &gcc-intro; 8 6 &gcc-inst; 7 <!--&gnat-intro; 8 &gnat-inst; 9 &gcc-intro; 10 &gcc-inst; --> 9 11 &gcc-exp; 10 12 &gcc-desc; -
general/prog/gcc/gcc-inst.xml
r8223b66 r993cff3 1 1 <sect2> 2 2 <title>Installation of <application><acronym>GCC</acronym></application></title> 3 4 &gnat-intro; 5 </sect2> 6 &gnat-inst; 7 <sect2><title>Return to Installation of <application><acronym>GCC</acronym></application></title> 3 8 4 9 <para>Patch the source files with the following command:</para> -
general/prog/gcc/gnat-intro.xml
r8223b66 r993cff3 1 < sect2>1 <!-- <sect2> 2 2 <title>Introduction to <application><acronym>GNAT</acronym></application> 3 3 (binary version)</title> … … 11 11 </application> if you do not want to recompile <application><acronym>GCC 12 12 </acronym></application> with <application>Ada</application> support.</para> 13 --> 14 <para>If you plan to compile Ada, you will need to install 15 <application><acronym>GNAT</acronym></application> temporarily to 16 satisfy the circular dependency when you recompile 17 <application><acronym> 18 GCC</acronym></application> to include 19 <application>Ada</application>.</para> 13 20 14 21 … … 33 40 </sect3> 34 41 35 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.