abacabb
November 20, 2010, 6:21pm
#1
There’s a web application that I want to use that requires PDO_Mysql to be installed. I have mysql itself installed already.
How can I verify whether or not I have this module? And if I don’t have it, how do I install it?
I tried searching for pdo_mysql and pdo-mysql in Yast2, but it returned with no results.
any ideas?
It could be the PHP PDO module for MySQL.
Try installing:
zypper install php5-pdo
abacabb
November 20, 2010, 7:21pm
#3
I actually already have that installed. I’m hoping that’s all I need in order to get pdo_mysql. But thanks for your help.
vk4kbg
December 20, 2010, 12:16pm
#4
I hope someone gives you a clue as I need this too.
Ron
Hi guys, run:
zypper install php5-mysql
It will install missing pdo_mysql extensions.
vk4kbg
January 5, 2011, 10:15pm
#6
Thank you for your input, sadly the problem is not as simple as that, or maybe it is. However when run zypper install php5-mysql the final result is highest version already installed nothing to do.