<< 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

    Chapter 2:  MySQL Installation 113 2.6.1.6  Linux MIPS Notes To  get  MySQL  to  work  on  Qube2,  (Linux  Mips),  you  need  the  newest  glibc  libraries (glibc-2.0.7-29C2 is known to work).  You must also use the egcs C++ compiler (egcs- 1.0.2-9, gcc 2.95.2 or newer). 2.6.1.7  Linux IA64 Notes To get MySQL to compile on Linux IA64, we use the following compile line:  Using gcc- 2.96: CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer" CXX=gcc \ CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors \ -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql \ "--with-comment=Official MySQL binary" --with-extra-charsets=complex On  IA64  the  MySQL  client  binaries  are  using  shared  libraries.   This  means  that  if  you install  our  binary  distribution  in  some  other  place  than  `/usr/local/mysql'  you  need to  either  modify  `/etc/ld.so.conf'  or  add  the  path  to  the  directory  where  you  have `libmysqlclient.so' to the LD_LIBRARY_PATH environment variable. See Section A.3.1 [Link errors], page 637. 2.6.2  Windows Notes This section describes using MySQL on Windows.  This information is also provided in the `README' le that comes with the MySQL Windows distribution. See Section 2.1.2 [Windows installation], page 66. 2.6.2.1  Starting MySQL on Windows 95, 98 or Me MySQL uses TCP/IP to connect a client to a server.  (This will allow any machine on your network to connect to your MySQL server.)  Because of this, you must install TCP/IP on your machine before starting MySQL. You can nd TCP/IP on your Windows CD-ROM. Note that if you are using an old Windows 95 release (for example OSR2), it's likely that you have an old Winsock package;  MySQL requires Winsock 2!   You can get the newest Winsock from http://www.microsoft.com/.  Windows 98 has the new Winsock 2 library, so the above doesn't apply there. To start the mysqld server, you should start an MS-DOS window and type: C:\> C:\mysql\bin\mysqld This will start mysqld in the background without a window. You can kill the MySQL server by executing: C:\> C:\mysql\bin\mysqladmin -u root shutdown
     

    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