mysql blank screen

Discussion in 'PHP' started by harryoxford, Sep 18, 2009.

  1. #1
    Hi,

    I have a problem with PHP Mysql. A have Two maschines wih linux redhat one is espi31 and another one is espi24. On espi24 my php scripts run normaly, but the other browser doesn't show anything. So I check the version of php mysql client API. espi31 has follownig:
    mysql

    Active Persistent Links 0
    Active Links 0
    Client API version:4.0.22
    MYSQL_MODULE_TYPE: none
    MYSQL_SOCKET: /var/lib/mysql/mysql.sock
    MYSQL_INCLUDE:
    MYSQL_LIBS:

    espi24

    Active Persistent Links 0
    Active Links 0
    Client API version 3.23.58
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /var/lib/mysql/mysql.sock
    MYSQL_INCLUDE -I/usr/include/mysql
    MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient
     
    harryoxford, Sep 18, 2009 IP
  2. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #2
    then change the settings (include/lubs) to none and it should work (i think)
     
    EricBruggema, Sep 22, 2009 IP