Skip to main content

Adding PDO and PDO_SQL during easy apache build

Comments

5 comments

  • cPanelMichael
    Hello :) You should not experience any issues when enabling PDO and PDO_MySQL through EasyApache. It should build successfully. Thank you.
    0
  • chips12
    Could any issues with websites on the server arise, because of installing these 2 extra extensions. Or as long as I also select mysql in the config as well, should they all continue to operate as before?
    0
  • cPanelMichael
    [quote="chips12, post: 1569491">Could any issues with websites on the server arise, because of installing these 2 extra extensions. Or as long as I also select mysql in the config as well, should they all continue to operate as before?
    MySQL is installed and updated separately from EasyApache. Adding additional PHP extensions should not result in any problems with websites that do not use them. Thank you.
    0
  • chips12
    Thankyou, thats good to know. I shall go ahead confidently now and get this updated.
    0
  • cPanelKenneth
    Each of MySQL, MySQLi, and PDO_MySQL are separate ways of talking to the MySQL database service with PHP applications. You can also think of these things as drivers. An application will only use the driver the application was written to use. If you add a new driver, it will not effect existing applications. If you remove an existing driver it will effect applications that use the driver.
    0

Please sign in to leave a comment.