laravel 11 connect with mysql database
I want to connect with mysql database but here show the error like this at vendorlaravelframeworksrcIlluminateDatabaseConnection.php:813 809▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 810▕ ); 811▕ } 812▕ ➜ 813▕ throw new QueryException( 814▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 815▕ ); 816▕ }…