diff options
Diffstat (limited to 'Docs/INSTALL-BINARY')
-rw-r--r-- | Docs/INSTALL-BINARY | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Docs/INSTALL-BINARY b/Docs/INSTALL-BINARY index 33fc4ae81f8..c33d23674d6 100644 --- a/Docs/INSTALL-BINARY +++ b/Docs/INSTALL-BINARY @@ -11,7 +11,7 @@ MySQL tar file binary distributions have names of the form mysql-VERSION-OS.tar.gz, where VERSION is a number (for example, - 5.1.35), and OS indicates the type of operating system for which + 5.1.39), and OS indicates the type of operating system for which the distribution is intended (for example, pc-linux-i686). In addition to these generic packages, we also offer binaries in @@ -156,10 +156,10 @@ shell> chown -R mysql data Permissions in Grant Tables." For Perl module installation instructions, see Section 2.15, "Perl Installation Notes." 11. If you would like to use mysqlaccess and have the MySQL - distribution in some non-standard location, you must change - the location where mysqlaccess expects to find the mysql - client. Edit the bin/mysqlaccess script at approximately line - 18. Search for a line that looks like this: + distribution in some nonstandard location, you must change the + location where mysqlaccess expects to find the mysql client. + Edit the bin/mysqlaccess script at approximately line 18. + Search for a line that looks like this: $MYSQL = '/usr/local/bin/mysql'; # path to mysql executable Change the path to reflect the location where mysql actually is stored on your system. If you do not do this, a Broken pipe |