Author: shinz
Date: 2005-11-04 10:59:17 +0100 (Fri, 04 Nov 2005)
New Revision: 243
Log:
GUI Tools don't run on Windows NT 4 and below
Modified:
trunk/administrator/administrator.xml
trunk/migration-toolkit/migration-toolkit.xml
trunk/query-browser/query-browser.xml
trunk/refman-4.1/tutorial.xml
trunk/refman-5.0/tutorial.xml
Modified: trunk/administrator/administrator.xml
===================================================================
--- trunk/administrator/administrator.xml 2005-11-04 05:07:47 UTC (rev 242)
+++ trunk/administrator/administrator.xml 2005-11-04 09:59:17 UTC (rev 243)
@@ -159,6 +159,7 @@
<para>
&administrator; runs on recent 32-bit Windows NT based operating
systems, including Windows 2000, XP, and 2003.
+ It doesn't run on Windows NT 4 and below.
</para>
<para>
Modified: trunk/migration-toolkit/migration-toolkit.xml
===================================================================
--- trunk/migration-toolkit/migration-toolkit.xml 2005-11-04 05:07:47 UTC (rev 242)
+++ trunk/migration-toolkit/migration-toolkit.xml 2005-11-04 09:59:17 UTC (rev 243)
@@ -198,6 +198,7 @@
<para>
&migration_toolkit; runs on recent 32-bit Windows NT based
operating systems, including Windows 2000, XP, and 2003.
+ It doesn't run on Windows NT 4 and below.
</para>
<para>
Modified: trunk/query-browser/query-browser.xml
===================================================================
--- trunk/query-browser/query-browser.xml 2005-11-04 05:07:47 UTC (rev 242)
+++ trunk/query-browser/query-browser.xml 2005-11-04 09:59:17 UTC (rev 243)
@@ -135,6 +135,7 @@
<para>
&query_browser; runs on recent 32-bit Windows NT based operating
systems, including Windows 2000, XP, and 2003.
+ It doesn't run on Windows NT 4 and below.
</para>
<para>
Modified: trunk/refman-4.1/tutorial.xml
===================================================================
--- trunk/refman-4.1/tutorial.xml 2005-11-04 05:07:47 UTC (rev 242)
+++ trunk/refman-4.1/tutorial.xml 2005-11-04 09:59:17 UTC (rev 243)
@@ -102,11 +102,11 @@
<para>
To connect to the server, you will usually need to provide a MySQL
- username when you invoke <command>mysql</command> and, most
+ user name when you invoke <command>mysql</command> and, most
likely, a password. If the server runs on a machine other than the
- one where you log in, you will also need to specify a hostname.
+ one where you log in, you will also need to specify a host name.
Contact your administrator to find out what connection parameters
- you should use to connect (that is, what host, username, and
+ you should use to connect (that is, what host, user name, and
password to use). Once you know the proper parameters, you should
be able to connect like this:
</para>
@@ -118,7 +118,7 @@
<para>
<literal>host</literal> and <literal>user</literal>
represent the
- hostname where your MySQL server is running and the username of
+ host name where your MySQL server is running and the user name of
your MySQL account. Substitute appropriate values for your setup.
The <literal>********</literal> represents your password; enter it
when <command>mysql</command> displays the <literal>Enter
@@ -695,7 +695,7 @@
</programlisting>
<para>
- where <literal>your_mysql_name</literal> is the MySQL username
+ where <literal>your_mysql_name</literal> is the MySQL user name
assigned to you and <literal>your_client_host</literal> is the
host from which you connect to the server.
</para>
@@ -733,7 +733,7 @@
Windows, this restriction does not apply, although you must
refer to databases and tables using the same lettercase
throughout a given query. However, for a variety of reasons, our
- recommended best practise is always to use the same lettercase
+ recommended best practice is always to use the same lettercase
that was used when the database was created.)
</para>
Modified: trunk/refman-5.0/tutorial.xml
===================================================================
--- trunk/refman-5.0/tutorial.xml 2005-11-04 05:07:47 UTC (rev 242)
+++ trunk/refman-5.0/tutorial.xml 2005-11-04 09:59:17 UTC (rev 243)
@@ -102,11 +102,11 @@
<para>
To connect to the server, you will usually need to provide a MySQL
- username when you invoke <command>mysql</command> and, most
+ user name when you invoke <command>mysql</command> and, most
likely, a password. If the server runs on a machine other than the
- one where you log in, you will also need to specify a hostname.
+ one where you log in, you will also need to specify a host name.
Contact your administrator to find out what connection parameters
- you should use to connect (that is, what host, username, and
+ you should use to connect (that is, what host, user name, and
password to use). Once you know the proper parameters, you should
be able to connect like this:
</para>
@@ -118,7 +118,7 @@
<para>
<literal>host</literal> and <literal>user</literal>
represent the
- hostname where your MySQL server is running and the username of
+ host name where your MySQL server is running and the user name of
your MySQL account. Substitute appropriate values for your setup.
The <literal>********</literal> represents your password; enter it
when <command>mysql</command> displays the <literal>Enter
@@ -697,7 +697,7 @@
</programlisting>
<para>
- where <literal>your_mysql_name</literal> is the MySQL username
+ where <literal>your_mysql_name</literal> is the MySQL user name
assigned to you and <literal>your_client_host</literal> is the
host from which you connect to the server.
</para>
@@ -735,7 +735,7 @@
Windows, this restriction does not apply, although you must
refer to databases and tables using the same lettercase
throughout a given query. However, for a variety of reasons, our
- recommended best practise is always to use the same lettercase
+ recommended best practice is always to use the same lettercase
that was used when the database was created.)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r243 - in trunk: administrator migration-toolkit query-browser refman-4.1 refman-5.0 | shinz | 4 Nov |