Tôi đã tìm thấy giải pháp trong blog
Tôi phải thêm
;Allow User Variables=True
vào chuỗi kết nối:
$connectionstring = "Server=$Server;Port=$port;Database=$DataBase;Uid=$User;Pwd=$Password;allow zero datetime=yes;Allow User Variables=True"
làm. Tôi đã thử nghiệm nó với phiên bản 6.3.6.0. của MySql.Data
.