home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book Home

Book TitleSearch this book

Symbols & Numbers | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Index: M

M-to-M relationships: 7.2.5. Kinds of Relationships
designing models for maintainable Perl programs: 9.3.1. A Model for Relational Data
object/relational modeling: 8.3. Object/Relational Modeling
Mac OS X systems
compiling MySQL 4.0: 12.1. API Overview
server startup/shutdown: 4.2.2. Mac OS X
main routine
aggregate UDF: 14.1.2.4. main
standard UDF: 14.1.1. Standard Functions
14.1.1.2. The main routine
make command: 2.2.3. Source Distributions
MAKE_SET( ) function: 17.2.2. General Functions
make_where( ) (Publisher class): 9.3.2. Implementing the Model
9.3.2.3. Methods that handle WHERE clauses
many-to-many relationships: 7.2.5. Kinds of Relationships
designing models for maintainable Perl programs: 9.3.1. A Model for Relational Data
object/relational modeling: 8.3. Object/Relational Modeling
Mason, Tony: 3.1. SQL Basics
MATCH keyword: 3.9.1.1. The Basics
MAX( ) function: 17.2.1. Aggregate Functions
maxField property (twz JDBC driver): 13.1.2.2. Driver manager connectivity
maxReconnects property (GNU JDBC driver): 13.1.2.2. Driver manager connectivity
MAX_ROWS option: 15.2. SQL Commands
maxRows property
GNU JDBC driver: 13.1.2.2. Driver manager connectivity
twz JDBC driver: 13.1.2.2. Driver manager connectivity
mbcharlen_<Emphasis>charset<Default Para Font> function: 14.2.2. Complex Character Sets
MD5( ) function: 17.2.2. General Functions
MEDIUMBLOB data type: 3.4.3. Binary Data Types
16.2. String Data Types
MEDIUMINT data type: 16.1. Numeric Data Types
19.1. Data Types
MEDIUMTEXT data type: 16.2. String Data Types
storage space required by: 3.4.2. Character Types
membership tests for values: 3.8.3. Membership Tests
memory
avoiding password storage in: 6.3.1.2. Resource protection
buffer overflow issues: 6.2.3.3. Direct compromise
6.3.1.2. Resource protection
MERGE table type: 15.2. SQL Commands
Merrall, Graeme: 11.8. Where to Find Out More
message parameter (init routine): 14.1.1.1. The init routine
metadata, accessing with ResultSetMetaData interface: 13.3.1. Metadata
methods
of classes: 9.3.1. A Model for Relational Data
of MySQLdb module: 20.1.2. Module Methods
Michlitsch, Brett: 11.8. Where to Find Out More
Microsoft Internet Information Server (IIS) and PHP: 11.2. Installing PHP
MID( ) function: 17.2.2. General Functions
MIN( ) function: 17.2.1. Aggregate Functions
MIN_ROWS option: 15.2. SQL Commands
minus sign (-)
in Boolean mode searches: 3.9.1.3. Boolean mode
subtraction operator: 3.8. SQL Operators
17.1.2. Arithmetic Operators
MINUTE( ) function: 17.2.2. General Functions
mm MySQL JDBC driver (GNU): 13.1. The JDBC API
configuration information for: 13.1.2.2. Driver manager connectivity
connecting to MySQL: 13.1.2.2. Driver manager connectivity
properties for: 13.1.2.2. Driver manager connectivity
MOD( ) function: 17.2.2. General Functions
Model layer (MVC methodology)
creating: 9.3.1. A Model for Relational Data
example of use: 9.3.3. Example of the Model's Use
implementing: 9.3.2. Implementing the Model
Model/View/Controller (MVC) methodology: 9.2.2. The Model/View/Controller Methodology
modulo of two values (%): 17.1.2. Arithmetic Operators
MONTH( ) function: 17.2.2. General Functions
MONTHNAME( ) function: 17.2.2. General Functions
Moore, James: 11.8. Where to Find Out More
moreProperties property (twz JDBC driver): 13.1.2.2. Driver manager connectivity
Moulding, Peter: 11.8. Where to Find Out More
mSQL (miniSQL): 1.2. The History of MySQL
multi-byte character support: 14.2. Alternative Character Sets
creating character sets with: 14.2.2. Complex Character Sets
multicolumn indexes, performance benefits of: 5.2.2.1. Index guidelines
multipleQuery property (twz JDBC driver): 13.1.2.2. Driver manager connectivity
multiplication operator (*): 3.8. SQL Operators
17.1.2. Arithmetic Operators
multithreaded database engine for MySQL: 1.3. MySQL Design
MVC (Model/View/Controller) methodology: 9.2.2. The Model/View/Controller Methodology
MyISAM table type: 15.2. SQL Commands
myisamchk utility: 4.6. Table Maintenance and Crash Recovery
optimizing queries: 5.2.2.3. Other options
MySQL
applications: 1.5. MySQL Applications
backups: 4.4. Backup
C API: 12. C API
19. C Reference
connecting to databases: 12.1.1. The Connection
12.2.1. Support Functions
data types used by: 19.1. Data Types
error handling: 12.1.1. The Connection
12.2.1. Support Functions
methods in: 12.1. API Overview
practical example of: 12.2. The C API in Practice
queries and results: 12.1.2. Queries and Results
12.2.2. Quote Retrieval
12.3. Advanced Issues
selecting and displaying data: 12.1. API Overview
case sensitivity issues: 3.1.2. The Design of SQL
3.8.4. Pattern Matching
15.1. Basic Syntax
configuring: 4.1. Configuration
data types: 16. MySQL Data Types
database administration: 4. Database Administration
downloading: 2.1. Preparation
error handling: 11.3.5. Handling MySQL Errors
extending functionality of: 14. Extending MySQL
full text searching: 3.9.1. Full Text Searching
functions: 3.9.4. Functions
17.2. Functions
include files: 11.3.6. Include Files
installing
on Linux systems: 2.2.2. Binary (RPM) Distributions
on Unix systems: 2.2. Unix Installation
on Windows systems: 2.3. Windows Installation
JDBC and (see entries under JDBC)
log files: 4.3. Logging
nonstandard syntaxes supported by: 3.6.1. Inserts
operators: 3.8. SQL Operators
17.1. Operators
pattern matching in queries: 3.8.4. Pattern Matching
performance tuning for: 5. Performance Tuning
PHP installation and: 11.2. Installing PHP
PHP library functions: 11.3.4. Frequently Used MySQL Library Functions
18. MySQL PHP API Reference
using PHP to access DBMS: 11.3. Accessing the MySQL DBMS with PHP
protecting files from illegal access: 6.2.1. Operating System Security
pulling data from: 3.9.7.3. Pulling data from MySQL
Python and (see Python)
querying
using Perl CGI: 9.2.3. A Sample CGI/DBI Program
using Perl DBI: 9.1.1. Basic Perl Example
recovery
from backups: 4.5. Recovery
from crashes: 4.6. Table Maintenance and Crash Recovery
security (see security)
sending SQL to: 3.1.3. Sending SQL to MySQL
sequences, generating: 3.6.2. Sequence Generation
server startup/shutdown: 4.2. Server Startup and Shutdown
syntax for SQL commands: 15. SQL Syntax for MySQL
tools provided by: 1.6. What You Get
versions of: 2.1. Preparation
MySQL AB: 1.2. The History of MySQL
MYSQL++ API: 12. C API
MySQL-bench-version.i386.rpm file: 2.2.2. Binary (RPM) Distributions
mysql class: 9.3.2. Implementing the Model
9.3.2.8. The mysql class
MySQL-client-version.i386.rpm file: 2.2.2. Binary (RPM) Distributions
MYSQL data type: 19.1. Data Types
MySQL-devel-version.i386.rpm file: 2.2.2. Binary (RPM) Distributions
mysql-log-rotate script: 4.3.4. Log Rotation
MySQL-shared-version.i386.rpm file: 2.2.2. Binary (RPM) Distributions
MySQL table types: 15.2. SQL Commands
mysql tool: 1.6. What You Get
batch processing and: 3.9.7.1. Command-line loads
sending SQL to MySQL: 3.1.3. Sending SQL to MySQL
mysql user: 2.2.1. Binary (Tarball) Distributions
MySQL-version.i386.rpm file: 2.2.2. Binary (RPM) Distributions
mysqlaccess tool: 1.6. What You Get
mysqladmin tool: 1.6. What You Get
mysql_affected_rows( ): 11.3.4. Frequently Used MySQL Library Functions
11.6. Writing Data with PHP
18.2. Functions
19.2. Functions
cresource data type and: 18.1. Data Types
mysqlbinlog utility: 4.3.2. The Binary Log
performing recovery: 4.5.1. mysqldump Recovery
mysql_change_user( ): 18.2. Functions
19.2. Functions
mysql_character_set_name( ): 19.2. Functions
mysqlcheck utility: 4.6. Table Maintenance and Crash Recovery
mysql_close( ): 12.1.3. Closing the Connection
18.2. Functions
19.2. Functions
MySQL.connect( ): 20.1.2. Module Methods
mysql_create_db( ): 18.2. Functions
19.2. Functions
mysqld-max-nt server: 2.3. Windows Installation
mysqld-max server: 2.3. Windows Installation
mysqld-nt server: 2.3. Windows Installation
mysqld-opt server: 2.3. Windows Installation
[mysqld] section in configuration files: 4.1.2. File Content
mysqld server process: 1.6. What You Get
configuring MySQL: 4.1. Configuration
server startup and: 4.2. Server Startup and Shutdown
Windows installation and: 2.3. Windows Installation
mysql_data_seek( ): 18.2. Functions
19.2. Functions
MySQLdb module: 10. Python
20. The Python DB-API
attributes of: 20.1.1. Module Attributes
connection attributes of: 20.1.3. Connection Attributes
connection methods of: 20.1.4. Connection Methods
cursor attributes of: 20.1.5. Cursor Attributes
cursor methods of: 20.1.6. Cursor Methods
methods of: 20.1.2. Module Methods
parameterized SQL and: 10.1.3. Parameterized SQL
proprietary operations for: 10.2. Proprietary Operations
mysql_db_name( ): 18.2. Functions
mysql_debug( ): 19.2. Functions
mysql_drop_db( ): 18.2. Functions
19.2. Functions
mysqld_safe script: 4.2.1. Unix/Linux
mysqldump utility: 1.6. What You Get
4.4.1. mysqldump
recovering from backups: 4.5.1. mysqldump Recovery
mysql_dump_debug_info( ): 19.2. Functions
mysql_eof( ): 19.2. Functions
mysql_errno( ): 11.3.4. Frequently Used MySQL Library Functions
18.2. Functions
19.2. Functions
mysql_error( ): 11.3.4. Frequently Used MySQL Library Functions
18.2. Functions
19.2. Functions
mysql_escape_string( ): 12.3. Advanced Issues
18.2. Functions
19.2. Functions
mysql_fetch_array( ): 11.3.3. Handling Results
11.3.4. Frequently Used MySQL Library Functions
18.2. Functions
accessing data returned from: 11.3.3. Handling Results
qresource data type and: 18.1. Data Types
mysql_fetch_assoc( ): 18.2. Functions
mysql_fetch_field( ): 18.2. Functions
19.2. Functions
mysql_fetch_field_direct( ): 19.2. Functions
mysql_fetch_fields( ): 19.2. Functions
mysql_fetch_lengths( ): 18.2. Functions
19.2. Functions
mysql_fetch_object( ): 18.2. Functions
mysql_fetch_row( ): 12.2.2. Quote Retrieval
18.2. Functions
19.2. Functions
MYSQL_FIELD data type: 19.1. Data Types
mysql_field_count( ): 19.2. Functions
mysql_field_flags( ): 18.2. Functions
mysql_field_len( ): 18.2. Functions
mysql_field_name( ): 18.2. Functions
MYSQL_FIELD_OFFSET type: 19.1. Data Types
mysql_field_seek( ): 18.2. Functions
19.2. Functions
mysql_field_table( ): 18.2. Functions
mysql_field_tell( ): 19.2. Functions
mysql_field_type( ): 18.2. Functions
mysql_free_result( ): 12.1.2. Queries and Results
18.2. Functions
19.2. Functions
mysql_get_client_info( ): 18.2. Functions
19.2. Functions
mysql_get_host_info( ): 18.2. Functions
19.2. Functions
mysql_get_proto_info( ): 18.2. Functions
19.2. Functions
mysql_get_server_info( ): 18.2. Functions
19.2. Functions
mysql.h header file: 12.1. API Overview
19.1. Data Types
mysqlhotcopy utility: 1.6. What You Get
4.4.2. mysqlhotcopy
recovering from backups: 4.5.2. mysqlhotcopy Recovery
mysqlimport tool: 1.6. What You Get
mysql_info( ): 19.2. Functions
mysql_init( ): 19.2. Functions
initializing database handler: 12.1.1. The Connection
MYSQL data type and: 19.1. Data Types
mysql_insert_id( ): 18.2. Functions
19.2. Functions
mysql_kill( ): 19.2. Functions
mysql_list_dbs( ): 18.2. Functions
19.2. Functions
qresource data type and: 18.1. Data Types
mysql_list_fields( ): 18.2. Functions
19.2. Functions
MYSQL_FIELD data type and: 19.1. Data Types
qresource data type and: 18.1. Data Types
mysql_list_processes( ): 19.2. Functions
mysql_list_tables( ): 18.2. Functions
19.2. Functions
mysql_num_fields( ): 18.2. Functions
19.2. Functions
mysql_num_rows( ): 11.3.4. Frequently Used MySQL Library Functions
11.6. Writing Data with PHP
18.2. Functions
19.2. Functions
qresource data type and: 18.1. Data Types
mysql_odbc_escape_string( ): 19.2. Functions
mysql_odbc_remove_escape( ): 19.2. Functions
mysql_options( ): 19.2. Functions
mysql_pconnect( ): 5.2.1. Host Application Tuning
11.3.2. Opening and Using a Database Connection
11.3.4. Frequently Used MySQL Library Functions
18.2. Functions
cresource data type and: 18.1. Data Types
mysql_ping( ): 19.2. Functions
mysql.pm module: 9.3.2. Implementing the Model
mysql_query( ): 11.3.2. Opening and Using a Database Connection
11.3.4. Frequently Used MySQL Library Functions
18.2. Functions
19.2. Functions
MySQL C API and: 12.1.2. Queries and Results
qresource data type and: 18.1. Data Types
mysql_read_query_result( ): 19.2. Functions
mysql_real_connect( ): 12.1.1. The Connection
19.2. Functions
mysql_real_escape_string( ): 19.2. Functions
mysql_real_query( ): 12.3. Advanced Issues
19.2. Functions
mysql_refresh( ): 19.2. Functions
mysql_reload( ): 19.2. Functions
MYSQL_RES structure: 12.1.2. Queries and Results
19.1. Data Types
mysql_free_result( ) and: 19.2. Functions
mysql_list_dbs( ) and: 19.2. Functions
mysql_list_fields( ) and: 19.2. Functions
mysql_list_processes( ) and: 19.2. Functions
mysql_list_tables( ) and: 19.2. Functions
mysql_result( ): 18.2. Functions
MYSQL_ROW type: 12.2.2. Quote Retrieval
19.1. Data Types
mysql_row_seek( ): 19.2. Functions
mysql_row_tell( ): 19.2. Functions
mysql_select_db( ): 11.3.2. Opening and Using a Database Connection
11.3.4. Frequently Used MySQL Library Functions
18.2. Functions
19.2. Functions
cresource data type and: 18.1. Data Types
mysql_send_query( ): 19.2. Functions
mysql.server script: 4.2.1. Unix/Linux
error logs and: 4.3. Logging
mysqlshow tool: 1.6. What You Get
mysql_shutdown( ): 19.2. Functions
mysql_ssl_cipher( ): 19.2. Functions
mysql_ssl_clear( ): 19.2. Functions
mysql_ssl_set( ): 19.2. Functions
mysql_stat( ): 19.2. Functions
mysql_store_result( ): 12.1.2. Queries and Results
12.2.2. Quote Retrieval
19.2. Functions
mysql_tablename( ): 18.2. Functions
qresource data type and: 18.1. Data Types
mysql_thread_id( ): 19.2. Functions
mysql_thread_safe( ): 19.2. Functions
mysql_unbuffered_query( ): 18.2. Functions
qresource data type and: 18.1. Data Types
mysql_use_result( ): 19.2. Functions
my_ulonglong type: 19.1. Data Types


Symbols & Numbers | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Library Navigation Links

Copyright © 2003 O'Reilly & Associates, Inc. All Rights Reserved.