Installing the mysql extension on php7.0 in Debian Stretch

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cirno_Scarlet
    PCHF Member
    • Sep 2017
    • 5

    #1

    Installing the mysql extension on php7.0 in Debian Stretch

    Hi,

    I’m having trouble using a legacy forum software script that uses the mysql extension in the installer (although mysqli is used elsewhere thanks to recent updates).

    I have php-7.0 installed on Debian 9 Stretch on a VPS, however the mysql extension is missing as it was deprecated in 5.5 and removed in 7.0…

    Could anyone help me get mysql working on php7? Thanks ^^
  • veeg
    PCHF Director
    • Jul 2016
    • 8982

    #2
    Hello

    Hopefully some of our members will chime in soon.

    @Rustys @phillpower2

    Comment

    • jmarket
      PCHF Owner
      • Jan 2015
      • 7634

      #3
      Hi there @Cirno Scarlet

      I used to run Debian, but PHP 7 deprecated MySQL and uses MySQLi now. You will be unable to run MySQL. I personally prefer MariaDB

      Comment

      • Cirno_Scarlet
        PCHF Member
        • Sep 2017
        • 5

        #4
        Oh okay. I figured my script actually had a mysqli implementation in the installer anyway, just it wasn’t properly enabled.

        Comment

        • veeg
          PCHF Director
          • Jul 2016
          • 8982

          #5
          Any updates for us?

          Comment

          • veeg
            PCHF Director
            • Jul 2016
            • 8982

            #6
            Any updates for us? After 48 hrs this thread will be closed.

            Comment

            Working...