PHPackages                             izap/mysql-pdo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. izap/mysql-pdo

ActiveLibrary[Database &amp; ORM](/categories/database)

izap/mysql-pdo
==============

MySQL pdo driver

014PHP

Since Dec 18Pushed 11y agoCompare

[ Source](https://github.com/izap/mysql-pdo)[ Packagist](https://packagist.org/packages/izap/mysql-pdo)[ RSS](/packages/izap-mysql-pdo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PDO Database Class
==================

[](#pdo-database-class)

A database class for PHP-MySQL which uses the PDO extension.

If you have any questions go to :

To use the class
----------------

[](#to-use-the-class)

#### 1. Edit the database settings in the settings.ini.php

[](#1-edit-the-database-settings-in-the-settingsiniphp)

### Note if PDO is loading slow change localhost to -&gt; 127.0.0.1 !

[](#note-if-pdo-is-loading-slow-change-localhost-to---127001-)

```
[SQL]
host = 127.0.0.1
user = root
password =
dbname = yourdatabase

```

#### 2. Require the class in your project

[](#2-require-the-class-in-your-project)

```
