Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

This examples helps you to understand the difference between old mysql driver in PHP and mysqlnd

License

Notifications You must be signed in to change notification settings

aeryaguzov/php-mysqlnd-examples

Repository files navigation

php-mysqlnd-examples

mysqlnd is a drop-in replacement for the MySQL Client Library (libmysql) for PHP

This examples helps you to understand the difference between libmysql and mysqlnd

Installation

In order to use this examples you must create config.php (use config.php.example as layout).

Also you need to run initial_migration.php. This script creates table and inserts there test data

Examples

  • memory_management.php

  • sync_vs_async_time.php

  • mersenne_migration.php - typical migration where data preparation is performed while query is being executed

About

This examples helps you to understand the difference between old mysql driver in PHP and mysqlnd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages