Closed anonymouse703 closed 6 years ago
Hello everyone,
When i query this in Login Controller.
public function authenticated(Request $request, $user) { $id = DB::select('select connection_id()'); dd($pdo); }
the result of the dd for ex. 8
and when I query in MySQL
show full processlist;
The 8 is not listed in thread id in MySQL.
I have new issue inline with this
Hello everyone,
When i query this in Login Controller.
the result of the dd for ex. 8
and when I query in MySQL
show full processlist;
The 8 is not listed in thread id in MySQL.