$this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
我这边采取了把mysql降级到了5.7.18解决了该问题。