MySQL 4.1 / PHP

Discussion in 'General' started by Tribal-Dolphin, Aug 11, 2005.

  1. Tribal-Dolphin

    Tribal-Dolphin New Member

    Does ISPConfig support MySQL 4.1.x ?
    Does it support mysqli extension of PHP ?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Yes, ISPConfig supports MySQL 4.1, but it does not use the mysqli commands to connect to the database.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig does not use the mysqli commands in the controlpanel, but in the sites you create you can use mysqli commands when the php that comes with your linux distro is compiled with mysqli extension.
     
    Last edited: Aug 12, 2005
  4. Tribal-Dolphin

    Tribal-Dolphin New Member

    I'll test that because i'm not sure the mysql extension of PHP support latest MySQL 4.1.x
     
  5. falko

    falko Super Moderator Howtoforge Staff

    It does (at least if PHP was compiled with MySQL 4.1...).
     

Share This Page