标签: php mysql laravel-5 eloquent
我想查询像
“SHOW SLAVE STATUS”
使用Laravel5 / Eloquent ORM
我尝试的是:
$select = DB::select("SHOW SLAVE STATUS");
但是当我转储$ select时它是一个空数组。相反,我希望所有的数据: https://dev.mysql.com/doc/refman/5.0/en/show-slave-status.html