None of the supported PHP extensions (MySQLi, MySQL, PDO_MySQL) are available.

Discussion in 'Site & Server Administration' started by wvccboy, Aug 21, 2011.

  1. #1
    I just set up a VPS with OpenPanel, and everything with Apache, PHP, etc.. seem to be running well.

    However, I decided to try PHPMyAdmin and see if that would work.

    It is showing me the error:

    MySQL extension not found.
    Code (markup):
    Additionally, I attempted to use a couple other database admin products to get similar errors.

    In PHP.INI, I enabled the msql.so extension and restarted Apache. Does not seem to fix the problem.

    Any ideas on how I can get one of the extensions to work without having to re-compile PHP?

    Thanks!
     
    wvccboy, Aug 21, 2011 IP
  2. madaboutlinux

    madaboutlinux Member

    Messages:
    250
    Likes Received:
    7
    Best Answers:
    2
    Trophy Points:
    43
    #2
    It looks like Mysql is installed on the server but not the php-mysql extension. Try installing it using YUM
     
    madaboutlinux, Aug 23, 2011 IP
    wvccboy likes this.
  3. wvccboy

    wvccboy Notable Member

    Messages:
    2,632
    Likes Received:
    81
    Best Answers:
    1
    Trophy Points:
    250
    #3
    That was it. Thanks!
     
    wvccboy, Aug 23, 2011 IP