php pdo数据库名和表,PDO查询缓存错和数据库中文表列名
PDO查询缓存错和数据库中文表列名在php中用PDO操作数据库出错,用PDO::errorInfo()函数可以看到SQLSTATE[HY000]:General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll().A...