cPanel Web hosting murah Indonesia Rp.16rb per bulan

Hosting support pdo_mysql extension on PHP module and how to install

e-Padi.com Hosting Murah supported PDO_MYSQL extension.
The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. Note that you cannot perform any database functions using the PDO extension by itself; you must use a database-specific PDO driver to access a database server.

PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to MySQL 3.x and 4.x databases.

PDO ships with PHP 5.1, and is available as a PECL extension for PHP 5.0; PDO requires the new OO features in the core of PHP 5, and so will not run with earlier versions of PHP.

How to install it on your server?
Following this steps:
1) Download from : [email protected] [~]# wget https://e-padi.com/download/PDO-1.0.3.tgz

2) Manually build and install the PDO extension:
[email protected] [~]# tar xzf PDO-0.2.tgz
[email protected] [~]# cd PDO-0.2
[email protected] [~]# phpize
[email protected] [~]# ./configure
[email protected] [~]# make
[email protected] [~]# make install
[email protected] [~]# echo extension=pdo.so >> /usr/local/lib/php.ini

3) Rebuild PHP along with the drivers for PDO_mysql.
CUSTOM_PHP_FLAGS=”–with-pdo-mysql” /scripts/easyapache

4) check php module using command : [email protected] [~]# php -m

Yuk Share, biar kamu makin exist!
About author
Admin e-Padi

Salam, Saya adalah Administrator Website di e-Padi. Melalui website ini kami berbagai artikel dan wawasan tentang pengelolaan server, website, dan solusi untuk sysadmin server dalam menghadapi tantangan teknis di dunia digital berdasarkan pengalaman team e-Padi dan kumpulan dari berbagai sumber terpercaya.