Install PHP 5.3 with MySQLi

Discussion in 'Site & Server Administration' started by MattyAsia, Dec 23, 2009.

  1. #1
    No matter how long I try, I can't get a working PHP 5.3 with mysqli support.
    I've read and tried tutorials everywhere, I've ranged through many errors, no errors, many different things, but the end result is always one of these:
    1) It wont load period
    2) It loads but mysqli doesn't load

    Does anyone know exactly how to get these to work together?
     
    MattyAsia, Dec 23, 2009 IP
  2. hostwebdata

    hostwebdata Peon

    Messages:
    264
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    we need more inforation to help you what your operation system and are your using any countrol panel or this is on a server
    you would need to edit the php.ini setting and set it up thier
     
    Last edited: Dec 23, 2009
    hostwebdata, Dec 23, 2009 IP
  3. MattyAsia

    MattyAsia Peon

    Messages:
    37
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'm using a VPS with CentOS 5.4 i386.
    There is no control panel, I've installed:
    - Apache 2.2
    - MySQL via YUM (all bits)
    - PHP 5.3.1

    Apache and PHP have no problem together.
    MySQL works on it's own.

    I've messed with lots in the php.ini file with no success.
    As I read now PHP 5.3.* now comes with mysqli built it.
    So I configure it...
    ./configure --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd
    Make it, install it, and PHPINFO() still tells me there is mysqli.

    What else exactly would you like to know?

    If tried a ton of different configuration lines, and all that compile have the same outcome.
     
    Last edited: Dec 23, 2009
    MattyAsia, Dec 23, 2009 IP
  4. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #4
    Bohra, Dec 24, 2009 IP
  5. MattyAsia

    MattyAsia Peon

    Messages:
    37
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    MattyAsia, Dec 24, 2009 IP