<< 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 127 You can change the directory locations if you wish, or just use the defaults by not specifying any locations. If you have problems with performance under heavy load, try using the --skip-thread- priority  option  to  mysqld!   This  will  run  all  threads  with  the  same  priority;  on  BSDI Version 3.1, this gives better performance (at least until BSDI xes their thread scheduler). If  you  get  the  error  virtual memory exhausted  while  compiling,  you  should  try  using ulimit -v 80000  and  run  make  again.   If  this  doesn't  work  and  you  are  using  bash,  try switching to csh or sh; some BSDI users have reported problems with bash and ulimit. 2.6.4.7  BSD/OS Version 4.x Notes BSDI Version 4.x has some thread-related bugs.  If you want to use MySQL on this, you should install all thread-related patches.  At least M400-023 should be installed. On  some  BSDI  Version  4.x  systems,  you  may  get  problems  with  shared  libraries.   The symptom is that you can't execute any client programs, for example, mysqladmin.  In this case you need to recon gure not to use shared libraries with the --disable-shared option to con gure. Some customers  have  had problems on BSDI 4.0.1 that the  mysqld  binary after a while can't open tables.  This is because some library/system related bug causes mysqld to change current directory without asking for this! The x is to either upgrade to 3.23.34 or after running configure remove the line #define HAVE_REALPATH  from  config.h  before running make. Note that the above means that you can't symbolic link a database directories to another database directory or symbolic link a table to another database on BSDI! (Making a sym- bolic link to another disk is okay). 2.6.5  Mac OS X Notes 2.6.5.1  Mac OS X Public Beta MySQL should work without any problems on Mac OS X Public Beta (Darwin).  You don't need the pthread patches for this OS! 2.6.5.2  Mac OS X Server Before trying to con gure MySQL on Mac OS X server you must rst install the pthread package from http://www.prnet.de/RegEx/mysql.html. Our binary for Mac OS X is compiled on Rhapsody 5.5 with the following con gure line: CC=gcc CFLAGS="-O2 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O2 \ -fomit-frame-pointer" ./configure --prefix=/usr/local/mysql \ "--with-comment=Official MySQL binary" --with-extra-charsets=complex \
     

    Customer Support CentreMySQL Reference Manual

    Web Hosting Services
    UNIX WEB HOSTING
    SUPPORT & FAQ's
    TERMS OF USE
    Domain Services
    DOMAIN REGISTRATION
    MANAGE YOUR ACCOUNT
    SUPPORT & FAQ's
    TERMS OF USE
    SITE MAP
    Home
    Hosting Plans | Domain Registration | About Us | Contact Us | Site Map
    Terms of Use | Privacy Policy | Guarantees
    Merchant Accounts

    SpiritHost - web hosting for spiritual and education sites
    SpiritHit.com - Religious and Spiritual Portal
  • 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