why did the transaction that contain ddl statement throw an exception in php 8?

后端 未结 0 956
独厮守ぢ
独厮守ぢ 2020-12-06 13:40

For example

$conn = new PDO("mysql:host=127.0.0.1;dbname=test", \'root\', \'123456\');
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPT         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题