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

    274 MySQL Technical Reference for Version 4.0.3 mysql_install_db Creates the MySQL grant tables with default privileges.  This is usually exe- cuted only once, when rst installing MySQL on a system. replace A utility program that is used by msql2mysql, but that has more general ap- plicability as well.  replace changes strings in place in les or on the standard input.  Uses a nite state machine to match longer strings rst.  Can be used to swap strings.  For example, this command swaps a and b in the given les: shell> replace a b b a -- file1 file2 ... 4.7.2  safe_mysqld, The Wrapper Around mysqld safe_mysqld  is the recommended way to start a  mysqld  daemon on Unix.   safe_mysqld adds some safety features such as restarting the server when an error occurs and logging run-time information to a log le. If you don't use --mysqld=# or --mysqld-version=# safe_mysqld will use an executable named mysqld-max if it exists.  If not, safe_mysqld will start mysqld.  This makes it very easy to test to use mysqld-max instead of mysqld; just copy mysqld-max to where you have mysqld and it will be used. Normally  one  should  never  edit  the  safe_mysqld  script,  but  instead  put  the  options  to safe_mysqld in the [safe_mysqld] section in the `my.cnf' le.  safe_mysqld will read all options from the [mysqld],  [server] and [safe_mysqld] sections from the option les. See Section 4.1.2 [Option les], page 186. Note that all options on the command-line to safe_mysqld are passed to mysqld.  If you wants to use any options in safe_mysqld that mysqld doesn't support, you must specify these in the option le. Most of the options to safe_mysqld are the same as the options to mysqld. See Section 4.1.1 [Command-line options], page 181. safe_mysqld supports the following options: --basedir=path --core-file-size=# Size of the core le mysqld should be able to create.  Passed to ulimit -c. --datadir=path --defaults-extra-file=path --defaults-file=path --err-log=path --ledir=path Path to mysqld --log=path --mysqld=mysqld-version Name of the mysqld version in the ledir directory you want to start.
     

    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