From e22fa705429da8bf10139a54dbf1d2a002602c94 Mon Sep 17 00:00:00 2001 From: Abdur-Rahim-sheikh Date: Tue, 22 Aug 2023 16:22:13 +0600 Subject: [PATCH] xampp import issue solved --- 1_SalesInsights/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/1_SalesInsights/README.md b/1_SalesInsights/README.md index cd53203..fb5181c 100644 --- a/1_SalesInsights/README.md +++ b/1_SalesInsights/README.md @@ -7,6 +7,14 @@ https://www.youtube.com/watch?v=WuBcTJnIuzo 1. SQL database dump is in db_dump.sql file above. Download `db_dump.sql` file to your local computer and import it as per instructions given in the tutorial video +2. If anyone using xampp in that case, file might not be able to import in apache server. +Because it does not contain the latest collate as the sql file requires. + +If you want to continue with xampp. Open your db_dump.sql file and replace every occurance of these below two things, + +1) utf8mb4_0900_ai_ci with utf8mb4_general_ci +2) utf8mb4 with utf8 + ### Data Analysis Using SQL 1. Show all customer records