Skip to content

Instantly share code, notes, and snippets.

@morad7
Created July 15, 2018 12:05
Show Gist options
  • Save morad7/04a46284cd3ef0f77b3107cbda046813 to your computer and use it in GitHub Desktop.
Save morad7/04a46284cd3ef0f77b3107cbda046813 to your computer and use it in GitHub Desktop.
Import arabic data to Phpmyadmin from Excel
STEP 1
convert excel to sql with https://sqlizer.io
STEP 2
Add before sql code:
SET NAMES 'utf8';
SET CHARACTER SET utf8;
STEP 3
past the code to phpmyadmin or save/import it as an sql file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment