| 14-09-2022 | 2856 | Laravel 9 | Haresh Chauhan |
Unique violation: 7 ERROR: duplicate key value violates unique constraint "users_pkey" DETAIL: Key (id)=(1) already exists.
| 14-09-2022 | 4507 | Laravel 9 | Haresh Chauhan |
could not find driver (SQL: select count(*) as aggregate from "users" where "email" = admin@gmail.com), This error I wash fetching while I was working...
| 14-09-2022 | 1680 | Postgres | Haresh Chauhan |
ERROR: database "laravel" is being accessed by other users DETAIL: There is 1 other session using the database.
| 03-08-2022 | 2967 | MYSQL | Haresh Chauhan |
Unknown collation: 'utf8mb4_0900_ai_ci'; This error is because the local server and live server have different versions of MYSQL. To solve this error...
| 29-07-2022 | 1461 | PHP | Haresh Chauhan |
Create new Database In MYSQL Using PHP Script Example; In this post. You can Create, Delete and Add Table Using PHP Script in MYSQL. Using mysqli() co...
| 24-07-2022 | 2374 | Laravel 9 | Haresh Chauhan |
How to Filter/Search Single Column Multiple Id stored Laravel and How to store Multiple id's in single column and search data using laravel query exam...