MySQL Application Programming Interfaces

In this section, you will learn how to use various programming languages to interface with MySQL.

Image

PHP MySQL Tutorial

You will learn how to interact with MySQL using PHP Data Objects or PDO, which provides a lightweight and consistent interface for accessing MySQL Database.
Image

MySQL Node.js

In this section, you will learn how to interact with MySQL from node.js applications using the mysql module.
Image

MySQL JDBC

Java JDBC API provides a standard interface to interact with any relational databases. In this MySQL JDBC tutorial section, we will show you how to use JDBC to interact with MySQL databases.
Image

Python MySQL

This page shows you how to use MySQL Connector / Python to interact with MySQL databases from Python programs.
Image

Perl MySQL Tutorial

This Perl MySQL section shows you how to interact with MySQL by using Perl DBI API for connecting to and disconnecting from MySQL databases, creating tables, handling data, and managing transactions.