MySQLi - Server returned unknown type 246

前端 未结 3 2034
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-16 06:30

I\'ve been working on a content managed site that\'s been working fine on localhost. I\'ve just uploaded the files to my mediatemple server.. and am seeing some pretty inter

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-16 07:03

    It should be a MySQL version problem.

    This is what I found in another forum:

    apt-get source php5-mysqli
    cd php5-...
    ./configure --with-mysqli=/usr/bin/mysql_config --without-mysql
    make
    cp ext/mysqli/modules/mysqli.so /usr/lib/php5/...
    

    Obviously you probably have different folder names, but I hope you get the idea.

提交回复
热议问题