phpmyadmin: php & mysql versions differ "unpredictable behavior"

Discussion in 'Installation/Configuration' started by wshakes, Mar 12, 2017.

  1. wshakes

    wshakes Member

  2. liane

    liane Member HowtoForge Supporter

    It is because you're using MariaDB instead of MySQL, phpmyadmin blindly thinks that 10.0.29 is MySQL version.
    You can safely ignore this message.
     
  3. wshakes

    wshakes Member

    Thank you for allowing me peace of mind. Will you please tell me how I may check and find out in the future if my active php versions and mariadb are fully compatible in the future? I am trying to learn how to do things proper. Thank you!
     
  4. liane

    liane Member HowtoForge Supporter

    just do this regularly enough and you'll be good
    Code:
    apt-get update && apt-get upgrade
     

Share This Page