单项选择题
A.水平分表B.垂直分表C.局部分表D.全部分表
A.CURLB.ACIDC.CURDD.CREA
A.new PDO(’mysql=localhost;dbname=test’,’root’,’root’)B.new PDO(’mysql:host=localhost;dbname=test’,’root’,’root’)C.new PDO(’mysql:host=localhost’,’root’,’root’)D.new PDO(’mysql:host=localhost;dbname=test’)