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

    272 MySQL Technical Reference for Version 4.0.3 Right  now  the  best  documentation  on  this  is  the  character  sets  that  are  already  imple- mented.  Look at the euc kr, gb2312, gbk, sjis and ujis character sets for examples.  These are implemented in the ctype-'charset'.c  les in the `strings' directory. You must specify the mbmaxlen_MYSET=N value in the special comment at the top of the source le.  should be set to the size in bytes of the largest character in the set. 4.6.7  Problems With Character Sets If you try to use a character set that is not compiled into your binary, you can run into a couple of di erent problems:    Your  program  has  a  wrong  path  to  where  the  character  sets  are  stored.   (Default `/usr/local/mysql/share/mysql/charsets').    This  can  be   xed  by  using  the  -- character-sets-dir option to the program in question.    The character set is a multi-byte-character set that can't be loaded dynamically.  In this case you have to recompile the program with the support for the character set.    The character set is a dynamic character set, but you don't have a con gure le for it.  In this case you should install the con gure le for the character set from a new MySQL distribution.    Your `Index' le doesn't contain the name for the character set. ERROR 1105: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2) In this case you should either get a new Index  le or add by hand the name of any missing character sets. For MyISAM tables,  you can check the character set name and number for a table with myisamchk -dvv table_name. 4.7  MySQL Server-Side Scripts and Utilities 4.7.1  Overview of the Server-Side Scripts and Utilities All MySQL clients that communicate with the server using the mysqlclient library use the following environment variables: Name Description MYSQL_UNIX_PORT The   default   socket;    used   for   connections   to localhost MYSQL_TCP_PORT The default TCP/IP port MYSQL_PWD The default password MYSQL_DEBUG Debug-trace options when debugging TMPDIR The   directory   where   temporary   tables/ les   are created Use of MYSQL_PWD is insecure.  See Section 4.2.8 [Connecting], page 202.
     

    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