PDA

View Full Version : Blank PHP page after installing mysql 5.0


finrod
18th December 2005, 07:00 AM
Recently i just installed MySQL 5.0 on my FC4 and upgraded my PHP to 5.0.4. However when i load my website which is running on php files, i keep getting blank pages. I have check my MySQL 5, and it can work properly at command line level. I have also check that my PHP can load the phpinfo correctly so i guess the problem doesnt lie in either the php or mysql. I was thinking that PHP and MySQL wasnt configured properly.

Can anyone help me on this and where and how do i do the configuration?

IronWolf
18th December 2005, 12:25 PM
Make sure you have php-mysql installed as well.

'yum install php-mysql'

You'll need it for PHP to talk to MySQL.