Link to home
Start Free TrialLog in
Avatar of jculkincys
jculkincysFlag for United States of America

asked on

Add MySQLi to PHP on RHEL4

Ahhh

I know this should be easy to fix but I am still a little new to Linux.

I have Mysql installed and I have php installed - and I have apahce installed

All are working - but I don't have the MySQLi module loaded in PHP

I have version 4.3.9 of PHP and 5.0.18standard of MySQL


I didn't know where to ask this since it involves programming (PHP) and database (MySQL)
ASKER CERTIFIED SOLUTION
Avatar of xDamox
xDamox
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jculkincys

ASKER

That worked great

What exactly did it do? I am familar with the purpose of up2date but I don't exactly understand how it fixed this problem.

did it modify my php.ini file?

thanks
Hi,

It installed php-mysql package :)
Do you know if that would modify my php.ini?
Also any suggestion on how to install mysqli

up2date -i php-mysqli
didnt work
Hi,

to install MySQL do

up2date -i mysql-server
I am looking for the mysqli (theres an "i" at the end)  extention for PHP

thanks for going the extra mile