Laravel:服务器发送的未知类型245。

时间:2016-10-18 06:04:28

标签: mysql laravel laravel-5.3

我有一个包含json类型的MySQL表。在运行Product->where('active', 1)->first();

PDO::prepare(): Unknown type 245 sent by the server. Please send a report to the developers 

我正在使用MySQL 5.7

1 个答案:

答案 0 :(得分:0)

看起来像一个已知问题:https://laracasts.com/discuss/channels/laravel/homestead-errors-2

  

您可以尝试“sudo apt-get update”和“sudo apt-get upgrade”来查看它是否已在最新版本的php中修复。 7.0.4中有与此相关的补丁至少。