Melinda Posted January 28, 2012 Share Posted January 28, 2012 In the prestashop 1.5 version - is PDO MySQL necessary to run store? This listing showed the "stop" sign when installing the svn version of 1.5 version but the store seems to work. Thanks! Link to comment Share on other sites More sharing options...
Raphaël Malié Posted January 28, 2012 Share Posted January 28, 2012 Hello Melinda, no PDO is not required : if you don't have PDO_MySQL, extension MySQLi will be used. And if you don't have MySQLi, the basic MySQL extension will be used, but if you are in this case you should upgrade your server since MySQL is really slow ! Regards Link to comment Share on other sites More sharing options...
Melinda Posted January 28, 2012 Author Share Posted January 28, 2012 Are you saying to add PDO for slowness? It seems pretty fast to me. Link to comment Share on other sites More sharing options...
Raphaël Malié Posted January 28, 2012 Share Posted January 28, 2012 PDO is faster than classic MySQL extension, so if you can install PDO you should do it Link to comment Share on other sites More sharing options...
Melinda Posted January 28, 2012 Author Share Posted January 28, 2012 ok thanks so much! I have to upgrade to mysql 5.3.9 so will do that one also. Link to comment Share on other sites More sharing options...
Recommended Posts