24-11-2022 | 1549 | MYSQL | Haresh Chauhan |
SOLVED # 1118 Row size too large 8126. Changing some columns to TEXT or BLOB, This error was faced when I was importing long database SQL files into t...
29-09-2022 | 759 | MYSQL | Haresh Chauhan |
How To Improve SQL Query Performance Are you also finding this question answered? I will give you the top fifteen tips that will help you to improve y...
14-09-2022 | 1540 | MYSQL | Haresh Chauhan |
Unique violation: 7 ERROR: duplicate key value violates unique constraint "users_pkey" DETAIL: Key (id)=(1) already exists.
03-08-2022 | 1391 | 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 | 784 | MYSQL | 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...
14-07-2022 | 1221 | MYSQL | Haresh Chauhan |
How to change enum datatype without losing data; In this post, you will learn how to change ENUM datatype to text datatype without losing data in your...