在webserver中能否使用workerman自帶的數(shù)據(jù)庫類?如果可以,在使用上有什么需要注意的地方?
后來在GatewayWorkerman中使用了數(shù)據(jù)庫類,按照手冊進行 [attach]72[/attach] 發(fā)現(xiàn)這個問題,不知道哪里出了問題
應(yīng)該是沒裝pdo_mysql 擴展
yum install php-pdo yum install php-mysql
安裝