Forum

[SOLVED] Module PDO...
 
Notifications
Retirer tout

[SOLVED] Module PDO for 'MYSQL' is not available - check your php configuration (php.ini) in linux

2 Posts
2 Utilisateurs
0 Reactions
4,970 Vu
(@soblog)
Posts: 26
Active Member
Début du sujet
 
[#2756]

Hi im trying to put the projeqtor on my server linux but it return this message :
Module PDO for 'MYSQL' is not available - check your php configuration (php.ini)

is there some kind of configuration that i need to change to resolve this ?

thanks..


 
Posté : 25 Nov AM 11:1111
(@babynus)
Posts: 14952
Membre Admin
 

You need to install pdo for mysql on your server.
Possibly also mysql (or at least mysql client) is not installed.

On debian like, it would be ;
sudo apt-get install php5-mysql
sudo apt-get install pdo-mysql


 
Posté : 25 Nov AM 11:1111
Share:
Retour en haut