<< previous page   --   table of contents   --   next page >>
| | | | | | | |
  • Return to Table of Contents
  • Table of Contents

    1. General Information
    2. MySQL Installation
    3. Tutorial Introduction
    4. Database Administration
    5. MySQL Optimisation
    6. MySQL Language Reference
    7. MySQL Table Types
    8. MySQL APIs
    9. Extending MySQL

    86 MySQL Technical Reference for Version 4.0.3    Options that pertain to particular systems can be found in the system-speci c section of this manual.  See Section 2.6 [Operating System Speci c Notes], page 106. 2.3.4  Installing from the Development Source Tree Caution:  You should read this section only if you are interested in helping us test our new code.  If you just want to get MySQL up and running on your system, you should use a standard release distribution (either a source or binary distribution will do). To obtain our most recent development source tree, use these instructions: 1.  Download BitKeeper from http://www.bitmover.com/cgi-bin/download.cgi.  You will need Bitkeeper 2.0 or newer to access our repository. 2.  Follow the instructions to install it. 3.  After BitKeeper is installed, rst go to the directory you want to work from, and then use this command if you want to clone the MySQL 3.23 branch: shell> bk clone bk://work.mysql.com:7000 mysql To clone the 4.0 branch, use this command instead: shell> bk clone bk://work.mysql.com:7001 mysql-4.0 In the preceding examples the source tree will be set up in the `mysql/' or `mysql-4.0/' subdirectory of your current directory. The initial download of the source tree may take a while, depending on the speed of your connection; be patient. 4.  You will need GNU autoconf 2.52, automake 1.4, libtool, and m4 to run the next set of commands. automake (1.5) doesn't yet work. shell> cd mysql-4.0 shell> bk -r get -Sq shell> aclocal; autoheader; autoconf;   automake; shell> ./configure   # Add your favorite options here shell> make If you get some strange error during this stage,  check that you really have  libtool installed! A collection of our standard con gure scripts is located in the `BUILD/' subdirectory.  If you are lazy, you can use `BUILD/compile-pentium-debug'.  To compile on a di erent architecture, modify the script by removing ags that are Pentium-speci c. 5.  When  the  build  is  done,  run  make install.   Be  careful  with  this  on  a  production machine; the command may overwrite your live release installation. If you have another installation of MySQL, we recommand that you run ./configure with di erent values for the prefix,  with-tcp-port, and unix-socket-path options than those used for your production server. 6.  Play hard with your new installation and try to make the new features crash.  Start by running make test.  See Section 9.1.2 [MySQL test suite], page 614. 7.   If  you  have  gotten  to  the  make  stage  and  the  distribution  does  not  compile,  please report it to  bugs@lists.mysql.com.   If you have installed the latest versions of the
     

    Customer Support CentreMySQL Reference Manual

    Web Hosting Services
    UNIX WEB HOSTING
    MERCHANT ACCOUNTS
    DEDICATED SERVERS
    E-COMMERCE HOSTING
    SUPPORT & FAQ's
    TERMS OF USE
    Domain Services
    DOMAIN
    REGISTRATION
    MANAGE
    YOUR ACCOUNT
    SUPPORT & FAQ's
    TERMS OF USE
    Corporate Info
    ABOUT US
    OUR NETWORK
    CONTACT US
    SITE MAP
    Copyright © 2002 Dyntex Group, Inc. All Rights Reserved
  • Return to Table of Contents
  • Back to top

  • Web Hosting: Manuals & FAQ's

    1. Unix-Based Web Hosting
    2. Unix Dedicated Servers
    3. Windows Dedicated Servers
    4. CuteFTP User’s Guide
    5. CuteHTML User’s Guide
    6. WS_FTP Pro User's Guide
    7. Miva Order User's Guide
    8. Miva Merchant User's Guide