DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) libmysqld restrictions

Info Catalog (mysql.info.gz) libmysqld compiling (mysql.info.gz) libmysqld (mysql.info.gz) libmysqld options
 
 22.2.16.3 Restrictions when using the Embedded MySQL Server
 ...........................................................
 
 The embedded server has the following limitations:
 
    * No support for `ISAM' tables. (This is mainly done to make the
      library smaller)
 
    * No user-defined functions (UDFs).
 
    * No stack trace on core dump.
 
    * No internal RAID support. (This is not normally needed as most OS
      has nowadays support for big files).
 
    * You cannot set this up as a master or a slave (no replication).
 
    * You can't connect to an embedded server from an outside process
      with sockets or TCP/IP.
 
 Some of these limitations can be changed by editing the `mysql_embed.h'
 include file and recompiling MySQL.
 
Info Catalog (mysql.info.gz) libmysqld compiling (mysql.info.gz) libmysqld (mysql.info.gz) libmysqld options
automatically generated byinfo2html