20.7. MySQL PHP API ............................................................................................................ 2230
20.7.4. MySQL Functions (PDO_MYSQL)
20.7.11. Connector/PHP .................................................................................................. 2804
20.7.13. Enabling Both
20.8. MySQL Perl API ............................................................................................................. 2805
20.9. MySQL Python API ......................................................................................................... 2806
20.10. MySQL Ruby APIs ........................................................................................................ 2806
20.11. MySQL Tcl API ............................................................................................................. 2806
MySQL Connectors provide connectivity to the MySQL server for client programs. APIs provide low-
level access to the MySQL protocol and MySQL resources. Both Connectors and the APIs enable you
to connect and execute MySQL statements from another language or environment, including ODBC,
Java (JDBC), Perl, Python, PHP, Ruby, and native C and embedded MySQL instances.
MySQL Connectors
Oracle develops a number of connectors:
•
Connector/ODBC
Connectivity (ODBC) API. Support is available for ODBC connectivity from Windows, Unix, and Mac
OS X platforms.
•
Connector/Net
Net implements a fully functional ADO.NET interface and provides support for use with ADO.NET
aware tools. Applications that use Connector/Net can be written in any supported .NET language.
MySQL Connectors
and
mysql
Note
Connector version numbers do not correlate with MySQL Server version
numbers. See
Table 20.2, "MySQL Connector Versions and MySQL Server
Versions".
provides driver support for connecting to MySQL using the Open Database
enables developers to create .NET applications that connect to MySQL. Connector/
Statements ..................................................... 2229
CALL
(MySQL
(PDO)) ............................................... 2520
in PHP .......................................................... 2804
mysqli
1734
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers